diff options
author | ad <ad@pkgsrc.org> | 1999-12-10 00:26:14 +0000 |
---|---|---|
committer | ad <ad@pkgsrc.org> | 1999-12-10 00:26:14 +0000 |
commit | 8ffe9af5ae8cc237cea5fa19493c398c5b9ae1dd (patch) | |
tree | ecef56f9768ccba5761e5d82eeb757548d344d70 /mail/exim | |
parent | ed0cd3832e2998ff7eab04d5081f79aa8f522b05 (diff) | |
download | pkgsrc-8ffe9af5ae8cc237cea5fa19493c398c5b9ae1dd.tar.gz |
Update to Exim 3.12. Changes since 3.11:
1. After a successful delivery, the message log file was being fclosed twice;
some operating systems' C libraries just ignore the second fclose, but others
crashed; this caused -J files to be left lying about.
2. The "contains" operation in filter files was failing to find matches when
the initial character of the searched-for string was duplicated in the subject
string, e.g. searching for "[Boston]" in "[[Boston] ..." failed. The bug was in
the "strstric()" function, which would also have affected -R and -S operations.
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 6 | ||||
-rw-r--r-- | mail/exim/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 933690e01bb..ec41e4ab10f 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.8 1999/12/01 11:20:25 ad Exp $ +# $NetBSD: Makefile,v 1.9 1999/12/10 00:26:14 ad Exp $ -DISTNAME= exim-3.11 +DISTNAME= exim-3.12 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/ \ ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \ ftp://ftp.esat.net/pub/networking/mail/mta/exim/ -DISTFILES= exim-3.11.tar.gz exim-html-3.10.tar.gz +DISTFILES= exim-3.12.tar.gz exim-html-3.10.tar.gz MAINTAINER= ad@netbsd.org HOMEPAGE= http://www.exim.org/ diff --git a/mail/exim/files/md5 b/mail/exim/files/md5 index 9846a61707d..76bfdad8a61 100644 --- a/mail/exim/files/md5 +++ b/mail/exim/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.4 1999/12/01 11:20:25 ad Exp $ +$NetBSD: md5,v 1.5 1999/12/10 00:26:15 ad Exp $ -MD5 (exim-3.11.tar.gz) = e1a63c6eaa71c030a189f279ab6630b2 +MD5 (exim-3.12.tar.gz) = 336cd605cb121703af4f22a8c34bb333 MD5 (exim-html-3.10.tar.gz) = be4fbbc5623a2b5af892c90ecee7fbdb |