diff options
author | grant <grant@pkgsrc.org> | 2005-06-24 05:58:42 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-06-24 05:58:42 +0000 |
commit | 1527c1ac4137c824bc71b1b631878d8fbee14f6c (patch) | |
tree | 9764edb0ee438f7148d80f98c26f6056f2795a8c /mail/clamav | |
parent | 273c611dc6e30590c042d16d697d7f40ccf42553 (diff) | |
download | pkgsrc-1527c1ac4137c824bc71b1b631878d8fbee14f6c.tar.gz |
update clamav to 0.86.1.
changes since 0.85.1:
Thu Jun 23 23:13:41 CEST 2005
-----------------------------
V 0.86.1
- libclamav/mspack/qtmd.c: fix possible crash (tk)
Reported by Andrew Toller <atoller*connectfree.co.uk>
and Stefan Kanthak <stefan.kanthak*fujitsu-siemens.com>
Sun Jun 19 21:37:07 CEST 2005
-----------------------------
V 0.86
- libclamav/mspack/cabd.c: fix possible infinite loop (tk)
- libclamav/cvd.c: fix potential directory traversal in cvd unpacker (a low
risk problem since all databases are digitally signed). Pointed out by
Florian Weimer <fw*deneb.enyo.de> (tk)
- libclamav/zziplib/zzip-file.c: add method id for AES encrypted archives
(thanks to David Majorel <dm*lagoon.nc>) (tk)
- clamscan/manager.c: better message on zip/rar unpacking error (tk)
- libclamav/mbox.c: Fix mishandling of fast track uuencoded files (njh)
- clamav-milter: Better error message if the white-list file can't be
opened (njh)
- clamav-milter: When loading a new database when not in external mode,
keep scanning with the old one rather than hold up incoming mails while
waiting for clamav-milter to become idle then reloading the database (njh)
- libclamav/others.c: print warnings and errors in single call to write
(thanks to Denis Vlasenko <vda*ilport.com.ua>) (tk)
- clamscan/others.c: enable REG_EXTENDED in match_regex (tk)
- libclamav/scanners.c: fix file descriptor leaks if cli_msexpand() returns
an error in cli_scanszdd, patch by Mark Pizzolato (tk)
- libclamav/scanners.c: fix file descriptor leak in error path (out of mem)
in cli_scangzip(), patch by Mark Pizzolato (tk)
- clamd/scanner.c: fix error path for a read timeout which logged messages
indicating that both a timeout and a poll error occurred (patch by Mark
Pizzolato <clamav-devel*subscriptions.pizzolato.net>) (tk)
- libclamav: Extract TNEF files even when the filename isn't known,
problem reported by John Miller (contact*glideslopesoftware.co.uk) (njh)
Diffstat (limited to 'mail/clamav')
-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 2a6cd54ea8c..a09d3398b30 100644 --- a/mail/clamav/Makefile +++ b/mail/clamav/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2005/05/31 10:01:37 dillo Exp $ +# $NetBSD: Makefile,v 1.41 2005/06/24 05:58:42 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.85.1 +CLAMAV_VERSION= 0.86.1 USE_LIBTOOL= yes diff --git a/mail/clamav/distinfo b/mail/clamav/distinfo index 4b57c35cd6a..c61f22747a0 100644 --- a/mail/clamav/distinfo +++ b/mail/clamav/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.26 2005/05/23 22:41:26 xtraeme Exp $ +$NetBSD: distinfo,v 1.27 2005/06/24 05:58:42 grant Exp $ -SHA1 (clamav-0.85.1.tar.gz) = b15290f68962c5d6f4b596ee426bfc9ff10764f7 -RMD160 (clamav-0.85.1.tar.gz) = 234e14e77421644598378d3820d914cab34e0ecb -Size (clamav-0.85.1.tar.gz) = 4061042 bytes +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 (patch-aa) = 17c713c3b5833f895b7caa470ae31f3d45d60643 SHA1 (patch-ad) = 3723ad7212f15ba4e2690127515bfb1f37b97f71 SHA1 (patch-af) = 605728b133ddb95827285d06bfeec9400222f874 |