diff options
author | martti <martti@pkgsrc.org> | 2009-08-31 09:37:35 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-08-31 09:37:35 +0000 |
commit | 60b27008286bc173086ca6ed3d296529bbbeeb73 (patch) | |
tree | a4fae65b13e8972104292856074db50cb4b22b72 /mail/postfix | |
parent | efbbd2fee6ec0004b1e5a162cc0da9520bb9c67a (diff) | |
download | pkgsrc-60b27008286bc173086ca6ed3d296529bbbeeb73.tar.gz |
Updated mail/postfix to 2.6.5
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/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 c87f1be7ac2..008c8165dd7 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.229 2009/08/09 21:15:31 heinz Exp $ +# $NetBSD: Makefile,v 1.230 2009/08/31 09:37:35 martti Exp $ -DISTNAME= postfix-2.6.2 +DISTNAME= postfix-2.6.5 #PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index cc871e3fc49..de1f0bf966c 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.127 2009/06/04 14:08:56 martti Exp $ +$NetBSD: distinfo,v 1.128 2009/08/31 09:37:35 martti Exp $ -SHA1 (postfix/postfix-2.6.2.tar.gz) = a3b349df60bca947f3b94ff484b699d176777b4a -RMD160 (postfix/postfix-2.6.2.tar.gz) = a86c829c3c17746986a0ea013674b6bec49d74ea -Size (postfix/postfix-2.6.2.tar.gz) = 3323255 bytes +SHA1 (postfix/postfix-2.6.5.tar.gz) = 98b04c719869b4bd61bec8749e2d57a219eb69a7 +RMD160 (postfix/postfix-2.6.5.tar.gz) = f9b308457b9d3dcc05eb30c47b8267450a552a23 +Size (postfix/postfix-2.6.5.tar.gz) = 3325444 bytes SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = 85dee76cc7dafcdb57d2dfa7af8e9e0e96f747fa SHA1 (patch-ai) = 809f63e6e4e61b3c2cecc49ee0a4c7cabc97844e |