Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=64cab2b90de17bf4aa81745322fafe2a71d69529
commit 64cab2b90de17bf4aa81745322fafe2a71d69529 Author: Michel Hermier <[email protected]> Date: Sat Jun 14 09:04:09 2014 +0200 wget-1.15-1-x86_64 * Bump version. diff --git a/source/network/wget/FrugalBuild b/source/network/wget/FrugalBuild index 3c8dcb5..5048aab 100644 --- a/source/network/wget/FrugalBuild +++ b/source/network/wget/FrugalBuild @@ -3,17 +3,17 @@ # Contributor: Miklos Vajna <[email protected]> pkgname=wget -pkgver=1.13.4 -pkgrel=2 +pkgver=1.15 +pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" url="http://www.gnu.org/software/wget/wget.html" depends=('openssl>=1.0.0' 'libidn') groups=('network' 'chroot-core') archs=('i686' 'x86_64' 'arm') Fup2gnugz -source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz gets.patch) +source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz) Fconfopts="${Fconfopts[@]} --with-ssl=openssl" -signatures=(${source[0]}.sig '') +signatures=(${source[0]}.sig) build() { Fcd diff --git a/source/network/wget/gets.patch b/source/network/wget/gets.patch deleted file mode 100644 index 91602ac..0000000 --- a/source/network/wget/gets.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -ur a/lib/stdio.in.h b/lib/stdio.in.h ---- a/lib/stdio.in.h 2011-09-13 03:15:14.000000000 -0500 -+++ b/lib/stdio.in.h 2013-04-23 14:11:04.100430154 -0500 -@@ -681,26 +681,6 @@ - # endif - #endif - --#if @GNULIB_GETS@ --# if @REPLACE_STDIO_READ_FUNCS@ && @GNULIB_STDIO_H_NONBLOCKING@ --# if !(defined __cplusplus && defined GNULIB_NAMESPACE) --# undef gets --# define gets rpl_gets --# endif --_GL_FUNCDECL_RPL (gets, char *, (char *s) _GL_ARG_NONNULL ((1))); --_GL_CXXALIAS_RPL (gets, char *, (char *s)); --# else --_GL_CXXALIAS_SYS (gets, char *, (char *s)); --# undef gets --# endif --_GL_CXXALIASWARN (gets); --/* 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 -- -- - #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@ - struct obstack; - /* Grow an obstack with formatted output. Return the number of _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
