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:           Tue Apr 30 03:41:51 UTC 2019

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 pkgsrc/mail/postfix/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.178 -r1.179 pkgsrc/mail/postfix/distinfo
cvs rdiff -u -r1.20 -r1.21 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.308 pkgsrc/mail/postfix/Makefile:1.309
--- pkgsrc/mail/postfix/Makefile:1.308  Wed Apr  3 00:32:52 2019
+++ pkgsrc/mail/postfix/Makefile        Tue Apr 30 03:41:51 2019
@@ -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

Index: pkgsrc/mail/postfix/Makefile.common
diff -u pkgsrc/mail/postfix/Makefile.common:1.17 pkgsrc/mail/postfix/Makefile.common:1.18
--- pkgsrc/mail/postfix/Makefile.common:1.17    Sat Dec 15 16:35:23 2018
+++ pkgsrc/mail/postfix/Makefile.common Tue Apr 30 03:41:51 2019
@@ -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/

Index: pkgsrc/mail/postfix/distinfo
diff -u pkgsrc/mail/postfix/distinfo:1.178 pkgsrc/mail/postfix/distinfo:1.179
--- pkgsrc/mail/postfix/distinfo:1.178  Sat Dec 15 16:35:23 2018
+++ pkgsrc/mail/postfix/distinfo        Tue Apr 30 03:41:51 2019
@@ -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

Index: pkgsrc/mail/postfix-sqlite/Makefile
diff -u pkgsrc/mail/postfix-sqlite/Makefile:1.20 pkgsrc/mail/postfix-sqlite/Makefile:1.21
--- pkgsrc/mail/postfix-sqlite/Makefile:1.20    Wed Apr  3 00:32:52 2019
+++ pkgsrc/mail/postfix-sqlite/Makefile Tue Apr 30 03:41:51 2019
@@ -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



Home | Main Index | Thread Index | Old Index