diff options
author | xtraeme <xtraeme> | 2005-09-27 14:23:41 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-09-27 14:23:41 +0000 |
commit | 4c1cdde4fe97d4cecd48a4427e7800732c2f09b8 (patch) | |
tree | 2df56cc1cc989aec8bfcc1a013527f221fa85fec /mail/clamav/Makefile | |
parent | 2c6e798f81c16a5c37933be7ac2d53846cbc1cc7 (diff) | |
download | pkgsrc-4c1cdde4fe97d4cecd48a4427e7800732c2f09b8.tar.gz |
Update to 0.87, closes PR pkg/31339.
This version fixes vulnerabilities in handling of UPX and FSG compressed
executables. Support for PE files, Zip and Cabinet archives has been improved
and other small bugfixes have been made. The new option "--on-outdated-execute"
allows freshclam to run a command when system reports a new engine version.
Diffstat (limited to 'mail/clamav/Makefile')
-rw-r--r-- | mail/clamav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/clamav/Makefile b/mail/clamav/Makefile index 4727d42366a..e5dfa69c97c 100644 --- a/mail/clamav/Makefile +++ b/mail/clamav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2005/08/23 11:48:48 rillig Exp $ +# $NetBSD: Makefile,v 1.45 2005/09/27 14:23:41 xtraeme Exp $ DISTNAME= clamav-${CLAMAV_VERSION} PKGNAME= clamav-${CLAMAV_VERSION:S/-/./} @@ -11,7 +11,7 @@ COMMENT= Anti-virus toolkit PKG_INSTALLATION_TYPES= overwrite pkgviews -CLAMAV_VERSION= 0.86.2 +CLAMAV_VERSION= 0.87 USE_LIBTOOL= yes |