diff options
author | taca <taca> | 2011-10-25 14:31:10 +0000 |
---|---|---|
committer | taca <taca> | 2011-10-25 14:31:10 +0000 |
commit | fa9578e970497b6f168936072ca5071292756237 (patch) | |
tree | 8540cb77a8a4f4b2795d1c7c3ebc5f2b97bb12ef /mail | |
parent | 5dc0000bb0af844c5d2be9303b52c76b450140c2 (diff) | |
download | pkgsrc-fa9578e970497b6f168936072ca5071292756237.tar.gz |
Update postfix to 2.8.6. From release announce:
Postfix stable release 2.8.6, 2.7.7, 2.6.13 and 2.5.16 are available.
These contain fixes that are also included with the Postfix 2.9
experimental release.
* The Postfix SMTP daemon sent "bare" newline characters instead
of <CR><LF> when a header_checks REJECT pattern matched
multi-line header. This bug was introduced with Postfix 1.1.
* The Postfix SMTP daemon sent "bare" newline characters instead
of <CR><LF> when an smtpd_proxy_filter returned a multi-line
response. This bug was introduced with Postfix 2.1.
* For compatibility with future EAI (email address
internationalization) implementations, the Postfix MIME
processor no longer enforces the strict_mime_encoding_domain
check on unknown message subtypes such as message/global*.
This check is disabled by default.
* The Postfix master daemon could report a panic error
("master_spawn: at process limit") after the process limit
for some service was reduced with "postfix reload". This bug
existed in all Postfix versions.
You can find the updated Postfix source code at the mirrors listed
at http://www.postfix.org/.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 6c59b27eb07..71bfa0c66a4 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.242 2011/09/03 15:18:20 taca Exp $ +# $NetBSD: Makefile,v 1.243 2011/10/25 14:31:10 taca Exp $ -DISTNAME= postfix-2.8.5 +DISTNAME= postfix-2.8.6 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 8ea64f35288..6fc15e08830 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.137 2011/09/03 15:18:21 taca Exp $ +$NetBSD: distinfo,v 1.138 2011/10/25 14:31:10 taca Exp $ -SHA1 (postfix-2.8.5.tar.gz) = 49ef711c80b5a3434258ab24ae00940932503e80 -RMD160 (postfix-2.8.5.tar.gz) = db4761f14b146c233426fa1afe49782e64f0c9e0 -Size (postfix-2.8.5.tar.gz) = 3647010 bytes +SHA1 (postfix-2.8.6.tar.gz) = 32613ad01cad10ae04aad626f9a69ac9126b3d28 +RMD160 (postfix-2.8.6.tar.gz) = 1f85ff0e9432109342436144f6963d39b79910e1 +Size (postfix-2.8.6.tar.gz) = 3647498 bytes SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = e335304c9126b9b648fc96110bc68e2795b1ae35 SHA1 (patch-ai) = ef3feef8a4fe7781a89f7e087fc5780760b461b1 |