diff options
author | recht <recht> | 2004-02-11 10:55:49 +0000 |
---|---|---|
committer | recht <recht> | 2004-02-11 10:55:49 +0000 |
commit | b6f0337de9b89a885f6d7cc52f96080fb16ca62e (patch) | |
tree | 95c40f87b0d0bc4c23e51482383bc97854fe2289 /mail/clamav/PLIST | |
parent | 75d354ec0c642650e1984c519a63d61dac0dd498 (diff) | |
download | pkgsrc-b6f0337de9b89a885f6d7cc52f96080fb16ca62e.tar.gz |
update to 0.66
This version is a response to the "clamav 0.65 remote DOS exploit"
information published on popular security-related mailing lists.
Other changes include: (see the README for a full list)
-) clamd:
+ fixed database timestamp handling (and a double reload problem reported
by Alex Pleiner and Ole Stanstrup)
+ new directive: ArchiveMaxCompressionRatio
+ new command: SESSION (starts a clamd session and allows to do multiple
commands per TCP session)
+ new directives: TemporaryDirectory, LogClean (Andrey V. Malyshev)
-) freshclam:
+ support for freshclam.conf (that may be optionally merged with
clamav.conf, command line options overwrite config settings)
+ work-around for potential database downgrade (subtle problem
in r-r dns handling) - reported by Daniel Mario Vega and patched
by Luca Gibelli
Fix build by rather patch "configure" directly instead of configure.in
(autoconf failed). Tested on NetBSD-current and Linux (some kind of Debian).
Diffstat (limited to 'mail/clamav/PLIST')
-rw-r--r-- | mail/clamav/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/clamav/PLIST b/mail/clamav/PLIST index f974ba3d9f2..e8446701566 100644 --- a/mail/clamav/PLIST +++ b/mail/clamav/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/02/02 00:00:48 recht Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/02/11 10:55:49 recht Exp $ bin/clamdscan bin/clamscan bin/freshclam @@ -19,7 +19,7 @@ man/man8/clamd.8 sbin/clamd share/clamav/daily.cvd share/clamav/main.cvd -share/clamav/mirrors.txt share/examples/clamav/clamav.conf +share/examples/clamav/freshclam.conf @dirrm share/examples/clamav @dirrm share/clamav |