summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2013-09-20 11:28:50 +0200
committerTreeve Jelbert2013-09-20 11:28:50 +0200
commit807c64db09b78c2526c5b5aee29792ce3872af68 (patch)
tree381ab4e5c0bb4e41e2c45bf09d6aa021d09b16d1
parent6caa377da6288df5715f4d79aa2990d51d4be713 (diff)
clamav: => 0.98
-rwxr-xr-xantivirus/clamav/DEPENDS7
-rwxr-xr-xantivirus/clamav/DETAILS2
-rw-r--r--antivirus/clamav/HISTORY7
-rwxr-xr-xantivirus/clamav/INSTALL1
4 files changed, 12 insertions, 5 deletions
diff --git a/antivirus/clamav/DEPENDS b/antivirus/clamav/DEPENDS
index a7a7b30be5..2b5862cd19 100755
--- a/antivirus/clamav/DEPENDS
+++ b/antivirus/clamav/DEPENDS
@@ -5,13 +5,12 @@ optional_depends bzip2 "--enable-bzip2" \
"--disable-bzip2" \
"for bzip2 support" &&
-optional_depends dazukofs "--enable-clamuko" \
- "--disable-clamuko" \
- "for on access scanning" &&
-
optional_depends gmp "--enable-dsig" \
"--disable-dsig" \
"for digital signature support" &&
+optional_depends ncurses '--enable-clamdtop' \
+ '--disable-clamdtop' \
+ 'build clamdtop' &&
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 b75e91f072..4c460a2d98 100755
--- a/antivirus/clamav/DETAILS
+++ b/antivirus/clamav/DETAILS
@@ -1,5 +1,5 @@
SPELL=clamav
- VERSION=0.97.8
+ VERSION=0.98
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION//-/}"
diff --git a/antivirus/clamav/HISTORY b/antivirus/clamav/HISTORY
index 0005e50aa3..67d3f0d228 100644
--- a/antivirus/clamav/HISTORY
+++ b/antivirus/clamav/HISTORY
@@ -1,3 +1,10 @@
+2013-09-20 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.98
+ * INSTALL: use make_single to avoid a race when installing manpages
+ setting permissions for '/usr/share/man/man1/sigtool.1':
+ No such file or directory
+ * DEPENDS: remove dazukofs, add ncurses
+
2013-04-23 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.97.8
SECURITY_PATCH++
diff --git a/antivirus/clamav/INSTALL b/antivirus/clamav/INSTALL
index 141c9b5404..3a2ba39772 100755
--- a/antivirus/clamav/INSTALL
+++ b/antivirus/clamav/INSTALL
@@ -1,3 +1,4 @@
+make_single &&
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/usr/share/clamav"