summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xantivirus/clamav/DEPENDS1
-rwxr-xr-xantivirus/clamav/DETAILS4
-rwxr-xr-xantivirus/clamav/FINAL5
-rw-r--r--antivirus/clamav/HISTORY11
-rwxr-xr-xantivirus/clamav/INSTALL4
-rwxr-xr-xantivirus/clamav/PRE_REMOVE3
-rw-r--r--antivirus/clamav/vendor_clamav.gpgbin1221 -> 3110 bytes
7 files changed, 16 insertions, 12 deletions
diff --git a/antivirus/clamav/DEPENDS b/antivirus/clamav/DEPENDS
index 6e67a02c32..a7a7b30be5 100755
--- a/antivirus/clamav/DEPENDS
+++ b/antivirus/clamav/DEPENDS
@@ -13,4 +13,5 @@ optional_depends gmp "--enable-dsig" \
"--disable-dsig" \
"for digital signature support" &&
+optional_depends llvm '' '' 'JIT support in engine' &&
optional_depends SYSTEM-LOGGER "" "" "to log activity"
diff --git a/antivirus/clamav/DETAILS b/antivirus/clamav/DETAILS
index b275dbf67d..cc2a95d487 100755
--- a/antivirus/clamav/DETAILS
+++ b/antivirus/clamav/DETAILS
@@ -1,5 +1,5 @@
SPELL=clamav
- VERSION=0.97.4
+ VERSION=0.97.5
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION//-/}"
@@ -9,7 +9,7 @@
SOURCE_GPG=vendor_clamav.gpg:$SOURCE2:UPSTREAM_KEY
WEB_SITE=http://www.clamav.net
LICENSE[0]=GPL
- SECURITY_PATCH=7
+ SECURITY_PATCH=8
ENTERED=20030909
KEYWORDS="antivirus"
SHORT="Clam AntiVirus is an anti-virus toolkit for Unix"
diff --git a/antivirus/clamav/FINAL b/antivirus/clamav/FINAL
deleted file mode 100755
index 0a134a2295..0000000000
--- a/antivirus/clamav/FINAL
+++ /dev/null
@@ -1,5 +0,0 @@
-message "This is a test of the virus scanner:" &&
-clamscan -r -i $SOURCE_DIRECTORY/test
-message "Test complete." &&
-
-ldconfig
diff --git a/antivirus/clamav/HISTORY b/antivirus/clamav/HISTORY
index fdfacd500a..143dbec8e4 100644
--- a/antivirus/clamav/HISTORY
+++ b/antivirus/clamav/HISTORY
@@ -1,3 +1,14 @@
+2012-06-15 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.97.5
+ SECURITY_PATCH++
+ CVE-2012-1457, CVE-2012-1458, and CVE-2012-1459
+ * vendor_clamav.gpg: updated, add 15497F03
+ * DEPENDS: add optional llvm
+ * PRE_REMOVE, FINAL: delete
+ * INSTALL: create /usr/share/clamav directory
+ clamav nolonger includes the virus database
+ this will be downloaded by freshclam
+
2012-03-18 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.97.4
* DEPENDS: add libtommath
diff --git a/antivirus/clamav/INSTALL b/antivirus/clamav/INSTALL
index 8b6b33e03b..141c9b5404 100755
--- a/antivirus/clamav/INSTALL
+++ b/antivirus/clamav/INSTALL
@@ -1,3 +1,3 @@
default_install &&
-
-install -vm 755 -d -o clamav -g clamav "$INSTALL_ROOT/var/run/clamav"
+install -vm 755 -d -o clamav -g clamav "$INSTALL_ROOT/var/run/clamav" &&
+install -vm 755 -d -o clamav -g clamav "$INSTALL_ROOT/usr/share/clamav"
diff --git a/antivirus/clamav/PRE_REMOVE b/antivirus/clamav/PRE_REMOVE
deleted file mode 100755
index b46601778f..0000000000
--- a/antivirus/clamav/PRE_REMOVE
+++ /dev/null
@@ -1,3 +0,0 @@
-#in case the virus database has been updated by clamfresh since
-#the original installation
-rm -r /usr/share/clamav/*
diff --git a/antivirus/clamav/vendor_clamav.gpg b/antivirus/clamav/vendor_clamav.gpg
index fd2f844a99..8579cfffbd 100644
--- a/antivirus/clamav/vendor_clamav.gpg
+++ b/antivirus/clamav/vendor_clamav.gpg
Binary files differ