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-html | |
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-html')
-rw-r--r-- | mail/exim-html/Makefile | 4 | ||||
-rw-r--r-- | mail/exim-html/PLIST | 6 | ||||
-rw-r--r-- | mail/exim-html/distinfo | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/mail/exim-html/Makefile b/mail/exim-html/Makefile index d7790595757..2903d961177 100644 --- a/mail/exim-html/Makefile +++ b/mail/exim-html/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2007/10/23 15:17:10 adam Exp $ +# $NetBSD: Makefile,v 1.15 2008/01/14 18:57:39 adam Exp $ -DISTNAME= exim-html-4.68 +DISTNAME= exim-html-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-html/PLIST b/mail/exim-html/PLIST index 3fd6ce983b2..dd6fc1eab6c 100644 --- a/mail/exim-html/PLIST +++ b/mail/exim-html/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.8 2007/09/05 10:36:43 rillig Exp $ +@comment $NetBSD: PLIST,v 1.9 2008/01/14 18:57:40 adam Exp $ +share/doc/exim/html/filter-txt.html share/doc/exim/html/filter.html share/doc/exim/html/index.html -share/doc/exim/html/pcrepattern.html -share/doc/exim/html/pcretest.html +share/doc/exim/html/spec-txt.html share/doc/exim/html/spec_html/ch01.html share/doc/exim/html/spec_html/ch02.html share/doc/exim/html/spec_html/ch03.html diff --git a/mail/exim-html/distinfo b/mail/exim-html/distinfo index 31a26a87512..1c011599c1e 100644 --- a/mail/exim-html/distinfo +++ b/mail/exim-html/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2007/10/23 15:17:10 adam Exp $ +$NetBSD: distinfo,v 1.12 2008/01/14 18:57:40 adam Exp $ -SHA1 (exim-html-4.68.tar.bz2) = 1c1dae520bd49de2f6feb357ac0cf2013d31eae2 -RMD160 (exim-html-4.68.tar.bz2) = 3f59b04667efd0f3c86af394e17f7231db02b33c -Size (exim-html-4.68.tar.bz2) = 447772 bytes +SHA1 (exim-html-4.69.tar.bz2) = d09895e5e8995f87f6413f24d34ed0bfb28d22be +RMD160 (exim-html-4.69.tar.bz2) = d7fbdfd2d262fa61577cdac1ebc4c67ed1e63001 +Size (exim-html-4.69.tar.bz2) = 786053 bytes |