]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
findutils: Update to version 4.5.14
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 1 Feb 2015 20:54:13 +0000 (15:54 -0500)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Feb 2015 01:27:36 +0000 (02:27 +0100)
findutils/findutils.nm
findutils/patches/findutils-4.5.10-gets.patch [deleted file]

index 6aee52ade7a57524327098860cfd3f2910d02cf6..135faed1a30130df13e330e830963d124f97f1aa 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = findutils
-version    = 4.5.10
-release    = 4
+version    = 4.5.14
+release    = 1
 
 groups     = System/Tools
 url        = http://www.gnu.org/software/findutils/
@@ -13,15 +13,15 @@ license    = GPLv3+
 summary    = The GNU versions of find utilities (find and xargs).
 
 description
-       The findutils package contains programs which will help you locate \
-       files on your system.  The find utility searches through a hierarchy \
-       of directories looking for files which match a certain set of criteria \
-       (such as a filename pattern).  The xargs utility builds and executes \
-       command lines from standard input arguments (usually lists of file \
+       The findutils package contains programs which will help you locate
+       files on your system.  The find utility searches through a hierarchy
+       of directories looking for files which match a certain set of criteria
+       (such as a filename pattern).  The xargs utility builds and executes
+       command lines from standard input arguments (usually lists of file
        names generated by the find command).
 end
 
-source_dl  = http://ftp.gnu.org/pub/gnu/findutils/
+source_dl  = http://ftp.gnu.org/pub/gnu/findutils/ ftp://alpha.gnu.org/gnu/findutils/
 
 build
        requires
diff --git a/findutils/patches/findutils-4.5.10-gets.patch b/findutils/patches/findutils-4.5.10-gets.patch
deleted file mode 100644 (file)
index 24eecc3..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-From fe7079ab7e5794b9222af5e56c6f25b424ca72f3 Mon Sep 17 00:00:00 2001
-From: Kamil Dudka <kdudka@redhat.com>
-Date: Tue, 28 Aug 2012 17:24:21 +0200
-Subject: [PATCH] gnulib: do not require gets() to be declared
-
----
- gnulib/lib/stdio.in.h |    6 ------
- 1 files changed, 0 insertions(+), 6 deletions(-)
-
-diff --git a/gnulib/lib/stdio.in.h b/gnulib/lib/stdio.in.h
-index 57e93ba..b1e5bb6 100644
---- a/gnulib/lib/stdio.in.h
-+++ b/gnulib/lib/stdio.in.h
-@@ -175,12 +175,6 @@ _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - "
-                  "use gnulib module fflush for portable POSIX compliance");
- #endif
--/* 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.  */
--#undef gets
--_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
--
- #if @GNULIB_FOPEN@
- # if @REPLACE_FOPEN@
- #  if !(defined __cplusplus && defined GNULIB_NAMESPACE)
--- 
-1.7.1
-