From 5c457ced4949f515397a6defd0eabc10a273a16770f28de7134bfe03985be977 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 14 Feb 2018 13:00:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/security/clamav?expand=0&rev=157 --- clamav-zlib-version.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 clamav-zlib-version.patch diff --git a/clamav-zlib-version.patch b/clamav-zlib-version.patch deleted file mode 100644 index cf24781..0000000 --- a/clamav-zlib-version.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- m4/reorganization/libs/libz.m4.orig -+++ 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 ---- configure.orig -+++ configure -@@ -18740,9 +18740,9 @@ then - as_fn_error $? "Please install zlib and zlib-devel packages" "$LINENO" 5 - 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