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 | 7944d39b580e4e99a31d1739271b93f10cebea75 (patch) | |
tree | 9f06c83dfbcc2610809ac05f94a300626bbaeb95 /mail/postfix/Makefile | |
parent | fb5bad2aee1882de2ef2339e091674ac109b5c1f (diff) | |
download | pkgsrc-7944d39b580e4e99a31d1739271b93f10cebea75.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/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 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/ |