pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/postfix Update postfix to 3.1.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/123d9a0df4cf
branches:  trunk
changeset: 359227:123d9a0df4cf
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Mar 04 06:26:24 2017 +0000

description:
Update postfix to 3.1.4.

Postfix stable release 3.1.4 is available, as well as legacy releases
3.0.8 and 2.11.9. There will be no further updates for Postfix 2.10.

Fixed with Postfix 3.1.4, 3.0.8, and 2.11.9:

  * The postscreen daemon did not merge the client test status
    information for concurrent sessions from the same IP address.
    Thus, after one session recorded its successful tests in the
    postscreen cache, a concurrent session from that same IP address
    that passed fewer tests could later "wipe out" some of that
    progress in the postscreen cache. The fix has proven itself for
    five months in the development release, and should be safe to
    use in the stable releases.

  * The Postfix SMTP server falsely rejected a sender address when
    validating a sender address with "smtpd_reject_unlisted_recipient
    = yes" or with "reject_unlisted_sender". Cause: the address
    validation code did not query sender_canonical_maps.

  * The virtual delivery agent did not detect failure to skip to
    the end of a mailbox file, so that mail would be delivered to
    the beginning of the file. This could happen when a mailbox
    file was already larger than the virtual mailbox size limit.

  * The postsuper command logged an incorrect rename operation count
    after creating a missing directory.

Fixed with Postfix 3.1.4 and 3.0.8:

  * The Postfix SMTP server falsely rejected mail when a sender-dependent
    "error" transport was configured. Cause: the SMTP server address
    validation code was not updated when the
    sender_dependent_default_transport_maps feature was introduced.
    The fix has proven itself for six months in the development
    release, and should be safe to use in the stable releases.
    Unfortunately, Postfix 2.11 is too different to benefit from
    the same fix.

  * The Postfix SMTP server falsely rejected an SMTPUTF8 sender
    address, when "smtpd_delay_reject = no".

Fixed with Postfix 3.1.4:

  * The "postfix tls deploy-server-cert" command used the wrong
    certificate and key file. This was caused by a cut-and-paste
    error in the postfix-tls-script file.

diffstat:

 mail/postfix/Makefile.common |   4 ++--
 mail/postfix/distinfo        |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r bac342d4855c -r 123d9a0df4cf mail/postfix/Makefile.common
--- a/mail/postfix/Makefile.common      Sat Mar 04 01:58:25 2017 +0000
+++ b/mail/postfix/Makefile.common      Sat Mar 04 06:26:24 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.7 2017/01/21 23:49:02 rillig Exp $
+# $NetBSD: Makefile.common,v 1.8 2017/03/04 06:26:24 taca Exp $
 # used by mail/postfix/Makefile
 # used by mail/postfix/Makefile.module
 
-DISTNAME=      postfix-3.1.3
+DISTNAME=      postfix-3.1.4
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/official/
 MASTER_SITES+= http://postfix.it-austria.net/releases/official/
diff -r bac342d4855c -r 123d9a0df4cf mail/postfix/distinfo
--- a/mail/postfix/distinfo     Sat Mar 04 01:58:25 2017 +0000
+++ b/mail/postfix/distinfo     Sat Mar 04 06:26:24 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.167 2016/11/04 17:10:10 sevan Exp $
+$NetBSD: distinfo,v 1.168 2017/03/04 06:26:24 taca Exp $
 
-SHA1 (postfix-3.1.3.tar.gz) = 0c1d57a929c66fe57e6cd9d25bb7d05fc72363d0
-RMD160 (postfix-3.1.3.tar.gz) = d974c821d39ff273bafeba06e69aca57cb56d374
-SHA512 (postfix-3.1.3.tar.gz) = 00e2b0974e59420cabfddc92597a99b42c8a8c9cd9a0c279c63ba6be9f40b15400f37dc16d0b1312130e72b5ba82b56fc7d579ee9ef975a957c0931b0401213c
-Size (postfix-3.1.3.tar.gz) = 4338730 bytes
+SHA1 (postfix-3.1.4.tar.gz) = 2889744044d85209563dc0b5388eb32c8b1f93f0
+RMD160 (postfix-3.1.4.tar.gz) = 9f7777096a76952aa9270977d1618ea5e95c329f
+SHA512 (postfix-3.1.4.tar.gz) = 4cf8aa8d0cf6d99defa32c2907705370d6f8d047d7e938c84a20a62c68ae07a2bec304f28c178d1072b9610f2969420f83fe2066821ad34c0f95e62bbb5b8c05
+Size (postfix-3.1.4.tar.gz) = 4340102 bytes
 SHA1 (patch-aa) = f2c418a2fd34da7325ea2823ddd14043768f0111
 SHA1 (patch-ag) = 1288ac987056f5c93a05e46148ce2ef1c50ade38
 SHA1 (patch-ai) = 2564f27b83afaa06770066976983b4a0bfed3d79



Home | Main Index | Thread Index | Old Index