Browse Source

gettext: Updated (0.18.1.1 -> 0.19.6)

master
Nagy Károly Gábriel 9 years ago
parent
commit
7e8cb78778
2 changed files with 3 additions and 57 deletions
  1. +0
    -54
      base/gettext/gettext-0.18.1.1-glibc-2.16-no-gets.patch
  2. +3
    -3
      base/gettext/gettext.desc

+ 0
- 54
base/gettext/gettext-0.18.1.1-glibc-2.16-no-gets.patch

@ -1,54 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../gettext/gettext-0.18.1.1-glibc-2.16-no-gets.patch
# Copyright (C) 2012 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
Since the 2.16 release of the glibc, 'gets' is not defined in the gnulib anymore
This is a hack until upstream pulls in a new gnulib version
Within gnulib this issue was already adsressed in the following commit:
http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=66712c23388e93e5c518ebc8515140fa0c80734
--- gettext-0.18.1.1/gettext-runtime/gnulib-lib/stdio.in.h.orig 2012-08-05 04:46:22.946751247 +0200
+++ gettext-0.18.1.1/gettext-runtime/gnulib-lib/stdio.in.h 2012-08-05 04:46:39.600879708 +0200
@@ -141,7 +141,6 @@
so any use of gets warrants an unconditional warning. Assume it is
always declared, since it is required by C89. */
#undef gets
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
#if @GNULIB_FOPEN@
# if @REPLACE_FOPEN@
--- gettext-0.18.1.1/gettext-tools/gnulib-lib/stdio.in.h.orig 2010-05-24 11:42:46.000000000 +0200
+++ gettext-0.18.1.1/gettext-tools/gnulib-lib/stdio.in.h 2012-08-05 04:48:54.833014467 +0200
@@ -141,7 +141,6 @@
so any use of gets warrants an unconditional warning. Assume it is
always declared, since it is required by C89. */
#undef gets
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
#if @GNULIB_FOPEN@
# if @REPLACE_FOPEN@
--- gettext-0.18.1.1/gettext-tools/libgettextpo/stdio.in.h.orig 2010-05-17 21:58:03.000000000 +0200
+++ gettext-0.18.1.1/gettext-tools/libgettextpo/stdio.in.h 2012-08-05 04:50:25.967804606 +0200
@@ -141,7 +141,6 @@
so any use of gets warrants an unconditional warning. Assume it is
always declared, since it is required by C89. */
#undef gets
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
#if @GNULIB_FOPEN@
# if @REPLACE_FOPEN@

+ 3
- 3
base/gettext/gettext.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../gettext/gettext.desc
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2015 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -35,7 +35,7 @@
[L] GPL
[S] Stable
[V] 0.18.1.1
[V] 0.19.6
[P] X -1-3--6--9 105.800
[D] 2718720411 gettext-0.18.1.1.tar.gz ftp://ftp.gnu.org/pub/gnu/gettext/
[D] 83306789 gettext-0.19.6.tar.gz ftp://ftp.gnu.org/pub/gnu/gettext/

Loading…
Cancel
Save