pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec 15 16:35:23 UTC 2018

Modified Files:
        pkgsrc/mail/postfix: Makefile Makefile.common distinfo
        pkgsrc/mail/postfix-sqlite: Makefile

Log Message:
mail/postfix: update to 3.3.2

Changes for all supported stable releases:

  * Support for OpenSSL 1.1.1, and support for TLSv1.3-specific
    features.

      - Updated Postfix TLS documentation examples for TLSv1.3. See
        FORWARD_SECRECY_README.

      - New TLSv1.3-specific attributes in Postfix logging and in
        Postfix "Received:" message headers: key exchange, server
        signature, client signature.

      - New option to selectively disable TLSv1.3 in *_tls_protocols
        settings.

      - New server-side support to avoid issuing multiple session
        tickets.

      - New support to allow OpenSSL >= 1.1.0 run-time micro version
        bumps without logging Postfix warnings about library version
        mismatches.

Fixed in all stable releases:

  * Bugfix: smtpd_discard_ehlo_keywords could not disable "SMTPUTF8",
    because some lookup table was using "EHLO_MASK_SMTPUTF8" instead.

  * Bugfix: minor memory leak in DANE support when minting issuer
    certs. This affects a tiny minority of use cases.

Fixed in Postfix 3.3.2:

  * Bugfix: the Postfix build did not abort if the m4 command was
    not installed, resulting in a broken postconf command.


To generate a diff of this commit:
cvs rdiff -u -r1.306 -r1.307 pkgsrc/mail/postfix/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.177 -r1.178 pkgsrc/mail/postfix/distinfo
cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/postfix-sqlite/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/postfix/Makefile
diff -u pkgsrc/mail/postfix/Makefile:1.306 pkgsrc/mail/postfix/Makefile:1.307
--- pkgsrc/mail/postfix/Makefile:1.306  Sun Dec  9 18:52:36 2018
+++ pkgsrc/mail/postfix/Makefile        Sat Dec 15 16:35:23 2018
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.306 2018/12/09 18:52:36 adam Exp $
+# $NetBSD: Makefile,v 1.307 2018/12/15 16:35:23 taca Exp $
 
-PKGREVISION= 3
 .include "../../mail/postfix/Makefile.common"
 
 COMMENT=       Postfix SMTP server and tools

Index: pkgsrc/mail/postfix/Makefile.common
diff -u pkgsrc/mail/postfix/Makefile.common:1.16 pkgsrc/mail/postfix/Makefile.common:1.17
--- pkgsrc/mail/postfix/Makefile.common:1.16    Mon May 21 14:49:47 2018
+++ pkgsrc/mail/postfix/Makefile.common Sat Dec 15 16:35:23 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.16 2018/05/21 14:49:47 taca Exp $
+# $NetBSD: Makefile.common,v 1.17 2018/12/15 16:35:23 taca Exp $
 # used by mail/postfix/Makefile
 # used by mail/postfix/Makefile.module
 
-DISTNAME=      postfix-3.3.1
+DISTNAME=      postfix-3.3.2
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/official/
 MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/

Index: pkgsrc/mail/postfix/distinfo
diff -u pkgsrc/mail/postfix/distinfo:1.177 pkgsrc/mail/postfix/distinfo:1.178
--- pkgsrc/mail/postfix/distinfo:1.177  Mon May 21 14:49:47 2018
+++ pkgsrc/mail/postfix/distinfo        Sat Dec 15 16:35:23 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.177 2018/05/21 14:49:47 taca Exp $
+$NetBSD: distinfo,v 1.178 2018/12/15 16:35:23 taca Exp $
 
-SHA1 (postfix-3.3.1.tar.gz) = 1b56e682298abf947be4921a5c0d50ba8012eee1
-RMD160 (postfix-3.3.1.tar.gz) = f07ec705c102e0ed68cfe84994825d6ad44d3d32
-SHA512 (postfix-3.3.1.tar.gz) = 2307f50f8b7dab1db46ebe4ae30bc5682a25b9c49ae5ae65aa95b4620bb5450dd5929977c0f34b9e73a92ca6af36fd8e24167732420a1a2d89167c7a3b197276
-Size (postfix-3.3.1.tar.gz) = 4420912 bytes
+SHA1 (postfix-3.3.2.tar.gz) = 71e18018a36ed97bce579e192ea7b531ec0d3d62
+RMD160 (postfix-3.3.2.tar.gz) = cf41543b44dff9b1e7d4791ebdd4c2bc238a0636
+SHA512 (postfix-3.3.2.tar.gz) = df67eb978751900d357597def16f744dae990f5cc4e48af8dca57f84b0140e05416712727c1760b8f557ed3564cd593620756561b0a6f31db4b54d928e15293f
+Size (postfix-3.3.2.tar.gz) = 4429452 bytes
 SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
 SHA1 (patch-ag) = 10e7c6ec4ca9e05ba8a37eeb4910b784fb9a5e34
 SHA1 (patch-ai) = 464da0a53bc9cac1f4e932e9735b75f4a33c7aa7

Index: pkgsrc/mail/postfix-sqlite/Makefile
diff -u pkgsrc/mail/postfix-sqlite/Makefile:1.18 pkgsrc/mail/postfix-sqlite/Makefile:1.19
--- pkgsrc/mail/postfix-sqlite/Makefile:1.18    Sun Dec  9 18:52:36 2018
+++ pkgsrc/mail/postfix-sqlite/Makefile Sat Dec 15 16:35:23 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2018/12/09 18:52:36 adam Exp $
+# $NetBSD: Makefile,v 1.19 2018/12/15 16:35:23 taca Exp $
 #
 
 COMMENT=               Postfix SMTP server SQLite backend module
-PKGREVISION=           2
 
 POSTFIX_LIB=           sqlite
 POSTFIX_LIBDIR=                src/global



Home | Main Index | Thread Index | Old Index