From 807c64db09b78c2526c5b5aee29792ce3872af68 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Fri, 20 Sep 2013 11:28:50 +0200 Subject: clamav: => 0.98 --- antivirus/clamav/DEPENDS | 7 +++---- antivirus/clamav/DETAILS | 2 +- antivirus/clamav/HISTORY | 7 +++++++ antivirus/clamav/INSTALL | 1 + 4 files changed, 12 insertions(+), 5 deletions(-) (limited to 'antivirus') 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 + * 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 * 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" -- cgit v1.2.3