diff options
author | ad <ad@pkgsrc.org> | 2001-12-19 17:11:02 +0000 |
---|---|---|
committer | ad <ad@pkgsrc.org> | 2001-12-19 17:11:02 +0000 |
commit | fb268bc894bb427004f79969974cff5f68af3f71 (patch) | |
tree | af448b5e2816e06ce254f335f1d3f610c16e70a3 /mail/exim/Makefile | |
parent | 8de0bb328fbae82e14a177a158f3d4380a30650c (diff) | |
download | pkgsrc-fb268bc894bb427004f79969974cff5f68af3f71.tar.gz |
Update to exim-3.34. Change logs can be found at http://www.exim.org/.
This update contains an important security fix for those using the pipe
transport directly from a director/router.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 685ea38bf71..10be2891818 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2001/08/13 08:11:55 ad Exp $ +# $NetBSD: Makefile,v 1.27 2001/12/19 17:11:02 ad Exp $ -DISTNAME= exim-3.32 +DISTNAME= exim-3.34 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/ \ - ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \ + ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ ftp://ftp.esat.net/pub/networking/mail/mta/exim/ MAINTAINER= ad@netbsd.org |