diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-02-20 02:35:30 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-02-20 02:35:30 +0800 |
commit | 52702ee8521fdf048f34d52d5b17dc130cd84eaf (patch) | |
tree | 90cd55996221d2b621b5a80e521a3fa73dd3f564 | |
parent | fbbc0e4bd17c8caec63cd8ab6bde72dc1b0a1ada (diff) | |
download | freebsd-ports-gnome-52702ee8521fdf048f34d52d5b17dc130cd84eaf.tar.gz freebsd-ports-gnome-52702ee8521fdf048f34d52d5b17dc130cd84eaf.tar.zst freebsd-ports-gnome-52702ee8521fdf048f34d52d5b17dc130cd84eaf.zip |
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>
-rw-r--r-- | mail/exim-old/Makefile | 5 | ||||
-rw-r--r-- | mail/exim-old/distinfo | 2 | ||||
-rw-r--r-- | mail/exim/Makefile | 5 | ||||
-rw-r--r-- | mail/exim/distinfo | 2 |
4 files changed, 6 insertions, 8 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index bfcab9eb603a..0867c3ed61ef 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/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-old/distinfo b/mail/exim-old/distinfo index 5c5610a448e7..9dfbaee5048d 100644 --- a/mail/exim-old/distinfo +++ b/mail/exim-old/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 diff --git a/mail/exim/Makefile b/mail/exim/Makefile index bfcab9eb603a..0867c3ed61ef 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 5c5610a448e7..9dfbaee5048d 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 |