diff options
author | martti <martti@pkgsrc.org> | 2009-06-04 14:08:56 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-06-04 14:08:56 +0000 |
commit | 6d851e62a4a2b30b457cd4ee4459d66099102f1f (patch) | |
tree | 2c39b4cc72cf18fbba55b436402e7033eb2ac953 /mail | |
parent | 27c7a135e3a6a430b6a63d5ab41097846c6c3849 (diff) | |
download | pkgsrc-6d851e62a4a2b30b457cd4ee4459d66099102f1f.tar.gz |
Updated mail/postfix to 2.6.2
Postfix stable release 2.6.2 fixes one defect in SASL support.
This does not affect Postfix versions 2.5 and earlier.
With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND
smtp_sasl_auth_enable=yes, the SMTP server logged warnings for
reject_*_sender_login_mismatch, instead of enforcing them.
You can find Postfix version 2.6.2 at the mirrors listed at
http://www.postfix.org/
The same fix is also available in Postfix snapshot 2.7-20090528.
Postfix versions 2.5 and earlier are not affected.
Diffstat (limited to 'mail')
-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 ab55ffd2999..19a3f85409f 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.227 2009/05/20 07:46:09 martti Exp $ +# $NetBSD: Makefile,v 1.228 2009/06/04 14:08:56 martti Exp $ -DISTNAME= postfix-2.6.1 +DISTNAME= postfix-2.6.2 #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 0ca83c2a0d0..cc871e3fc49 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.126 2009/05/20 07:46:09 martti Exp $ +$NetBSD: distinfo,v 1.127 2009/06/04 14:08:56 martti Exp $ -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 (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 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = 85dee76cc7dafcdb57d2dfa7af8e9e0e96f747fa SHA1 (patch-ai) = 809f63e6e4e61b3c2cecc49ee0a4c7cabc97844e |