diff options
author | abs <abs> | 2003-09-02 11:39:12 +0000 |
---|---|---|
committer | abs <abs> | 2003-09-02 11:39:12 +0000 |
commit | fbdbf8ab5e68b4bdeaf9a192d8fc3a913471a208 (patch) | |
tree | 2caf63fec2fdee32b982d109dad19149eca92725 /mail | |
parent | 52447486336e3d915f03b935d5740adc32db34cc (diff) | |
download | pkgsrc-fbdbf8ab5e68b4bdeaf9a192d8fc3a913471a208.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/Makefile | 4 |
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 |