summaryrefslogtreecommitdiff
path: root/recipes/gzip/gzip-1.3.13/configure.patch
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-15 13:22:23 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-15 13:24:32 +0800
commitdceac37e28932a99894c7e5e1d061635da9be118 (patch)
tree408f21028a52ada21e0019bf075a4d03e1cfc60b /recipes/gzip/gzip-1.3.13/configure.patch
parent727ac89c81f9284667acd6e820204e2bad8ccc73 (diff)
gzip: Upgrade to 1.3.13 to address multiple issues
CVE-2006-4334, CVE-2006-4335, CVE-2006-4336, CVE-2006-4337, CVE-2006-4338
Diffstat (limited to 'recipes/gzip/gzip-1.3.13/configure.patch')
-rw-r--r--recipes/gzip/gzip-1.3.13/configure.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gzip/gzip-1.3.13/configure.patch b/recipes/gzip/gzip-1.3.13/configure.patch
new file mode 100644
index 0000000000..55e8c77345
--- /dev/null
+++ b/recipes/gzip/gzip-1.3.13/configure.patch
@@ -0,0 +1,15 @@
+Index: gzip-1.3.13/configure.ac
+===================================================================
+--- gzip-1.3.13.orig/configure.ac 2010-03-15 13:15:37.457912205 +0800
++++ gzip-1.3.13/configure.ac 2010-03-15 13:17:46.497912101 +0800
+@@ -27,8 +27,8 @@
+ AC_CONFIG_SRCDIR(gzip.c)
+ AC_CONFIG_AUX_DIR(build-aux)
+ AC_CONFIG_HEADERS([lib/config.h:lib/config.hin])
+-AM_INIT_AUTOMAKE([1.11 dist-xz])
+-AM_SILENT_RULES([yes]) # make --enable-silent-rules the default.
++AM_INIT_AUTOMAKE([1.10])
++m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+ AC_PROG_CC_STDC
+ AM_PROG_CC_C_O