pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix Updated mail/postfix to 2.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22fb193372ee
branches:  trunk
changeset: 516661:22fb193372ee
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue Jul 25 05:04:29 2006 +0000

description:
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:

 mail/postfix/Makefile |  4 ++--
 mail/postfix/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 2a93db1bb7d8 -r 22fb193372ee mail/postfix/Makefile
--- a/mail/postfix/Makefile     Tue Jul 25 01:48:54 2006 +0000
+++ b/mail/postfix/Makefile     Tue Jul 25 05:04:29 2006 +0000
@@ -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 -r 2a93db1bb7d8 -r 22fb193372ee mail/postfix/distinfo
--- a/mail/postfix/distinfo     Tue Jul 25 01:48:54 2006 +0000
+++ b/mail/postfix/distinfo     Tue Jul 25 05:04:29 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index