diff options
author | adam <adam@pkgsrc.org> | 2014-08-17 08:16:58 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-08-17 08:16:58 +0000 |
commit | c18e6eb17e0863feb4a3b374cf4f6f654b69e89f (patch) | |
tree | 1f47dbd0133e1b7046430b0eebe8b139695a9c72 /mail | |
parent | 9e400497592b09a6c3cfbaa67473af428fc215cb (diff) | |
download | pkgsrc-c18e6eb17e0863feb4a3b374cf4f6f654b69e89f.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')
-rw-r--r-- | mail/exim-html/Makefile | 4 | ||||
-rw-r--r-- | mail/exim-html/distinfo | 8 | ||||
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/distinfo | 8 |
4 files changed, 12 insertions, 12 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 diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 83aff67ead8..b6c52bafe7c 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.134 2014/07/23 14:09:52 adam Exp $ +# $NetBSD: Makefile,v 1.135 2014/08/17 08:16:58 adam Exp $ -DISTNAME= exim-4.83 +DISTNAME= exim-4.84 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/exim4/ diff --git a/mail/exim/distinfo b/mail/exim/distinfo index 02ab928ded8..6a990f344a1 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.59 2014/07/23 14:09:52 adam Exp $ +$NetBSD: distinfo,v 1.60 2014/08/17 08:16:58 adam Exp $ -SHA1 (exim-4.83.tar.bz2) = 75a2fece694f0c8f8f4eadb1719b1779f662a9b6 -RMD160 (exim-4.83.tar.bz2) = 1f8b2c3f5c9f33b98948c886ffeb562097f465dd -Size (exim-4.83.tar.bz2) = 1761169 bytes +SHA1 (exim-4.84.tar.bz2) = ffd59975821edc14abfe06c7b9715aedccfc998c +RMD160 (exim-4.84.tar.bz2) = 4b4ba43ec21bb13b54373082ff5b3b3399318316 +Size (exim-4.84.tar.bz2) = 1761790 bytes SHA1 (patch-aa) = 24a12631b7df17930349b8a0d03adc80d27efbe2 SHA1 (patch-ab) = 6af17f036ed02a3bc37c1f303269eea447fcb691 SHA1 (patch-ae) = 7daf63727e222bbaa7e5b8289c4fcb6a8c0272cf |