diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-04-30 06:50:00 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-04-30 06:50:00 +0000 |
commit | 2959921449bbe6ed84e6de4cf8005b6a5745880f (patch) | |
tree | 8788898c4a4a0308b457dbb63dce9501898519d5 /mail/clamav/Makefile | |
parent | 72fea3252ba1c70de4e37c02632a5665f6c4835a (diff) | |
download | pkgsrc-2959921449bbe6ed84e6de4cf8005b6a5745880f.tar.gz |
Update to 0.88.2:
This release improves virus detection, fixes zip handling on 64-bit
architectures and possible security problem in freshclam.
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 c3bb71b3f25..2eb4b687622 100644 --- a/mail/clamav/Makefile +++ b/mail/clamav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2006/04/23 00:12:38 jlam Exp $ +# $NetBSD: Makefile,v 1.58 2006/04/30 06:50:00 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.88.1 +CLAMAV_VERSION= 0.88.2 USE_LIBTOOL= yes |