pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix Update postfix to 2.11.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ade2c71b723f
branches:  trunk
changeset: 634194:ade2c71b723f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun May 11 09:54:54 2014 +0000

description:
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:

 mail/postfix/Makefile |  5 ++---
 mail/postfix/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r ecc91f467826 -r ade2c71b723f mail/postfix/Makefile
--- a/mail/postfix/Makefile     Sun May 11 04:59:07 2014 +0000
+++ b/mail/postfix/Makefile     Sun May 11 09:54:54 2014 +0000
@@ -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 -r ecc91f467826 -r ade2c71b723f mail/postfix/distinfo
--- a/mail/postfix/distinfo     Sun May 11 04:59:07 2014 +0000
+++ b/mail/postfix/distinfo     Sun May 11 09:54:54 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index