summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-30 09:05:12 +0000
committergrant <grant@pkgsrc.org>2004-05-30 09:05:12 +0000
commitc6c4df5c8a1882d17b40389108e972300a19581a (patch)
tree27b5c8238f2fd188826dc2813298bd7a21ea2694
parent141a0b1cb3c536fc0e7628a58f1e2413e81e5b53 (diff)
downloadpkgsrc-c6c4df5c8a1882d17b40389108e972300a19581a.tar.gz
Pull up revision 1.9 (requested by abs in ticket #28):
Update exim-exiscan to 4.33_20nb1 (from 4.22-12) - Fix buffer overflow listed at http://www.guninski.com/exim1.html - Leave nb1 to indicate we have a local change from stock 4.33_20 - Same exim changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33 - Changes (http://duncanthrax.net/exiscan-acl/CHANGELOG) include - added option to use multiple spamd servers - many mime changes - Added Brightmail Antispam support - clamd fixes
-rw-r--r--mail/exim-exiscan/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/mail/exim-exiscan/Makefile b/mail/exim-exiscan/Makefile
index 5241362118e..cba2f0a83e1 100644
--- a/mail/exim-exiscan/Makefile
+++ b/mail/exim-exiscan/Makefile
@@ -1,21 +1,20 @@
-# $NetBSD: Makefile,v 1.8 2004/03/26 02:27:43 wiz Exp $
+# $NetBSD: Makefile,v 1.8.2.1 2004/05/30 09:05:12 grant Exp $
DISTNAME= exim-${EXIM_VERSION}
-PKGREVISION= 3
-PKGNAME= exim-exiscan-${EXIM_VERSION}-${EXISCAN_VERSION}
+PKGREVISION= 1
+PKGNAME= exim-exiscan-${EXIM_VERSION}_${EXISCAN_VERSION}
CATEGORIES= mail net
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://duncanthrax.net/exiscan-acl/
COMMENT= The Exim mail transfer agent, with exiscan-acl patches
-DEPENDS+= exim-user>=1.0:../../mail/exim-user
CONFLICTS+= exim-[0-9]*
-EXISCAN_VERSION=12
+EXISCAN_VERSION=20
PATCH_SITES= http://duncanthrax.net/exiscan-acl/
-PATCHFILES= exiscan-acl-${EXIM_VERSION}-${EXISCAN_VERSION}.patch
+PATCHFILES= exiscan-acl-${EXIM_VERSION}-${EXISCAN_VERSION}.patch.bz2
DISTINFO_FILE= ${.CURDIR}/../../mail/exim/distinfo
PATCHDIR= ${.CURDIR}/../../mail/exim/patches