diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-01-26 09:15:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-27 07:43:43 +0700 |
commit | 02b58fae37091fc43ee9c3e7747d8e8c29201adf (patch) | |
tree | f37e04b59aacf8cf4b66ff0379738844f26f8885 /system/clamav/bb111711-fix-zlib-version-check.patch | |
parent | b538d5eea15eb359de7188f70648dc149d02cc2c (diff) |
system/clamav: Updated for version 0.99.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/clamav/bb111711-fix-zlib-version-check.patch')
-rw-r--r-- | system/clamav/bb111711-fix-zlib-version-check.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/system/clamav/bb111711-fix-zlib-version-check.patch b/system/clamav/bb111711-fix-zlib-version-check.patch deleted file mode 100644 index c3135d46c78b5..0000000000000 --- a/system/clamav/bb111711-fix-zlib-version-check.patch +++ /dev/null @@ -1,28 +0,0 @@ -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 - |