diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-01 04:35:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-01 04:35:33 +0000 |
commit | eb968f96ffd613ec6b15756c35c31b166c74c135 (patch) | |
tree | d5b62a0ffbf22522036952cc09db1f4d26ca6c2e /doc | |
parent | 71ec1e8f05af20d57b36fe3a78fb3544e0907010 (diff) | |
download | pkgsrc-eb968f96ffd613ec6b15756c35c31b166c74c135.tar.gz |
Update mail/clamav to 0.75.1. Changes from verison 0.75 include:
- Convert to use bsd.options.mk.
- The virus database has been moved to ${VARBASE}/clamav.
* freshclam/clamd: fix crash on PPC when LogFile was enabled together
with LogSyslog
* configure: improve gethostbyname_r check; cleanups
* clamav-milter: Use GETHOSTBYNAME_R_6
Better load balancing if max_children = 0
Fixed warning message when building on FreeBSD4.9
Closed (small) memory leak
Fix crash when the 1st remote service goes down
Only use gethostbyname_r on LINUX for now
Improved load balancing a bit
* clamdscan: fix stdin scanning in local mode
* clamav-milter: %v in the template file handling is now replaced
only with the virus name, no "stream:" appears
* libclamav/mbox.c: Fix crash when debugging on SPARC
* libclamav/message.c: Fix occasional crash when scanning
multipart within multipart e-mails
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index f21287dbf52..ef86b7bd83c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6746 2004/07/31 22:32:16 markd Exp $ +$NetBSD: CHANGES,v 1.6747 2004/08/01 04:35:46 jlam Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3668,3 +3668,4 @@ Changes to the packages collection and infrastructure in 2004: Updated nsd to 2.1.2 [itojun 2004-07-31] Updated scmxx to 0.7.2 [wiz 2004-07-31] Updated kphotools to 0.2.1nb1 [markd 2004-07-31] + Updated clamav to 0.75.1 [jlam 2004-08-01] |