From ed531c736bdd12969cac28186a6026f2ff716f75 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Sun, 23 Sep 2018 14:48:35 +0200 Subject: clamav mark as SECURITY FIX --- antivirus/clamav/BUILD | 2 +- antivirus/clamav/CONFIGURE | 1 + antivirus/clamav/DETAILS | 2 +- antivirus/clamav/HISTORY | 5 +++++ 4 files changed, 8 insertions(+), 2 deletions(-) (limited to 'antivirus') diff --git a/antivirus/clamav/BUILD b/antivirus/clamav/BUILD index 8be896f4cb..e11be9b2b6 100755 --- a/antivirus/clamav/BUILD +++ b/antivirus/clamav/BUILD @@ -1,5 +1,5 @@ create_account clamav && -OPTS="${CLAM_EXP} $OPTS" && +OPTS="${CLAM_EXP} ${CLAM_IP6} $OPTS" && default_build diff --git a/antivirus/clamav/CONFIGURE b/antivirus/clamav/CONFIGURE index 35f175f270..8f0d7c28b5 100755 --- a/antivirus/clamav/CONFIGURE +++ b/antivirus/clamav/CONFIGURE @@ -1,3 +1,4 @@ config_query_option CLAM_EXP "build experimental code?" n \ "--enable-experimental" \ "--disable-experimental" +config_query_option CLAM_IP6 'support IPv6' n '--enable-ipv6' '--disable-ipv6' diff --git a/antivirus/clamav/DETAILS b/antivirus/clamav/DETAILS index 1507fb06da..14c85af4df 100755 --- a/antivirus/clamav/DETAILS +++ b/antivirus/clamav/DETAILS @@ -9,7 +9,7 @@ SOURCE_GPG=vendor_clamav.gpg:$SOURCE2:UPSTREAM_KEY WEB_SITE=https://www.clamav.net LICENSE[0]=GPL - SECURITY_PATCH=11 + SECURITY_PATCH=12 ENTERED=20030909 KEYWORDS="antivirus" SHORT="Clam AntiVirus is an anti-virus toolkit for Unix" diff --git a/antivirus/clamav/HISTORY b/antivirus/clamav/HISTORY index f6bf21cf21..c26347cc73 100644 --- a/antivirus/clamav/HISTORY +++ b/antivirus/clamav/HISTORY @@ -1,3 +1,8 @@ +2018-09-23 Treeve Jelbert + * DETAILS: SECURITY_PATCH++ + fix CVE-2017-16932 CVE-2018-0360 CVE-2018-0361 + * CONFIGURE BUILD: add ipv6 option + 2018-08-15 Treeve Jelbert * init.d/freshclam: create /var/run/clamav this may be missing if /var/run is a tmpfs -- cgit v1.2.3