diff options
author | taca <taca@pkgsrc.org> | 2014-10-14 13:45:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-10-14 13:45:22 +0000 |
commit | d5504942585132c8f160602e5b0929ddc956a934 (patch) | |
tree | 4cc3655d97786ff8df51cbeda3f42750bb2f6e2f /mail/postfix | |
parent | ae3e0586d964885def6e06a2937026e792b22638 (diff) | |
download | pkgsrc-d5504942585132c8f160602e5b0929ddc956a934.tar.gz |
Update postfix to 2.11.2.
Bugfixes for Postfix 2.11, 2.10, 2.9 and 2.8:
* Fix for DMARC implementations based on SPF policy plus DKIM
Milter. The PREPEND access/policy action added headers ABOVE
Postfix's own Received: header, exposing Postfix's own Received:
header to Milters (protocol violation) and hiding the PREPENDed
header from Milters. PREPENDed headers are now added BELOW
Postfix's own Received: header and remain visible to Milters.
* The Postfix SMTP server logged an incorrect client name in
reject messages for check_reverse_client_hostname_access and
check_reverse_client_hostname_{mx,ns}_access. They replied with
the verified client name, instead of the name that was rejected.
* The qmqpd daemon crashed with null pointer bug when logging a
lost connection while not in a mail transaction.
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 eafdd59a8fa..5de72b5a17b 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.276 2014/10/09 14:06:40 wiz Exp $ +# $NetBSD: Makefile,v 1.277 2014/10/14 13:45:22 taca Exp $ -DISTNAME= postfix-2.11.1 -PKGREVISION= 2 +DISTNAME= postfix-2.11.2 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 7e720815adc..4550ee37971 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.155 2014/08/25 16:00:54 taca Exp $ +$NetBSD: distinfo,v 1.156 2014/10/14 13:45:22 taca Exp $ -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 (postfix-2.11.2.tar.gz) = 97cd1710cf1c253ac8d892780daa03f7a4d6a940 +RMD160 (postfix-2.11.2.tar.gz) = a9ca0d269144e6b45848c4a6c414acdcc3bb896b +Size (postfix-2.11.2.tar.gz) = 4039038 bytes SHA1 (patch-aa) = 6f7dc14d53e914e9cb72752fb3941c569cd2e8f9 SHA1 (patch-ag) = 2f96a679e7f0c2e36615f5e7993ab96296303a10 SHA1 (patch-ai) = 01fe261dccd3119a99703fbf2a0c5247efe476ba |