]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
m4: Fix gnulib gets call.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Jul 2012 09:04:53 +0000 (11:04 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 22 Jul 2012 09:04:53 +0000 (11:04 +0200)
m4/m4.nm
m4/patches/m4-1.4.16-gnulib-gets.patch [new file with mode: 0644]

index d49cb96b0b767ed4a078c583ce0a7e2bb8eb340e..f1e3b59ee8ce57d024ba3752cfebd491b3460e12 100644 (file)
--- a/m4/m4.nm
+++ b/m4/m4.nm
@@ -5,7 +5,7 @@
 
 name       = m4
 version    = 1.4.16
-release    = 2
+release    = 3
 
 groups     = Applications/Text
 url        = http://www.gnu.org/software/m4/
@@ -32,6 +32,8 @@ end
 
 packages
        package %{name}
+               provides += bundled(gnulib)
+       end
 
        package %{name}-debuginfo
                template DEBUGINFO
diff --git a/m4/patches/m4-1.4.16-gnulib-gets.patch b/m4/patches/m4-1.4.16-gnulib-gets.patch
new file mode 100644 (file)
index 0000000..51df5b0
--- /dev/null
@@ -0,0 +1,13 @@
+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@