pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update exim-exiscan to 4.22-11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5f74cbaf3a5
branches:  trunk
changeset: 460660:d5f74cbaf3a5
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Sep 02 11:39:12 2003 +0000

description:
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@localhost>.
     - 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:

 doc/CHANGES                |  3 ++-
 mail/exim-exiscan/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (33 lines):

diff -r a910e4a90538 -r d5f74cbaf3a5 doc/CHANGES
--- a/doc/CHANGES       Tue Sep 02 11:23:30 2003 +0000
+++ b/doc/CHANGES       Tue Sep 02 11:39:12 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3204 2003/09/02 11:20:56 abs Exp $
+$NetBSD: CHANGES,v 1.3205 2003/09/02 11:40:02 abs Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -3474,4 +3474,5 @@
        Updated audit-packages to 1.18 [agc 2003-09-02]
        Updated exim to 4.22 [abs 2003-09-02]
        Added exim-exiscan-4.22-10 [abs 2003-09-02]
+       Updated exim-exiscan to 4.22-11 [abs 2003-09-02]
 
diff -r a910e4a90538 -r d5f74cbaf3a5 mail/exim-exiscan/Makefile
--- a/mail/exim-exiscan/Makefile        Tue Sep 02 11:23:30 2003 +0000
+++ b/mail/exim-exiscan/Makefile        Tue Sep 02 11:39:12 2003 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index