]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
m4: Update to 1.4.17.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Sep 2013 23:17:09 +0000 (00:17 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Sep 2013 23:17:09 +0000 (00:17 +0100)
m4/m4.nm
m4/patches/m4-1.4.16-gnulib-gets.patch [deleted file]
m4/patches/m4-1.4.16-readlink-einval.patch [deleted file]

index f1e3b59ee8ce57d024ba3752cfebd491b3460e12..2997dcf42e7c9f4165eda8036ba1037045489107 100644 (file)
--- a/m4/m4.nm
+++ b/m4/m4.nm
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = m4
-version    = 1.4.16
-release    = 3
+version    = 1.4.17
+release    = 1
 
 groups     = Applications/Text
 url        = http://www.gnu.org/software/m4/
diff --git a/m4/patches/m4-1.4.16-gnulib-gets.patch b/m4/patches/m4-1.4.16-gnulib-gets.patch
deleted file mode 100644 (file)
index 51df5b0..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -up m4-1.4.16/lib/stdio.in.h.orig m4-1.4.16/lib/stdio.in.h
---- m4-1.4.16/lib/stdio.in.h.orig      2012-05-30 13:55:51.092600199 +0200
-+++ m4-1.4.16/lib/stdio.in.h   2012-05-30 13:56:25.763794100 +0200
-@@ -162,7 +162,9 @@ _GL_WARN_ON_USE (fflush, "fflush is not
-    so any use of gets warrants an unconditional warning.  Assume it is
-    always declared, since it is required by C89.  */
- #undef gets
-+#if HAVE_RAW_DECL_GETS
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
-+#endif
- #if @GNULIB_FOPEN@
- # if @REPLACE_FOPEN@
diff --git a/m4/patches/m4-1.4.16-readlink-einval.patch b/m4/patches/m4-1.4.16-readlink-einval.patch
deleted file mode 100644 (file)
index 6a98751..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up m4-1.4.16/tests/test-readlink.h.orig m4-1.4.16/tests/test-readlink.h
---- m4-1.4.16/tests/test-readlink.h.orig       2011-09-19 12:44:58.745546826 +0200
-+++ m4-1.4.16/tests/test-readlink.h    2011-09-19 12:46:00.079548410 +0200
-@@ -38,7 +38,7 @@ test_readlink (ssize_t (*func) (char con
-   ASSERT (errno == ENOENT);
-   errno = 0;
-   ASSERT (func ("", buf, sizeof buf) == -1);
--  ASSERT (errno == ENOENT);
-+  ASSERT (errno == ENOENT || errno == EINVAL);
-   errno = 0;
-   ASSERT (func (".", buf, sizeof buf) == -1);
-   ASSERT (errno == EINVAL);