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.
This commit is contained in:
ad 1999-12-10 00:26:14 +00:00
parent ed0cd3832e
commit 8ffe9af5ae
2 changed files with 5 additions and 5 deletions

View file

@ -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 CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/ \ MASTER_SITES= ftp://ftp.exim.org/pub/exim/ \
ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \ ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/ \
ftp://ftp.esat.net/pub/networking/mail/mta/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 MAINTAINER= ad@netbsd.org
HOMEPAGE= http://www.exim.org/ HOMEPAGE= http://www.exim.org/

View file

@ -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 MD5 (exim-html-3.10.tar.gz) = be4fbbc5623a2b5af892c90ecee7fbdb