summaryrefslogtreecommitdiffstats
path: root/security/clamav
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-06-04 12:51:29 +0000
committereik <eik@FreeBSD.org>2004-06-04 12:51:29 +0000
commit3d7cf7d3951c834942a277278ad9c1430e64404e (patch)
tree6ec454a17e5446d895b9af7b29f3a2f48c4fdf8f /security/clamav
parentab2124f4699c4c1f42383c7d505de576df17ca45 (diff)
downloadFreeBSD-ports-3d7cf7d3951c834942a277278ad9c1430e64404e.zip
FreeBSD-ports-3d7cf7d3951c834942a277278ad9c1430e64404e.tar.gz
Update security/clamav to 0.72 release
This is a bug fix release only, and fixes a few possible crashes PR: 67561 Submitted by: Rob Evers <rob@debank.tv> (maintainer)
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile5
-rw-r--r--security/clamav/distinfo4
-rw-r--r--security/clamav/files/patch-etc::Makefile.in8
3 files changed, 8 insertions, 9 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 9c8e3d6..ac7cf33 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,7 +23,7 @@ RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \
arc:${PORTSDIR}/archivers/arc \
unzip:${PORTSDIR}/archivers/unzip
-DISTVERSION= 0.71
+DISTVERSION= 0.72
OPTIONS= MILTER "Compile the milter interface" off
USE_REINPLACE= yes
@@ -51,7 +50,7 @@ LDFLAGS+= -L${LOCALBASE}/lib \
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
MAN1= clamscan.1 freshclam.1 sigtool.1 clamdscan.1
-MAN5= clamav.conf.5
+MAN5= clamav.conf.5 freshclam.conf.5
MAN8= clamd.8 clamav-milter.8
CONFLICTS= clamav-devel-*
diff --git a/security/clamav/distinfo b/security/clamav/distinfo
index 2756d9e..4949e0c 100644
--- a/security/clamav/distinfo
+++ b/security/clamav/distinfo
@@ -1,2 +1,2 @@
-MD5 (clamav-0.71.tar.gz) = 096cffd2633cbac5a14b7080b6f67a67
-SIZE (clamav-0.71.tar.gz) = 2607615
+MD5 (clamav-0.72.tar.gz) = f859f9ba5d156a8be92585f6e7f26cca
+SIZE (clamav-0.72.tar.gz) = 2623397
diff --git a/security/clamav/files/patch-etc::Makefile.in b/security/clamav/files/patch-etc::Makefile.in
index d91e609..8b4e289 100644
--- a/security/clamav/files/patch-etc::Makefile.in
+++ b/security/clamav/files/patch-etc::Makefile.in
@@ -4,10 +4,10 @@
install:
$(mkinstalldirs) $(DESTDIR)$(CFGINST)
--@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) clamav.conf $(DESTDIR)$(CFGINST)
--@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) freshclam.conf $(DESTDIR)$(CFGINST)
-+@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) clamav.conf $(DESTDIR)$(CFGINST)/clamav.conf.default
-+@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) freshclam.conf $(DESTDIR)$(CFGINST)/freshclam.conf.default
+-@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/clamav.conf $(DESTDIR)$(CFGINST)
+-@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)
++@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/clamav.conf $(DESTDIR)$(CFGINST)/clamav.conf.default
++@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)/freshclam.conf.default
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
OpenPOWER on IntegriCloud