diff options
author | adam <adam> | 2014-08-17 08:16:58 +0000 |
---|---|---|
committer | adam <adam> | 2014-08-17 08:16:58 +0000 |
commit | f660daf9ef4d25359208e55a8c9de3fd67c4f9fa (patch) | |
tree | 1f47dbd0133e1b7046430b0eebe8b139695a9c72 /mail/exim-html | |
parent | 05fd7dc087d897e9eaa84c8bfb925892ac66c718 (diff) | |
download | pkgsrc-f660daf9ef4d25359208e55a8c9de3fd67c4f9fa.tar.gz |
Changes 4.84:
TL/01 Bugzilla 1506: Re-add a 'return NULL' to silence complaints from static
checkers that were complaining about end of non-void function with no
return.
JH/01 Bug 1513: Fix parsing of quoted parameter values in MIME headers.
This was a regression intruduced in 4.83 by another bugfix.
JH/02 Fix broken compilation when EXPERIMENTAL_DSN is enabled.
TL/02 Bug 1509: Fix exipick for enhanced spoolfile specification used when
EXPERIMENTAL_DNS is enabled.
Diffstat (limited to 'mail/exim-html')
-rw-r--r-- | mail/exim-html/Makefile | 4 | ||||
-rw-r--r-- | mail/exim-html/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/exim-html/Makefile b/mail/exim-html/Makefile index f665e4d6b7d..c7dbaf57b24 100644 --- a/mail/exim-html/Makefile +++ b/mail/exim-html/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2014/07/23 14:09:52 adam Exp $ +# $NetBSD: Makefile,v 1.28 2014/08/17 08:16:58 adam Exp $ -DISTNAME= exim-html-4.83 +DISTNAME= exim-html-4.84 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/distinfo b/mail/exim-html/distinfo index 7eefa0facca..df8a22a4648 100644 --- a/mail/exim-html/distinfo +++ b/mail/exim-html/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2014/07/23 14:09:52 adam Exp $ +$NetBSD: distinfo,v 1.22 2014/08/17 08:16:58 adam Exp $ -SHA1 (exim-html-4.83.tar.bz2) = 405c395a84c32172e6c5180800d367fe962cee36 -RMD160 (exim-html-4.83.tar.bz2) = 65ccb8ef5f83c5f7c5cdbd4181ccf80571a9c7f9 -Size (exim-html-4.83.tar.bz2) = 464789 bytes +SHA1 (exim-html-4.84.tar.bz2) = bb2ecdc43a62db379721a2694e24c8957bdd0609 +RMD160 (exim-html-4.84.tar.bz2) = 45de9176ce8c180db9192f10edf04727e8f3131e +Size (exim-html-4.84.tar.bz2) = 465281 bytes |