diff options
author | martti <martti@pkgsrc.org> | 2006-07-25 05:04:29 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-07-25 05:04:29 +0000 |
commit | 8e9689e73ab6e99c1eee012395109ed162f48f28 (patch) | |
tree | 916d1701d2be52f10f9d9402af6819c36017cf99 /mail/postfix | |
parent | 892845348a799eb15c4231da4827544ce224f1b9 (diff) | |
download | pkgsrc-8e9689e73ab6e99c1eee012395109ed162f48f28.tar.gz |
Updated mail/postfix to 2.3.1
Main changes in TLS support:
- The Postfix SMTP client enforced mandatory TLS only when talking
to an ESMTP server; enforcement did not happen if Postfix could
somehow be forced to send HELO instead of EHLO. This problem also
exists in Postfix 2.2, where it is is fixed with Postfix 2.2
patch 11. This is minor compared to the DNS spoofing issues that
were fixed with Postfix 2.2.10.
- Workaround for an interoperability problem introduced with Postfix
2.3. Some buggy TLS client implementations were unable to deliver
mail because the Postfix SMTP server didn't send a TLS session
ID. To disable the workaround specify "smtpd_tls_always_issue_session_ids
= no"; this allows non-buggy TLS clients to save some space.
Main changes in Milter support:
- Safety measure. After "postsuper -r", mail is no longer inspected
by the Milters specified with the non_smtpd_milters parameter.
This measure prevents a bad interaction with external content
filters: Milters would receive incorrect SMTP client information,
and could be tricked into signing or allowing untrusted messages.
This change does not affect Milter applications that run behind
an after-queue content filter. The behavior is detailed in the
postsuper(1) manual page.
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 2f9e9a3438a..2da7440303c 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.183 2006/07/13 09:57:51 martti Exp $ +# $NetBSD: Makefile,v 1.184 2006/07/25 05:04:29 martti Exp $ -DISTNAME= postfix-2.3.0 +DISTNAME= postfix-2.3.1 #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 04030257b73..d2f9910e22a 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.99 2006/07/13 09:57:51 martti Exp $ +$NetBSD: distinfo,v 1.100 2006/07/25 05:04:29 martti Exp $ -SHA1 (postfix/postfix-2.3.0.tar.gz) = fd29896f054c530c6e19a60b3379a277ce90c9b2 -RMD160 (postfix/postfix-2.3.0.tar.gz) = 41a0f3ea81189dfa2225d22475510e65449c7bef -Size (postfix/postfix-2.3.0.tar.gz) = 2770810 bytes +SHA1 (postfix/postfix-2.3.1.tar.gz) = 5886d6350e5a13097cd3dae516486f8e73bc4a52 +RMD160 (postfix/postfix-2.3.1.tar.gz) = 9001aa42dd37f74a6b9a9e60b23510b4543a0cfc +Size (postfix/postfix-2.3.1.tar.gz) = 2774017 bytes SHA1 (patch-aa) = e53bc6644c2b7898b73f4604489021cb85514610 SHA1 (patch-ai) = 1781a172d8213706e4811386f42e486a520f0ab6 |