summaryrefslogtreecommitdiff
path: root/mail/clamav/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-26 07:53:50 +0000
committergrant <grant@pkgsrc.org>2005-07-26 07:53:50 +0000
commitff448079203c1300c64bc618a113c2695358d5fc (patch)
treeeb139a6ad329651dbe2bee30c85b1da2a7c1287a /mail/clamav/Makefile
parentb1f57c9784069c0fffbb70e08862e3242f6c824c (diff)
downloadpkgsrc-ff448079203c1300c64bc618a113c2695358d5fc.tar.gz
update clamav to 0.86.2.
changes since 0.86.1: V 0.86.2 * Fixes backported from CVS: - configure.in: disable support for URLs downloading with libcurl (--with-libcurl) by default (tk) - libclamav/others.c: cli_rmdirs: fix possible infinite loop (tk) Patch by Mark Pizzolato <clamav-devel*subscriptions.pizzolato.net> - libclamav/mspack: Some cab archives were not properly decompressed (tk) Problem reported by Diego d'Ambra <diego*clamav.net> - libclamav/pe.c: cli_peheader: Sync entry point calculation with cli_scanpe (tk) Problem reported by Christoph Cordes <ccordes*clamav.net> - configure.in: fix compilation error when curl is installed in a non-standard location (tk) Reported by Serge van den Boom <svdb*stack.nl> - configure.in: Add support for DragonFly (tk) Thanks to Joerg Sonnenberger <joerg*britannica.bec.de> - clamscan/clamscan.c: Verify arguments passed to --max-dir-recursion and --max-ratio (tk) Problem reported by Jo Mills <Jonathan.Mills*frequentis.com> - libclamav/fsg.c: Fix possible integer overflow (acab) Reported by Alex Wheeler. - libclamav/mbox.c: Fix name clash with glibc library (njh) Reported by Brian Bruns <bruns at 2mbit.com> - libclamav/others.c: Check for 0 byte allocations in cli_(m|c|re)alloc (tk) - libclamav/chmunpack.c: Fix possible malloc overflow (trog) Reported by Alex Wheeler. - libclamav/tnef.c: Fix possible crash if the length field is 0 or negative in headers (njh) Reported by Alex Wheeler (alexbling at gmail.com) - clamav-milter: Honour LogClean. Only syslog once when storing email in quarantine (reported by Panagiotis Christias, christias at gmail.com). Log database reloads to the LogFile (njh) - clamav-milter: Changed the default child_timeout to 5 minutes. Keep a copy of the trie root in privdata. Removed trylock/unlock code in clamfi_abort (njh)
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 acaa4c9e398..d8ec2c963e6 100644
--- a/mail/clamav/Makefile
+++ b/mail/clamav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2005/07/14 02:26:09 tv Exp $
+# $NetBSD: Makefile,v 1.43 2005/07/26 07:53:50 grant 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.1
+CLAMAV_VERSION= 0.86.2
USE_LIBTOOL= yes