Tue Apr 30 03:41:51 2019 UTC ()
mail/postfix: update to 3.3.3

This announcement concerns fixes for problems that were introduced
with Postfix 3.0 and later. This is the final update for Postfix
3.0.

Fixed in Postfix 3.3 and later:

  * When the master daemon runs with PID=1 (init mode), it will now
    reap child processes from non-Postfix code running in the same
    container, instead of terminating with a panic. Reported by
    Tamas Gerczei.

Fixed in Postfix 3.0 and later:

  * With smtputf8_enable=yes, table lookups could casefold the
    search string when searching a lookup table that does not use
    fixed-string keys (regexp, pcre, tcp, etc.).

  * With the posttls-finger test program, connections to unix-domain
    servers always resulted in "Failed to establish session" even
    after a connection was established. Reported by Jaroslav Skarva.


(taca)
diff -r1.308 -r1.309 pkgsrc/mail/postfix/Makefile
diff -r1.17 -r1.18 pkgsrc/mail/postfix/Makefile.common
diff -r1.178 -r1.179 pkgsrc/mail/postfix/distinfo
diff -r1.20 -r1.21 pkgsrc/mail/postfix-sqlite/Makefile

cvs diff -r1.308 -r1.309 pkgsrc/mail/postfix/Makefile (expand / switch to context diff)
--- pkgsrc/mail/postfix/Makefile 2019/04/03 00:32:52 1.308
+++ pkgsrc/mail/postfix/Makefile 2019/04/30 03:41:51 1.309
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.308 2019/04/03 00:32:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.309 2019/04/30 03:41:51 taca Exp $
 
-PKGREVISION= 1
 .include "../../mail/postfix/Makefile.common"
 
 COMMENT=	Postfix SMTP server and tools

cvs diff -r1.17 -r1.18 pkgsrc/mail/postfix/Makefile.common (expand / switch to context diff)
--- pkgsrc/mail/postfix/Makefile.common 2018/12/15 16:35:23 1.17
+++ pkgsrc/mail/postfix/Makefile.common 2019/04/30 03:41:51 1.18
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.17 2018/12/15 16:35:23 taca Exp $
+# $NetBSD: Makefile.common,v 1.18 2019/04/30 03:41:51 taca Exp $
 # used by mail/postfix/Makefile
 # used by mail/postfix/Makefile.module
 
-DISTNAME=	postfix-3.3.2
+DISTNAME=	postfix-3.3.3
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/official/
 MASTER_SITES+=	http://mirrors.isc.org/pub/postfix/official/

cvs diff -r1.178 -r1.179 pkgsrc/mail/postfix/distinfo (expand / switch to context diff)
--- pkgsrc/mail/postfix/distinfo 2018/12/15 16:35:23 1.178
+++ pkgsrc/mail/postfix/distinfo 2019/04/30 03:41:51 1.179
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.178 2018/12/15 16:35:23 taca Exp $
+$NetBSD: distinfo,v 1.179 2019/04/30 03:41:51 taca Exp $
 
-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 (postfix-3.3.3.tar.gz) = 8095c7c1f263d62df71abe65a53f0d4d9399c91d
+RMD160 (postfix-3.3.3.tar.gz) = 0c7afeb0f805c821436baa48acac660d433b4b19
+SHA512 (postfix-3.3.3.tar.gz) = 9d04d48b5393c49c00ca62f0a24e21c9642f2b645431b66b532a559ad1b4d35c7581fec8bd1bb1a2d7b31b812b1cea3b29e0a0cbd6576bd377b2c810d27b7ec3
+Size (postfix-3.3.3.tar.gz) = 4429713 bytes
 SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
 SHA1 (patch-ag) = 10e7c6ec4ca9e05ba8a37eeb4910b784fb9a5e34
 SHA1 (patch-ai) = 464da0a53bc9cac1f4e932e9735b75f4a33c7aa7

cvs diff -r1.20 -r1.21 pkgsrc/mail/postfix-sqlite/Makefile (expand / switch to context diff)
--- pkgsrc/mail/postfix-sqlite/Makefile 2019/04/03 00:32:52 1.20
+++ pkgsrc/mail/postfix-sqlite/Makefile 2019/04/30 03:41:51 1.21
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2019/04/03 00:32:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2019/04/30 03:41:51 taca Exp $
 #
 
 COMMENT=		Postfix SMTP server SQLite backend module
-PKGREVISION=		1
 
 POSTFIX_LIB=		sqlite
 POSTFIX_LIBDIR=		src/global