From d5504942585132c8f160602e5b0929ddc956a934 Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 14 Oct 2014 13:45:22 +0000 Subject: 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. --- mail/postfix/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mail/postfix/Makefile') 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/ -- cgit v1.2.3