diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-02-19 18:35:30 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-02-19 18:35:30 +0000 |
commit | 52702ee8521fdf048f34d52d5b17dc130cd84eaf (patch) | |
tree | 90cd55996221d2b621b5a80e521a3fa73dd3f564 /mail/exim | |
parent | fbbc0e4bd17c8caec63cd8ab6bde72dc1b0a1ada (diff) | |
download | FreeBSD-ports-52702ee8521fdf048f34d52d5b17dc130cd84eaf.zip FreeBSD-ports-52702ee8521fdf048f34d52d5b17dc130cd84eaf.tar.gz |
Update to exim-3.35:
Most notable fixes include tightened string handling in a few
pathalogical cases that some people suspect might be exploitable, at
least in the form of a DoS.
Requested by: Randy Bush <randy@psg.com>
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 5 | ||||
-rw-r--r-- | mail/exim/distinfo | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index bfcab9e..0867c3e 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -6,13 +6,12 @@ # PORTNAME= exim -PORTVERSION= 3.34 -PORTREVISION= 1 +PORTVERSION= 3.35 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ http://www.exim.org/ftp/exim3/ \ ftp://ftp.is.co.za/networking/mail/transport/exim/exim3/ -DISTFILES= exim-3.34.tar.bz2 exim-texinfo-3.30.tar.bz2 +DISTFILES= exim-3.35.tar.bz2 exim-texinfo-3.30.tar.bz2 MAINTAINER= sheldonh@FreeBSD.org diff --git a/mail/exim/distinfo b/mail/exim/distinfo index 5c5610a..9dfbaee 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -1,2 +1,2 @@ -MD5 (exim-3.34.tar.bz2) = 7ccaee3a714780b29b8b5485ed10454d +MD5 (exim-3.35.tar.bz2) = dd1600dceb36e7b4295958446b209090 MD5 (exim-texinfo-3.30.tar.bz2) = 6400cc7988036991b6bbe7ed9b4d9eeb |