From 97c1b0434fdda149a7983b69272436605d7f068a Mon Sep 17 00:00:00 2001 From: martti Date: Wed, 20 May 2009 07:46:09 +0000 Subject: Updated mail/postfix to 2.6.1 Postfix stable release 2.6.1 fixes one defect in Milter support. This does not affect Postfix versions 2.5 and earlier. - Queue file corruption under very specific conditions: (smtpd_milters or non_smtpd_milters) enabled, AND delay_warning_time enabled, AND mail delivery delays, AND short envelope sender addresses (e.g., sendmail command-line submissions with bare usernames as the sender, but not bounce messages). The queue file would be corrupted when the delay_warning_time record was marked as "done" after sending the "your mail is delayed" notice. The defect was introduced with Postfix 2.3, but it could not cause corruption before the change dated 20090427. --- mail/postfix/Makefile | 9 ++++++--- mail/postfix/distinfo | 8 ++++---- 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'mail') diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 61234898f71..ab55ffd2999 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.226 2009/05/19 08:59:22 wiz Exp $ +# $NetBSD: Makefile,v 1.227 2009/05/20 07:46:09 martti Exp $ -DISTNAME= postfix-2.6.0 -PKGREVISION= 1 +DISTNAME= postfix-2.6.1 +#PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ @@ -23,6 +23,9 @@ CHECK_HEADERS_SKIP+= src/global/mail_params.h .include "../../mk/bsd.prefs.mk" +SPECIAL_PERMS+= sbin/postdrop postfix maildrop 2555 +SPECIAL_PERMS+= sbin/postqueue postfix maildrop 2555 + # POSTFIX_QUEUE_DIR is the default queue directory for Postfix. This is # merely a default, and may be changed by setting "queue_directory" in # ${PKG_SYSCONFDIR}/main.cf. diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index e42dd06386f..0ca83c2a0d0 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.125 2009/05/13 10:33:23 martti Exp $ +$NetBSD: distinfo,v 1.126 2009/05/20 07:46:09 martti Exp $ -SHA1 (postfix/postfix-2.6.0.tar.gz) = 736a87802d3cde3566bc7c15ba94f38b855aa186 -RMD160 (postfix/postfix-2.6.0.tar.gz) = d3b2c75f2ea701a4e5243b1ac1f9ac88a58bb172 -Size (postfix/postfix-2.6.0.tar.gz) = 3324014 bytes +SHA1 (postfix/postfix-2.6.1.tar.gz) = 0d072c80a3e7b4b228ae45cbf0adbe3f945a7767 +RMD160 (postfix/postfix-2.6.1.tar.gz) = b45af58e1fca01cb34edd51e4ff46b56cc3eca63 +Size (postfix/postfix-2.6.1.tar.gz) = 3324194 bytes SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = 85dee76cc7dafcdb57d2dfa7af8e9e0e96f747fa SHA1 (patch-ai) = 809f63e6e4e61b3c2cecc49ee0a4c7cabc97844e -- cgit v1.2.3