summaryrefslogtreecommitdiff
path: root/mail/clamav/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2006-04-07 11:20:37 +0000
committergrant <grant>2006-04-07 11:20:37 +0000
commit9830b101ba63d458589facaef2303e10e2f1fa7b (patch)
tree5bd81ecc4e285002a3660eba1a177292e019a6ac /mail/clamav/Makefile
parentfc5e6a334d2d60f3f42b2ca15627bfdd43e632e7 (diff)
downloadpkgsrc-9830b101ba63d458589facaef2303e10e2f1fa7b.tar.gz
update clamav to 0.88.1.
changes since 0.88: * Bugfixes: - libclamav/matcher.c: properly handle partial reads in cli_scandesc() - libclamav/mbox.c: sync with CVS, fixes detection of Worm.Bagle.CT - freshclam: fix support for LocalIPAddress Patch by Anton Yuzhaninov <citrin*citrin.ru> - docs/man: multiple manpage typo fixes Patch by A. Costa <agcosta*gis.net>) - shared/output.c: properly handle return value of vsnprintf Thanks to Anton Yuzhaninov <citrin*rambler-co.ru> - libclamav/htmlnorm.c: fix typo spotted by Gianluigi Tiesi <sherpya*netfarm.it> - sigtool/sigtool.c: fix possible crash in build(), thanks to Sven - clamd/session.c: remove static timeout (5s) for SESSION Pointed out by Joseph Benden <joe*thrallingpenguin.com> - libclamav/pe.c: fix possible integer overflow reported by Damian Put Note: only exploitable if file size limit (ArchiveMaxFileSize) disabled - libclamav/scanners.c: properly report archive unpacking errors Problem spotted by David F. Skoll <dfs*roaringpenguin.com> - libclamav/others.c: fix possible crash in cli_bitset_test() Reported by David Luyer <david_luyer*pacific.net.au> - libclamav/zziplib: fix possible crash on FreeBSD Reported by Robert Rebbun <robert*desertsurf.com> - clamav-milter: fall back if sendfile() fails
Diffstat (limited to 'mail/clamav/Makefile')
-rw-r--r--mail/clamav/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/clamav/Makefile b/mail/clamav/Makefile
index 124fafed091..ccfee36a876 100644
--- a/mail/clamav/Makefile
+++ b/mail/clamav/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2006/04/06 06:22:16 reed Exp $
+# $NetBSD: Makefile,v 1.56 2006/04/07 11:20:37 grant Exp $
DISTNAME= clamav-${CLAMAV_VERSION}
PKGNAME= clamav-${CLAMAV_VERSION:S/-/./}
-PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/}
@@ -12,7 +11,7 @@ COMMENT= Anti-virus toolkit
PKG_INSTALLATION_TYPES= overwrite pkgviews
-CLAMAV_VERSION= 0.88
+CLAMAV_VERSION= 0.88.1
USE_LIBTOOL= yes