summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2007-07-11 17:44:22 +0000
committerxtraeme <xtraeme@pkgsrc.org>2007-07-11 17:44:22 +0000
commitb40a1cdcd3456635a535ab344bbc78a491bfec9b (patch)
tree2554b665e5b71d422c45e865c1107beb89330aa1
parent0febe3e9cc426b57572ba984d3193a0110e89108 (diff)
downloadpkgsrc-b40a1cdcd3456635a535ab344bbc78a491bfec9b.tar.gz
Update to 0.91:
ClamAV 0.91 is the first release to enable the anti-phishing technology in default builds. This technology combines heuristics with special signatures and provides effective protection against phishing threats. Other important changes and add-ons in this version include: - unpacker for NSIS (Nullsoft Scriptable Install System) self-extracting archives - unpacker for ASPack 2.12 - new implementation of the Aho-Corasick pattern matcher providing better detection for wildcard enabled signatures - support for nibble matching and floating offsets - improved handling of .mdb files (fixes long startup times) - extraction of PE files embedded into other executables - better handling of PE & UPX - removed dependency on libcurl (improves stability) - libclamav.dll available under Windows - IPv6 support in clamav-milter - many other improvements and bugfixes
-rw-r--r--mail/clamav/Makefile6
-rw-r--r--mail/clamav/distinfo8
-rw-r--r--mail/clamav/options.mk13
3 files changed, 9 insertions, 18 deletions
diff --git a/mail/clamav/Makefile b/mail/clamav/Makefile
index 7648fddaf0b..de8ec179ffe 100644
--- a/mail/clamav/Makefile
+++ b/mail/clamav/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.76 2007/07/04 20:54:40 jlam Exp $
+# $NetBSD: Makefile,v 1.77 2007/07/11 17:44:22 xtraeme Exp $
DISTNAME= clamav-${CLAMAV_VERSION}
PKGNAME= clamav-${CLAMAV_VERSION:S/-/./}
-PKGREVISION= 2
+#PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clamav/}
@@ -12,7 +12,7 @@ COMMENT= Anti-virus toolkit
PKG_INSTALLATION_TYPES= overwrite pkgviews
-CLAMAV_VERSION= 0.90.3
+CLAMAV_VERSION= 0.91
USE_LIBTOOL= yes
diff --git a/mail/clamav/distinfo b/mail/clamav/distinfo
index f5ec6f5c8e5..8c7429d3ed7 100644
--- a/mail/clamav/distinfo
+++ b/mail/clamav/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.44 2007/05/31 05:26:46 martti Exp $
+$NetBSD: distinfo,v 1.45 2007/07/11 17:44:22 xtraeme Exp $
-SHA1 (clamav-0.90.3.tar.gz) = ec322b5ada9cf5b6faebd2d800985545ee2d28fa
-RMD160 (clamav-0.90.3.tar.gz) = 7dda3541afee8403c7fb98aa827f14b5a7a1d6ce
-Size (clamav-0.90.3.tar.gz) = 12496857 bytes
+SHA1 (clamav-0.91.tar.gz) = 995e054d19250777597c504552310490a59d8f76
+RMD160 (clamav-0.91.tar.gz) = 192acbe2fa290030df2fd60c7f323b434acc7a69
+Size (clamav-0.91.tar.gz) = 13026634 bytes
SHA1 (patch-ad) = 554c183224c04357609111c90d0145c08e13c1d0
SHA1 (patch-af) = fe93995448f968c479ff91d52c1fa2a1e67ef137
SHA1 (patch-ah) = 0b0865cca6bb8534740b510b7052dbe3390b996c
diff --git a/mail/clamav/options.mk b/mail/clamav/options.mk
index 0cfd97a1862..c62df15397c 100644
--- a/mail/clamav/options.mk
+++ b/mail/clamav/options.mk
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.2 2007/05/31 05:26:46 martti Exp $
+# $NetBSD: options.mk,v 1.3 2007/07/11 17:44:22 xtraeme Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.clamav
-PKG_SUPPORTED_OPTIONS= curl milter clamav-experimental
-PKG_SUGGESTED_OPTIONS= curl
+PKG_SUPPORTED_OPTIONS= milter clamav-experimental
.include "../../mk/bsd.options.mk"
@@ -21,14 +20,6 @@ CONFIGURE_ENV+= ac_cv_header_libmilter_mfapi_h=no
PLIST_SUBST+= MILTER="@comment "
.endif
-.if !empty(PKG_OPTIONS:Mcurl)
-. include "../../www/curl/buildlink3.mk"
-CONFIGURE_ARGS+= --with-libcurl
-BUILDLINK_API_DEPENDS.curl+=curl>=7.10.0
-.else
-CONFIGURE_ARGS+= --without-libcurl
-.endif
-
.if !empty(PKG_OPTIONS:Mclamav-experimental)
CONFIGURE_ARGS+= --enable-experimental
.endif