diff options
author | grant <grant@pkgsrc.org> | 2005-07-26 07:53:50 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-07-26 07:53:50 +0000 |
commit | 6d395396803aaab1b136dedc568250665fe40a4c (patch) | |
tree | eb139a6ad329651dbe2bee30c85b1da2a7c1287a /mail | |
parent | 9cf2572dce7d041c150c2048add3b68f12da3538 (diff) | |
download | pkgsrc-6d395396803aaab1b136dedc568250665fe40a4c.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')
-rw-r--r-- | mail/clamav/Makefile | 4 | ||||
-rw-r--r-- | mail/clamav/distinfo | 8 |
2 files changed, 6 insertions, 6 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 diff --git a/mail/clamav/distinfo b/mail/clamav/distinfo index 2a35669b116..7826eee07a8 100644 --- a/mail/clamav/distinfo +++ b/mail/clamav/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2005/07/01 03:27:49 grant Exp $ +$NetBSD: distinfo,v 1.29 2005/07/26 07:53:50 grant Exp $ -SHA1 (clamav-0.86.1.tar.gz) = a534111f09bfc1ba91479f6004c45b5ebb834ba1 -RMD160 (clamav-0.86.1.tar.gz) = 2f82b329eaa1aa9bfc3ae1c39624ba873f0a82d9 -Size (clamav-0.86.1.tar.gz) = 4016724 bytes +SHA1 (clamav-0.86.2.tar.gz) = 827dd9a27b42992ddb014017bee9c6e2e9d7d84a +RMD160 (clamav-0.86.2.tar.gz) = 2a7d7f8e722eaeab9754a5d6a95ac75205a2bc0f +Size (clamav-0.86.2.tar.gz) = 4094829 bytes SHA1 (patch-aa) = 17c713c3b5833f895b7caa470ae31f3d45d60643 SHA1 (patch-ab) = afe9915e3fbed6c8dee93101149206a9b2f5c13c SHA1 (patch-ad) = 3723ad7212f15ba4e2690127515bfb1f37b97f71 |