summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-21 02:48:58 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-21 02:48:58 +0000
commit345fcc4c7e5e744affacf7a90f96774be81bbea3 (patch)
tree093b8b177f14de39e67fac7a18c0823442d6cbc4 /mail
parent08ca221a9cd46a68eb7cc21a883794c8df28d8c9 (diff)
downloadpkgsrc-345fcc4c7e5e744affacf7a90f96774be81bbea3.tar.gz
Update mail/clamav to 0.74.
Bugfixes in this version include crashes with multipart/mixed messages and corrupted OLE2 and Zip files. Improvements include various optimisations of mail scanning and clamav-milter and clamdscan behaviour.
Diffstat (limited to 'mail')
-rw-r--r--mail/clamav/Makefile4
-rw-r--r--mail/clamav/distinfo10
-rw-r--r--mail/clamav/patches/patch-ab21
-rw-r--r--mail/clamav/patches/patch-ad25
4 files changed, 31 insertions, 29 deletions
diff --git a/mail/clamav/Makefile b/mail/clamav/Makefile
index 6a946fbfd08..9d939365564 100644
--- a/mail/clamav/Makefile
+++ b/mail/clamav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/06/21 16:16:24 martti Exp $
+# $NetBSD: Makefile,v 1.19 2004/07/21 02:48:58 xtraeme 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.73
+CLAMAV_VERSION= 0.74
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
diff --git a/mail/clamav/distinfo b/mail/clamav/distinfo
index 0ae25c5304d..fcf377ce7f9 100644
--- a/mail/clamav/distinfo
+++ b/mail/clamav/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2004/06/21 16:16:24 martti Exp $
+$NetBSD: distinfo,v 1.14 2004/07/21 02:48:58 xtraeme Exp $
-SHA1 (clamav-0.73.tar.gz) = a7ef52d726f241e9db96beff97c934c78a23af22
-Size (clamav-0.73.tar.gz) = 2646169 bytes
+SHA1 (clamav-0.74.tar.gz) = 910658b8f0cf88c730bd1a621282de2ee97f3c84
+Size (clamav-0.74.tar.gz) = 2660935 bytes
SHA1 (patch-aa) = f82827375cca03499889b92563ccc338a4fa66fc
-SHA1 (patch-ab) = 898206d4d39a65a8ba353d7707d1d873b4e173e2
-SHA1 (patch-ad) = 252733f9391935489daa46f7d2b2c55c6c1896ea
+SHA1 (patch-ab) = f2a2a03f2be04a56b43e6ddd56e9ef7d231f8955
+SHA1 (patch-ad) = 6699745bb75230de378c54bc82862dfe53732e9d
diff --git a/mail/clamav/patches/patch-ab b/mail/clamav/patches/patch-ab
index 931177d7758..4fd8f8e5291 100644
--- a/mail/clamav/patches/patch-ab
+++ b/mail/clamav/patches/patch-ab
@@ -1,17 +1,17 @@
-$NetBSD: patch-ab,v 1.5 2004/06/04 15:43:25 xtraeme Exp $
+$NetBSD: patch-ab,v 1.6 2004/07/21 02:48:58 xtraeme Exp $
---- 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@
-
+--- etc/Makefile.in.orig 2004-07-21 04:38:49.000000000 +0200
++++ etc/Makefile.in 2004-07-21 04:39:56.000000000 +0200
+@@ -176,7 +176,7 @@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
EXTRA_DIST = clamav.conf freshclam.conf
-CFGINST = @CFGDIR@
+CFGINST = $(datadir)/examples/clamav
- subdir = etc
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/clamav-config.h
-@@ -250,8 +250,8 @@
+ all: all-am
+
+ .SUFFIXES:
+@@ -339,8 +339,9 @@
install:
$(mkinstalldirs) $(DESTDIR)$(CFGINST)
@@ -19,6 +19,7 @@ $NetBSD: patch-ab,v 1.5 2004/06/04 15:43:25 xtraeme Exp $
-@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.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/mail/clamav/patches/patch-ad b/mail/clamav/patches/patch-ad
index 91c0e07ca99..4e0578c4fdc 100644
--- a/mail/clamav/patches/patch-ad
+++ b/mail/clamav/patches/patch-ad
@@ -1,16 +1,17 @@
-$NetBSD: patch-ad,v 1.4 2004/06/04 15:43:25 xtraeme Exp $
+$NetBSD: patch-ad,v 1.5 2004/07/21 02:48:58 xtraeme Exp $
---- docs/Makefile.in.orig 2004-06-04 15:33:21.000000000 +0000
-+++ docs/Makefile.in 2004-06-04 15:33:54.000000000 +0000
-@@ -117,8 +117,10 @@
- am__quote = @am__quote@
- install_sh = @install_sh@
-
-+@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@MILTER_MANS = man/clamav-milter.8
-+
+--- docs/Makefile.in.orig 2004-07-21 04:42:08.000000000 +0200
++++ docs/Makefile.in 2004-07-21 04:43:58.000000000 +0200
+@@ -180,9 +180,11 @@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
EXTRA_DIST = clamdoc.pdf DMS German Spanish Japanese html man FreeBSD-HowTo Portugese Turkish clamd_supervised clamav-mirror-howto.pdf signatures.pdf French Polish
-man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamav.conf.5 man/clamdscan.1 man/clamav-milter.8 man/freshclam.conf.5
+man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 man/clamav.conf.5 man/clamdscan.1 man/freshclam.conf.5
- subdir = docs
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/clamav-config.h
+ all: all-am
+
++@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@MILTER_MANS = man/clamav-milter.8
++
+ .SUFFIXES:
+ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
+ @for dep in $?; do \