diff options
author | Pierre Jaury <pierre@jaury.eu> | 2018-01-30 08:28:48 +0100 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-02-01 19:57:51 +0000 |
commit | 580f3ad70a6283a31bc29856820355ffbebea61b (patch) | |
tree | ecbb6bcf992c0233dfa30b8140a818c6a43dcfc8 /main/clamav/fix-zlib-1.2.1.patch | |
parent | 561f1b8dcde1b79f9cf8ee97f8d49cd731a587af (diff) | |
download | aports-580f3ad70a6283a31bc29856820355ffbebea61b.tar.bz2 aports-580f3ad70a6283a31bc29856820355ffbebea61b.tar.xz |
main/clamav: upgrade to 0.99.3 (fixes multiple vulnerabilities)
Diffstat (limited to 'main/clamav/fix-zlib-1.2.1.patch')
-rw-r--r-- | main/clamav/fix-zlib-1.2.1.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/main/clamav/fix-zlib-1.2.1.patch b/main/clamav/fix-zlib-1.2.1.patch deleted file mode 100644 index 8ab4db0728..0000000000 --- a/main/clamav/fix-zlib-1.2.1.patch +++ /dev/null @@ -1,21 +0,0 @@ - ---- - 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 - |