aboutsummaryrefslogtreecommitdiffstats
path: root/main/clamav/fix-zlib-1.2.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/clamav/fix-zlib-1.2.1.patch')
-rw-r--r--main/clamav/fix-zlib-1.2.1.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/main/clamav/fix-zlib-1.2.1.patch b/main/clamav/fix-zlib-1.2.1.patch
new file mode 100644
index 0000000000..8ab4db0728
--- /dev/null
+++ b/main/clamav/fix-zlib-1.2.1.patch
@@ -0,0 +1,21 @@
+
+---
+ configure | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure b/configure
+index 9bcd60b..4a3359a 100755
+--- a/configure
++++ b/configure
+@@ -18718,7 +18718,7 @@ else
+
+ 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.1
+