aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2004-05-22 14:45:18 +0800
committersilby <silby@FreeBSD.org>2004-05-22 14:45:18 +0800
commit60bdc861bfe151a0f5dd78c0bdc69419fd259551 (patch)
treee7258eead589ad51b3296c913b7751a3c30f8dd8 /security
parent7fb59a19f89be98e19b7b432a36b3ab685175233 (diff)
downloadfreebsd-ports-gnome-60bdc861bfe151a0f5dd78c0bdc69419fd259551.tar.gz
freebsd-ports-gnome-60bdc861bfe151a0f5dd78c0bdc69419fd259551.tar.zst
freebsd-ports-gnome-60bdc861bfe151a0f5dd78c0bdc69419fd259551.zip
Update clamav to rev 0.71
-Improved VBA support -Lots of milter fixes -Various bugs fixed Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r--security/clamav/Makefile14
-rw-r--r--security/clamav/distinfo4
2 files changed, 8 insertions, 10 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index d5f981b514e0..568478f60ba4 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -7,7 +7,6 @@
PORTNAME= clamav
PORTVERSION= ${DISTVERSION:S/-rc//g:S/-/./g}
-PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= clamav
@@ -24,16 +23,13 @@ RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \
arc:${PORTSDIR}/archivers/arc \
unzip:${PORTSDIR}/archivers/unzip
-DISTVERSION= 0.70
-
-CLAMAVUSER?= clamav
-CLAMAVGROUP?= clamav
+DISTVERSION= 0.71
OPTIONS= MILTER "Compile the milter interface" off
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
USE_RC_SUBR= yes
@@ -59,6 +55,8 @@ MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1
MAN5= clamav.conf.5
MAN8= clamd.8 clamav-milter.8
+CLAMAVUSER?= clamav
+CLAMAVGROUP?= clamav
CLAMAV_CLAMD_SOCKET?= /var/run/clamav/clamd
CLAMAV_MILTER_SOCKET?= /var/run/clmilter.sock
@@ -75,10 +73,10 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \
-e 's|^\#?(LogFile) .*$$|\1 /var/log/clamav/clamd.log|' \
-e 's|^\#?(PidFile) .*$$|\1 /var/run/clamav/clamd.pid|' \
-e 's|^\#?(LocalSocket) .*$$|\1 ${CLAMAV_CLAMD_SOCKET}|' \
- -e 's|^\#?(User) .*$$|\1 clamav|' \
+ -e 's|^\#?(User) .*$$|\1 ${CLAMAVUSER}|' \
-e 's|^\#?(AllowSupplementaryGroups)$$|\1|' \
- -e 's|^\#?(FixStaleSocket)$$|\1|' \
-e 's|^\#?(ScanMail)$$|\1|' \
+ -e 's|^\#?(Checks)$$|\#\1|' \
-e 's|^\#?(DatabaseDirectory) .*$$|\1 ${DATADIR}|' \
-e 's|^\#?(DatabaseOwner) .*$$|\1 ${CLAMAVUSER}|' \
-e 's|^\#?(UpdateLogFile) .*$$|\1 /var/log/clamav/freshclam.log|' \
diff --git a/security/clamav/distinfo b/security/clamav/distinfo
index 07b57eb713e7..2756d9e843dc 100644
--- a/security/clamav/distinfo
+++ b/security/clamav/distinfo
@@ -1,2 +1,2 @@
-MD5 (clamav-0.70.tar.gz) = 2599a2e6b06d1f8ca09fdef8bc17625c
-SIZE (clamav-0.70.tar.gz) = 2347104
+MD5 (clamav-0.71.tar.gz) = 096cffd2633cbac5a14b7080b6f67a67
+SIZE (clamav-0.71.tar.gz) = 2607615