summaryrefslogtreecommitdiffstats
path: root/clamav
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-08-04 21:35:44 +0000
committer Eric Hameleers <alien@slackware.com>2017-08-04 21:35:44 +0000
commitea393f5d35a65a0f0ea1575edbe15e49fa44f657 (patch)
treeefc49152805240e3fd23ce33ac353a13a90295aa /clamav
parent3c14d10632920d922b50ae3b96890ee06e22fcdf (diff)
downloadasb-ea393f5d35a65a0f0ea1575edbe15e49fa44f657.tar.gz
asb-ea393f5d35a65a0f0ea1575edbe15e49fa44f657.tar.xz
Initial revision
Diffstat (limited to 'clamav')
-rw-r--r--clamav/build/patches/bb111711-fix-zlib-version-check.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/clamav/build/patches/bb111711-fix-zlib-version-check.patch b/clamav/build/patches/bb111711-fix-zlib-version-check.patch
new file mode 100644
index 00000000..c3135d46
--- /dev/null
+++ b/clamav/build/patches/bb111711-fix-zlib-version-check.patch
@@ -0,0 +1,28 @@
+From f0bcd186190fe6e67b3f0eaaceb7a99aa6a98865 Mon Sep 17 00:00:00 2001
+From: Steven Morgan <stevmorg@cisco.com>
+Date: Thu, 5 Jan 2017 12:30:35 -0500
+Subject: [PATCH] bb111711 - fix zlib version check - patch by Daniel J. Luke.
+
+---
+ m4/reorganization/libs/libz.m4 | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/m4/reorganization/libs/libz.m4 b/m4/reorganization/libs/libz.m4
+index b5c74147b..f7b67ca10 100644
+--- a/m4/reorganization/libs/libz.m4
++++ b/m4/reorganization/libs/libz.m4
+@@ -29,9 +29,9 @@ then
+ AC_MSG_ERROR([Please install zlib and zlib-devel packages])
+ else
+
+- vuln=`grep "ZLIB_VERSION \"1.2.0" $ZLIB_HOME/include/zlib.h`
++ vuln=`grep "ZLIB_VERSION \"1.2.0\"" $ZLIB_HOME/include/zlib.h`
+ if test -z "$vuln"; then
+- vuln=`grep "ZLIB_VERSION \"1.2.1" $ZLIB_HOME/include/zlib.h`
++ vuln=`grep "ZLIB_VERSION \"1.2.1\"" $ZLIB_HOME/include/zlib.h`
+ fi
+
+ if test -n "$vuln"; then
+--
+2.11.0
+