diff options
author | adam <adam@pkgsrc.org> | 2012-07-02 07:12:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-07-02 07:12:58 +0000 |
commit | 01cc7d113a67d373553042225ffeffb7c55b61c7 (patch) | |
tree | 63be763b85b972b41b94fe3245e732bb99bc1dd8 /security | |
parent | 60eaa1707215cf060b19c415a249452b6b333251 (diff) | |
download | pkgsrc-01cc7d113a67d373553042225ffeffb7c55b61c7.tar.gz |
Changes 0.97.5:
* libclamav: Scan output at end of truncated tar
* libclamav: Fix handling of tar file with malformed header
* libclamav: Scan chm with invalid handling
* freshclam: give custom dbs higher priority during update
* libclamav: detect read races and abort the scan with an error
* libclamav/pe.c: drop old header check
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav/Makefile | 10 | ||||
-rw-r--r-- | security/clamav/PLIST | 4 | ||||
-rw-r--r-- | security/clamav/distinfo | 8 |
3 files changed, 8 insertions, 14 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index fa306edbda6..d199398d5ae 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2012/01/26 06:34:19 sbd Exp $ +# $NetBSD: Makefile,v 1.8 2012/07/02 07:12:58 adam Exp $ -DISTNAME= clamav-0.97.3 +DISTNAME= clamav-0.97.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/} @@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --with-ltdl-include=${BUILDLINK_PREFIX.libltdl}/include CONFIGURE_ARGS+= --with-ltdl-lib=${BUILDLINK_PREFIX.libltdl}/lib CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} # pkgsrc enforces a "secure" version of zlib, so don't let this check -# bomb the build. +# bomb the build CONFIGURE_ARGS+= --disable-zlib-vcheck CHECK_PORTABILITY_SKIP= contrib/* unit_tests/* @@ -59,10 +59,6 @@ CONF_FILES_PERMS= # empty .for i in clamd.conf freshclam.conf CONF_FILES+= ${EGDIR}/${i} ${PKG_SYSCONFDIR}/${i} .endfor -.for i in daily.cvd main.cvd -CONF_FILES_PERMS+= ${EGDIR}/${i} ${CLAMAV_DBDIR}/${i} \ - ${CLAMAV_USER} ${CLAMAV_GROUP} 0664 -.endfor INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} CFGINST=${EGDIR} DBINST=${EGDIR} diff --git a/security/clamav/PLIST b/security/clamav/PLIST index f697db032d6..c5b5dd75996 100644 --- a/security/clamav/PLIST +++ b/security/clamav/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2011/07/08 09:28:06 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/07/02 07:12:58 adam Exp $ bin/clamav-config bin/clambc bin/clamconf @@ -26,8 +26,6 @@ man/man8/clamav-milter.8 man/man8/clamd.8 sbin/clamd share/examples/clamav/clamd.conf -share/examples/clamav/daily.cvd share/examples/clamav/freshclam.conf -share/examples/clamav/main.cvd share/examples/rc.d/clamd share/examples/rc.d/freshclamd diff --git a/security/clamav/distinfo b/security/clamav/distinfo index 97f9f6094f2..30465347941 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2011/10/26 17:55:05 tez Exp $ +$NetBSD: distinfo,v 1.6 2012/07/02 07:12:58 adam Exp $ -SHA1 (clamav-0.97.3.tar.gz) = 263c7b8b7dc1536652ab64e32263d1c60e138655 -RMD160 (clamav-0.97.3.tar.gz) = 9fee55f0b115fafa622e1092483e380afd0dc5b9 -Size (clamav-0.97.3.tar.gz) = 45793398 bytes +SHA1 (clamav-0.97.5.tar.gz) = 1bb317ead4a1a677a9a11a063fc35a63f22309e9 +RMD160 (clamav-0.97.5.tar.gz) = 882294b892c7660669e9164918b1e08651b37d77 +Size (clamav-0.97.5.tar.gz) = 14754465 bytes SHA1 (patch-aa) = 8539a90ac5591c86f7e9f6b8c073f36523f221a5 SHA1 (patch-ab) = fea995ea944c2ae0f51a41e1a1076badf65c6c8b SHA1 (patch-ad) = c862658ceba98ac415b0c193fc205c5862ac4970 |