Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e528f602d75ee6206f04249c7c9ba0684d0a65dd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e528f602d75ee6206f04249c7c9ba0684d0a65dd)
  • Date: Fri, 15 Jun 2012 09:49:27 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

antivirus/clamav/DEPENDS | 1 +
antivirus/clamav/DETAILS | 4 ++--
antivirus/clamav/FINAL | 5 -----
antivirus/clamav/HISTORY | 11 +++++++++++
antivirus/clamav/INSTALL | 4 ++--
antivirus/clamav/PRE_REMOVE | 3 ---
antivirus/clamav/vendor_clamav.gpg |binary
7 files changed, 16 insertions(+), 12 deletions(-)

New commits:
commit e528f602d75ee6206f04249c7c9ba0684d0a65dd
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

clamav-0.97.5 - SECURITY++

diff --git a/antivirus/clamav/DEPENDS b/antivirus/clamav/DEPENDS
index 6e67a02..a7a7b30 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 b275dbf..cc2a95d 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 0a134a2..0000000
--- 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 fdfacd5..143dbec 100644
--- a/antivirus/clamav/HISTORY
+++ b/antivirus/clamav/HISTORY
@@ -1,3 +1,14 @@
+2012-06-15 Treeve Jelbert <treeve AT 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 AT sourcemage.org>
* DETAILS: version 0.97.4
* DEPENDS: add libtommath
diff --git a/antivirus/clamav/INSTALL b/antivirus/clamav/INSTALL
index 8b6b33e..141c9b5 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 b466017..0000000
--- 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 fd2f844..8579cff 100644
Binary files a/antivirus/clamav/vendor_clamav.gpg and
b/antivirus/clamav/vendor_clamav.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (e528f602d75ee6206f04249c7c9ba0684d0a65dd), Treeve Jelbert, 06/15/2012

Archive powered by MHonArc 2.6.24.

Top of Page