diff options
author | adam <adam@pkgsrc.org> | 2008-01-14 18:57:38 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-01-14 18:57:38 +0000 |
commit | 54a262757418a0f4b1981679727e88242da2a864 (patch) | |
tree | 3b4df029f8255881b1c432931706d54a6ec8819c /mail/exim | |
parent | 3cbfd7d589d382a7c8126aded8a28d081ea437fa (diff) | |
download | pkgsrc-54a262757418a0f4b1981679727e88242da2a864.tar.gz |
Changes 4.69:
* Add preliminary DKIM support.
* Bugzilla 592: --help option is handled incorrectly if exim is invoked
as mailq or other aliases. Changed the --help handling significantly
to do whats expected. exim_usage() emits usage/help information.
* Added the -bylocaldomain option to eximstats.
* Bugzilla 619: Defended against bad data coming back from gethostbyaddr
* Bugzilla 613: Documentation fix for acl_not_smtp
* Bugzilla 628: PCRE update to 7.4 (work done by John Hall)
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index e1be7c0ea22..c2c7a9711eb 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.88 2007/12/15 16:04:41 adam Exp $ +# $NetBSD: Makefile,v 1.89 2008/01/14 18:57:38 adam Exp $ -DISTNAME= exim-4.68 +DISTNAME= exim-4.69 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ diff --git a/mail/exim/distinfo b/mail/exim/distinfo index e12de6e49d1..a59f77be0d6 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.38 2007/10/14 19:14:57 adam Exp $ +$NetBSD: distinfo,v 1.39 2008/01/14 18:57:39 adam Exp $ -SHA1 (exim-4.68.tar.bz2) = 510df6a2c38094a55ea54b19dd0e61b88ed78325 -RMD160 (exim-4.68.tar.bz2) = 764cc258ee969bb27975d8009bacb6489103e3a5 -Size (exim-4.68.tar.bz2) = 1641636 bytes +SHA1 (exim-4.69.tar.bz2) = 321e238b6e6b32498110511ce72a911538305a39 +RMD160 (exim-4.69.tar.bz2) = ae97c807c63f858ba4a0ab402677225da9337d05 +Size (exim-4.69.tar.bz2) = 1658939 bytes SHA1 (patch-aa) = 93dca43408fb837deb95d2b22502c64559780f7c SHA1 (patch-ab) = 1c6e7882346974390c22e7b9e09a76c5ed670d1d SHA1 (patch-ae) = 6cb0f00d159de7c342a55b09fb87ab533c5670bf |