summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xantivirus/clamav/BUILD2
-rwxr-xr-xantivirus/clamav/CONFIGURE1
-rwxr-xr-xantivirus/clamav/DETAILS2
-rw-r--r--antivirus/clamav/HISTORY5
4 files changed, 8 insertions, 2 deletions
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 <treeve@sourcemage.org>
+ * DETAILS: SECURITY_PATCH++
+ fix CVE-2017-16932 CVE-2018-0360 CVE-2018-0361
+ * CONFIGURE BUILD: add ipv6 option
+
2018-08-15 Treeve Jelbert <treeve@sourcemage.org>
* init.d/freshclam: create /var/run/clamav
this may be missing if /var/run is a tmpfs