summaryrefslogtreecommitdiff
path: root/mail/clamav/patches/patch-ab
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-06-04 15:43:25 +0000
committerxtraeme <xtraeme>2004-06-04 15:43:25 +0000
commitcaa753ffd8ecc70c8cab574c8e5cce758fbe6055 (patch)
tree2f7ceaf117c5df6d391b5ed80c09732bac2417c2 /mail/clamav/patches/patch-ab
parentdacf4953275c2a05a348f929610cc09b40ac8468 (diff)
downloadpkgsrc-caa753ffd8ecc70c8cab574c8e5cce758fbe6055.tar.gz
Update mail/clamav to 0.72 and enable pkgviews installation.
Changes: 0.72 ---- Major bugfixes in this release include crashes with corrupted BinHex messages and some Excel documents. Protection against archive bombs (not fully functional since 0.70) was improved and a number of other improvements were made. 0.71 ---- This release fixes all bugs found in 0.70 and introduces a few new features - the noteworthy changes include: -) libclamav: + support nested OLE2 files + support Word6 macro code + ignore popular file types (media, graphics) + support compress.exe (SZDD) compression (test/test.msc) + improve virus detection in e-mails -) clamscan: + automatically decide (by comparing daily.cvd version numbers) which database directory (hardcoded or clamav.conf's one) to use + support compression ratio feature (--max-ratio) + allow regular expressions in --[in|ex]clude + do not overwrite old files in a quarantine directory but add a numerical extension to new files + respect --tempdir in libclamav + fix access problem when calling external unpackers in a superuser mode + fix file permission corruption with --deb in a superuser mode -) clamd + support log facility specification in syslog's style (LogFacility) + new directive LeaveTemporaryFiles (Debug no longer leaves temporary files not removed) -) clamav-milter: + include the virus name in the 550 rejection + support user defined template for virus notifications (--template-file) + sort quarantine messages by date + improve thread management + add X-Virus-Scanned and X-Infected-Received-From: headers + improve load balancing (when using remote servers with --server) + send 554 after DATA received, not 550 + save PID (--pidfile) -) documentation: + German clamdoc.pdf translation (Rupert Roesler-Schmidt and Karina Schwarz, uplink coherent solutions, http://www.uplink.at) + new Japanese documentation (Masaki Ogawa)
Diffstat (limited to 'mail/clamav/patches/patch-ab')
-rw-r--r--mail/clamav/patches/patch-ab14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/clamav/patches/patch-ab b/mail/clamav/patches/patch-ab
index a4eadced4c4..931177d7758 100644
--- a/mail/clamav/patches/patch-ab
+++ b/mail/clamav/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.4 2004/04/25 21:37:59 recht Exp $
+$NetBSD: patch-ab,v 1.5 2004/06/04 15:43:25 xtraeme Exp $
---- etc/Makefile.in.orig 2004-04-17 00:50:44.000000000 +0200
-+++ etc/Makefile.in 2004-04-25 21:29:51.000000000 +0200
-@@ -119,7 +119,7 @@
+--- etc/Makefile.in.orig 2004-06-04 15:34:54.000000000 +0000
++++ etc/Makefile.in 2004-06-04 15:35:42.000000000 +0000
+@@ -120,7 +120,7 @@
install_sh = @install_sh@
EXTRA_DIST = clamav.conf freshclam.conf
@@ -11,12 +11,12 @@ $NetBSD: patch-ab,v 1.4 2004/04/25 21:37:59 recht Exp $
subdir = etc
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/clamav-config.h
-@@ -249,8 +249,8 @@
+@@ -250,8 +250,8 @@
install:
$(mkinstalldirs) $(DESTDIR)$(CFGINST)
--@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) clamav.conf $(DESTDIR)$(CFGINST)
--@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) freshclam.conf $(DESTDIR)$(CFGINST)
+-@INSTALL_CLAMAV_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/clamav.conf $(DESTDIR)$(CFGINST)
+-@INSTALL_FRESHCLAM_CONF_TRUE@ @$(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)
+ @$(INSTALL_DATA) clamav.conf $(DESTDIR)$(CFGINST)
+ @$(INSTALL_DATA) freshclam.conf $(DESTDIR)$(CFGINST)
# Tell versions [3.59,3.63) of GNU make to not export all variables.