diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-01-07 20:06:08 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-01-07 20:06:08 +0800 |
commit | 7a58b64d24758e7a8faa71dfa4a48ce0d55e30c8 (patch) | |
tree | 6a64335b3e38755bcb27358ef2b8dea1753be053 /mail/exim/Makefile | |
parent | c1cffb6c25b0eb57b8e2b29daa58bb24ad422125 (diff) | |
download | freebsd-ports-gnome-7a58b64d24758e7a8faa71dfa4a48ce0d55e30c8.tar.gz freebsd-ports-gnome-7a58b64d24758e7a8faa71dfa4a48ce0d55e30c8.tar.zst freebsd-ports-gnome-7a58b64d24758e7a8faa71dfa4a48ce0d55e30c8.zip |
Update to exim-3.34:
* Mostly incorporates patches already carried by the port.
* Fixes a vulnerability in pipe handling, which was not exposed
by the default configuration, but which could have been exposed
if the configuration were altered appropriately.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 5409d9731389..3e79d6e9764a 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -6,13 +6,12 @@ # PORTNAME= exim -PORTVERSION= 3.33 -PORTREVISION= 6 +PORTVERSION= 3.34 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.33.tar.bz2 exim-texinfo-3.30.tar.bz2 +DISTFILES= exim-3.34.tar.bz2 exim-texinfo-3.30.tar.bz2 MAINTAINER= sheldonh@FreeBSD.org |