summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2003-09-02 11:39:12 +0000
committerabs <abs@pkgsrc.org>2003-09-02 11:39:12 +0000
commit651d34cf3ca3e35a5d52928f3b2a15a43c1d564e (patch)
tree2caf63fec2fdee32b982d109dad19149eca92725 /mail
parente31f2b3819502da3026f5f1163c15dca69e347c5 (diff)
downloadpkgsrc-651d34cf3ca3e35a5d52928f3b2a15a43c1d564e.tar.gz
Update exim-exiscan to 4.22-11
11 - Fixed "permits" table in acl.c, so you can't "use" exiscans conditions in the RCPT ACL any more. This was causing a crash, not you get a proper warning. - Fixed recursive unpacking when the MIME boundary of the "parent" message contains spaces. - Put in a fix for tnef.c that allows clean compile on AIX. Thanks to David Kreindler <david@govnet.state.vt.us>. - Added some proper prototypes for some functions, beautifying the compiler output with -Wall. - Added exiscan patch version output to 'exim -bV'. - Removed demime errors from the panic log.
Diffstat (limited to 'mail')
-rw-r--r--mail/exim-exiscan/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim-exiscan/Makefile b/mail/exim-exiscan/Makefile
index fd7d5d6b15b..f4f80c57e71 100644
--- a/mail/exim-exiscan/Makefile
+++ b/mail/exim-exiscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/02 11:09:20 abs Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/02 11:39:12 abs Exp $
DISTNAME= exim-${EXIM_VERSION}
PKGNAME= exim-exiscan-${EXIM_VERSION}-${EXISCAN_VERSION}
@@ -11,7 +11,7 @@ COMMENT= The Exim mail transfer agent, with exiscan-acl patches
DEPENDS+= exim-user>=1.0:../../mail/exim-user
CONFLICTS+= exim-[0-9]*
-EXISCAN_VERSION=10
+EXISCAN_VERSION=11
PATCH_SITES= http://duncanthrax.net/exiscan-acl/
PATCHFILES= exiscan-acl-${EXIM_VERSION}-${EXISCAN_VERSION}.patch