diff options
author | taca <taca@pkgsrc.org> | 2014-05-11 09:54:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-05-11 09:54:54 +0000 |
commit | aa3efa390baecb34bdd9c32d96cd87c4dd7da121 (patch) | |
tree | 21f8909065c80c8f395bdaec89c2711b2a1efe4b /mail/postfix | |
parent | df81b710809f492c076ff5a5e5993fe2a2334d1b (diff) | |
download | pkgsrc-aa3efa390baecb34bdd9c32d96cd87c4dd7da121.tar.gz |
Update postfix to 2.11.1.
Bugfixes (fixed in Postfix 2.11 and Postfix 2.12):
* With connection caching enabled (the default), recipients could
be given to the wrong mail server. The root cause was an incorrect
predicate. Due to this, the Postfix SMTP client could under
rare conditions save and restore plaintext connections that
should not be cached, under a fixed lookup key that did not
distinguish by destination. Problem reported by Sahil Tandon.
* Enforce TLS when TLSA records exist, but all are unusable.
* Don't leak memory when TLSA records exist, but all are unusable.
Workarounds:
* Prepend "-I. -I../../include" to the compiler command-line
options, to avoid name clashes with non-Postfix header files.
Documentation cleanup:
* Corrected postconf(1) manpage for missing version attribution
and incorrect "author" formatting.
* The documentation for Postfix > 2.8 TLS activity logging was
incorrect. Loglevel 0 produces no logging. Instead, information
is logged only with loglevel 1 or higher.
Logging cleanup:
* The TLS client logged that an "Untrusted" TLS connection was
established instead of "Anonymous".
* For consistency, TLS policy lookup errors are now logged as
warnings.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 5 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 8f88a850e76..781d828a0db 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.272 2014/04/09 07:27:11 obache Exp $ +# $NetBSD: Makefile,v 1.273 2014/05/11 09:54:54 taca Exp $ -DISTNAME= postfix-2.11.0 -PKGREVISION= 2 +DISTNAME= postfix-2.11.1 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 cd658f15d40..8a809a465df 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.153 2014/02/09 05:34:13 taca Exp $ +$NetBSD: distinfo,v 1.154 2014/05/11 09:54:54 taca Exp $ -SHA1 (postfix-2.11.0.tar.gz) = bc1fd50412742d9c28232b07c7d2139e37d3de28 -RMD160 (postfix-2.11.0.tar.gz) = 4f53040c607339eee010e35bafd2792037279b3c -Size (postfix-2.11.0.tar.gz) = 4034741 bytes +SHA1 (postfix-2.11.1.tar.gz) = 4034171013bde30600724f79c37f82d69a802ad0 +RMD160 (postfix-2.11.1.tar.gz) = 9b3d0478a5f4b74c159f3121f3353502d4e6f79f +Size (postfix-2.11.1.tar.gz) = 4035026 bytes SHA1 (patch-aa) = 6f7dc14d53e914e9cb72752fb3941c569cd2e8f9 SHA1 (patch-ag) = 150007e901ad3b470b0800bb3e073bff06eb8190 SHA1 (patch-ai) = 5f56b77a716bec1fce5dcdbbb2d589f3301cabd3 |