diff options
author | tron <tron@pkgsrc.org> | 2010-11-28 18:14:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-11-28 18:14:10 +0000 |
commit | 48a740a4ad8737ec72e94a0a8f18c71bfbd3e5ab (patch) | |
tree | 452ddecca357c724f0188f0d2b1b019a2b13cc7e /mail | |
parent | 54fc0e2b63b60d51fbb6e46e9813ac014cedae80 (diff) | |
download | pkgsrc-48a740a4ad8737ec72e94a0a8f18c71bfbd3e5ab.tar.gz |
Update "postfix" package to version 2.7.2. Changes since version 2.7.1:
- Postfix no longer automatically appends the system default CA
(certificate authority) certificates, when it reads the CA
certificates specified with {smtp, lmtp, smtpd}_tls_CAfile or
with {smtp, lmtp, smtpd}_tls_CApath. This prevents third-party
certificates from getting mail relay permission with the
permit_tls_all_clientcerts feature. Unfortunately, this change
may cause compatibility problems with configurations that rely
on certificate verification for other purposes. To get the old
behavior, specify "tls_append_default_CA = yes".
- A prior fix for compatibility with Postfix < 2.3 was incomplete.
When pipe-to-command delivery fails with a signal, mail is now
correctly deferred, instead of being returned to sender.
- Poor smtpd_proxy_filter TCP performance over loopback (127.0.0.1)
connections was fixed by adapting the output buffer size to the MTU.
- The SMTP server no longer applies the reject_rhsbl_helo feature
to non-domain forms such as network addresses. This would cause
false positives with dbl.spamhaus.org.
- The Postfix SMTP server failed to deliver a "421" response and
hang up the connection after Milter error. Instead, the server
delivered a "503 Access denied" response and left the connection
open, due to some Postfix 1.1 workaround for RFC 2821.
- The milter_header_checks parser failed to enable any of the actions
that have no effect on message delivery (warn, replace, prepend,
ignore, dunno, and ok).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 5 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index cb478cbf553..9558b3ebb79 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.235 2010/09/28 13:21:31 wiz Exp $ +# $NetBSD: Makefile,v 1.236 2010/11/28 18:14:10 tron Exp $ -DISTNAME= postfix-2.7.1 -#PKGREVISION= 1 +DISTNAME= postfix-2.7.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index f7eb5148f27..09d893c7d76 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.131 2010/06/08 15:14:34 martti Exp $ +$NetBSD: distinfo,v 1.132 2010/11/28 18:14:10 tron Exp $ -SHA1 (postfix/postfix-2.7.1.tar.gz) = 94259e8f008b5b1853292e3de5e0ae3abcfe8c81 -RMD160 (postfix/postfix-2.7.1.tar.gz) = dba0622cf6e21908f27bee0c9da42ab3c189d4bd -Size (postfix/postfix-2.7.1.tar.gz) = 3418747 bytes +SHA1 (postfix/postfix-2.7.2.tar.gz) = 2415c63c98ba0e0273bcb490ee7753a3891f5a73 +RMD160 (postfix/postfix-2.7.2.tar.gz) = e07a59f2f663b286a6c24e75b98952a51d2234fe +Size (postfix/postfix-2.7.2.tar.gz) = 3421671 bytes SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = 53f42aec86af576e1ffc420f1b9a19c988c3fe6c SHA1 (patch-ai) = ef3feef8a4fe7781a89f7e087fc5780760b461b1 |