Browse Source

wget: Updated (1.13.4 -> 1.15)

stable/0.6
Nagy Karoly Gabriel 11 years ago
parent
commit
1e04b84d45
  1. 34
      network/wget/wget-1.13.4-glibc-2.16-no-gets.patch
  2. 6
      network/wget/wget.desc

34
network/wget/wget-1.13.4-glibc-2.16-no-gets.patch

@ -1,34 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../wget/wget-1.13.4-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
--- wget-1.13.4/lib/stdio.in.h.orig 2012-08-05 20:08:09.029874625 +0200
+++ wget-1.13.4/lib/stdio.in.h 2012-08-05 20:08:53.619288359 +0200
@@ -697,7 +697,6 @@
/* It is very rare that the developer ever has full control of stdin,
so any use of gets warrants an unconditional warning. Assume it is
always declared, since it is required by C89. */
-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
#endif

6
network/wget/wget.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../wget/wget.desc
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2014 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -35,8 +35,8 @@
[L] GPL
[S] Stable
[V] 1.13.4
[V] 1.15
[P] X -?---5---9 112.400
[D] 1742914353 wget-1.13.4.tar.gz ftp://ftp.gnu.org/pub/gnu/wget/
[D] 1185165561 wget-1.15.tar.gz ftp://ftp.gnu.org/pub/gnu/wget/

Loading…
Cancel
Save