summaryrefslogtreecommitdiff
path: root/mail/clamav/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-05-18 02:39:40 +0000
committerxtraeme <xtraeme>2005-05-18 02:39:40 +0000
commit595148c0c9bae2d1445876f78f8ae1a6472b9e76 (patch)
treeaac5474c183083593498c9956501a802ff71847f /mail/clamav/Makefile
parentc51e94d7ea44ba9e58f6bf5f18a6eb9345e6205e (diff)
downloadpkgsrc-595148c0c9bae2d1445876f78f8ae1a6472b9e76.tar.gz
Update to 0.85, changes:
- freshclam/manager.c: fix socket descriptor leak in --no-dns mode (patch by GertJan Spoelman <cav*gjs.cc>) (tk) - clamscan, freshclam: return with 62 (instead of 1) when logger can't be initialized (tk) - libclamav/matcher-ac.c, libclamav/matcher-bm.c: fix detection problem with *.ndb OLE2 signatures (problem reported by Trog) (tk) - fix signature offset calculation in large files (problem reported by Christoph) (tk) - clamav-milter: print segfault diagnostic, even if print_trace is not available (njh) - sigtool/sigtool.c: fix support for *.fp databases (tk) - clamav-milter: Better handling of log file errors. Always send 451 when loading a new database when --external is not set (njh) - libclamav/tnef.c: If a parse fails and debugging is on, the file being scanned is dumped to a temporary file (njh) - libclamav/scanners.c: do not report I/O error with encrypted zips (tk)
Diffstat (limited to 'mail/clamav/Makefile')
-rw-r--r--mail/clamav/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/clamav/Makefile b/mail/clamav/Makefile
index f0eb1ff3b06..413ea150539 100644
--- a/mail/clamav/Makefile
+++ b/mail/clamav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/05/05 00:42:56 xtraeme Exp $
+# $NetBSD: Makefile,v 1.38 2005/05/18 02:39:40 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.84
+CLAMAV_VERSION= 0.85
USE_LIBTOOL= yes