diff options
author | taca <taca@pkgsrc.org> | 2011-10-25 14:31:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-10-25 14:31:10 +0000 |
commit | 303bb6a272fb9403de8899eb7f70c4078b808346 (patch) | |
tree | 8540cb77a8a4f4b2795d1c7c3ebc5f2b97bb12ef /mail/postfix/Makefile | |
parent | 79986181bbbe8e36cca3c7784a9269a566fa2d31 (diff) | |
download | pkgsrc-303bb6a272fb9403de8899eb7f70c4078b808346.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/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |