diff options
author | taca <taca@pkgsrc.org> | 2014-10-21 13:06:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-10-21 13:06:12 +0000 |
commit | 440fe0e447f92462cf99fdacb6275986197729d9 (patch) | |
tree | 9f06c83dfbcc2610809ac05f94a300626bbaeb95 /mail/postfix | |
parent | 7efb290e88114423fed81b0a9e6e1958df9472cd (diff) | |
download | pkgsrc-440fe0e447f92462cf99fdacb6275986197729d9.tar.gz |
Update postfix to 2.11.3.
Bugfix for Postfix 2.11, 2.10, 2.9 and 2.8:
* Fix for configurations that prepend message headers with Postfix
access maps, policy servers or Milter applications. Postfix now
hides its own Received: header from Milters and exposes prepended
headers to Milters, regardless of the mechanism used to prepend
a header. This fix reverts a partial solution that was released
on October 13, 2014, and replaces it with a complete solution.
Portability fix for Postfix 2.11:
* Portability fix for MacOS X 10.7.x (Darwin 11.x) build procedure.
Diffstat (limited to 'mail/postfix')
-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 5de72b5a17b..bf7483bd5a5 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.277 2014/10/14 13:45:22 taca Exp $ +# $NetBSD: Makefile,v 1.278 2014/10/21 13:06:12 taca Exp $ -DISTNAME= postfix-2.11.2 +DISTNAME= postfix-2.11.3 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 4550ee37971..8cf836b258f 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.156 2014/10/14 13:45:22 taca Exp $ +$NetBSD: distinfo,v 1.157 2014/10/21 13:06:12 taca Exp $ -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 (postfix-2.11.3.tar.gz) = 2c0e974d7a24eb48e352c9268b5bb131e7c9debf +RMD160 (postfix-2.11.3.tar.gz) = 9d1f44fc3c772a04a2ecce579c5b8d1feffd6e14 +Size (postfix-2.11.3.tar.gz) = 4039705 bytes SHA1 (patch-aa) = 6f7dc14d53e914e9cb72752fb3941c569cd2e8f9 SHA1 (patch-ag) = 2f96a679e7f0c2e36615f5e7993ab96296303a10 SHA1 (patch-ai) = 01fe261dccd3119a99703fbf2a0c5247efe476ba |