diff options
author | martti <martti@pkgsrc.org> | 2009-08-31 09:37:49 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-08-31 09:37:49 +0000 |
commit | 59f44e43d559a4a3e8cd6e3b4cb01d640a1c27c8 (patch) | |
tree | c89bf2a7457f1ee5f065b104ddef1b8faab0b46e /mail | |
parent | 60b27008286bc173086ca6ed3d296529bbbeeb73 (diff) | |
download | pkgsrc-59f44e43d559a4a3e8cd6e3b4cb01d640a1c27c8.tar.gz |
Updated mail/postfix-current to 2.7.20090828
The stable release Postfix 2.6.5 addresses the defects described
below (some already addressed with the not-announced Postfix 2.6.3
release). These defects are also addressed in the legacy releases
that are still maintained: Postfix 2.5.9, 2.4.13 and 2.3.19.
Do not use Postfix 2.6.4, 2.5.8, 2.4.12, 2.3.18, 2.7-20090807, and
2.7-20090807-nonprod. These contain a DNS workaround that causes
more trouble than it prevents. It is removed until further notice.
Defects fixed with Postfix 2.6.3, 2.5.9, 2.4.13 and 2.3.19:
- The Postfix Milter client got out of step with a Milter application
after the application sent a "quarantine" request at end-of-message
time. The Milter application would still be in the end-of-message
state, while Postfix would already be working on the next SMTP
event, typically, QUIT or MAIL FROM. In the latter case, Milter
responses for the previously-received email message would be
applied towards the next MAIL FROM transaction. This problem was
diagnosed with help from Alban Deniz.
Defects fixed with Postfix 2.6.5, 2.5.9, 2.4.13 and 2.3.19:
- The Postfix SMTP server would abort with an "unexpected lookup
table" error when an SMTPD policy server was mis-configured in a
particular way.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 5540d6c3027..d036b8caef1 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.108 2009/08/09 21:17:49 heinz Exp $ +# $NetBSD: Makefile,v 1.109 2009/08/31 09:37:49 martti Exp $ -DISTNAME= postfix-2.7-20090528 -PKGNAME= postfix-2.7.20090528 +DISTNAME= postfix-2.7-20090828 +PKGNAME= postfix-2.7.20090828 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ MASTER_SITES+= http://postfix.it-austria.net/releases/experimental/ diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 2f0610ee76f..26f7e8f44f8 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.54 2009/06/04 14:08:06 martti Exp $ +$NetBSD: distinfo,v 1.55 2009/08/31 09:37:49 martti Exp $ -SHA1 (postfix/postfix-2.7-20090528.tar.gz) = b1f566d5cc56b236c70274126cf800c5c35e689b -RMD160 (postfix/postfix-2.7-20090528.tar.gz) = 3388bd8042bf18e9133a782a90b6e799f3078776 -Size (postfix/postfix-2.7-20090528.tar.gz) = 3326587 bytes +SHA1 (postfix/postfix-2.7-20090828.tar.gz) = fb311bea397d5ba92fb5bef04bf9153edeee80c9 +RMD160 (postfix/postfix-2.7-20090828.tar.gz) = 163f33c7936960027bee50f9eec400d8e31d874f +Size (postfix/postfix-2.7-20090828.tar.gz) = 3335807 bytes SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = 85dee76cc7dafcdb57d2dfa7af8e9e0e96f747fa SHA1 (patch-ai) = 809f63e6e4e61b3c2cecc49ee0a4c7cabc97844e |