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: Mon May 21 14:49:47 UTC 2018
Modified Files:
pkgsrc/mail/postfix: Makefile Makefile.common distinfo
pkgsrc/mail/postfix-sqlite: Makefile
Log Message:
mail/postfix: update to 3.3.1
[An on-line version of this announcement will be available at
http://www.postfix.org/announcements/postfix-3.3.1.html]
Fixed in Postfix 3.3:
* Postfix did not support running as a PID=1 process, which
complicated Postfix deployment in containers. The "postfix
start-fg" command will now run the Postfix master daemon as a
PID=1 process if possible. Thanks for inputs from Andreas
Schulze, Eray Aslan, and Viktor Dukhovni.
* Segfault in the postconf(1) command after it could not open a
Postfix database configuration file due to a file permission
error (dereferencing a null pointer). Reported by Andreas
Hasenack, fixed by Viktor Dukhovni.
Fixed in Postfix 3.3, 3.2, 3.1, 3.0:
* The luser_relay feature became a black hole, when the luser_relay
parameter was set to a non-existent local address (i.e. mail
disappeared silently). Reported by J?rgen Thomsen.
* Missing error propagation in the tlsproxy(8) daemon could result
in a segfault after TLS handshake error (dereferencing a
0xffff...ffff pointer). This daemon handles the TLS protocol
when a non-whitelisted client sends a STARTTLS command to
postscreen(8).
To generate a diff of this commit:
cvs rdiff -u -r1.301 -r1.302 pkgsrc/mail/postfix/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.176 -r1.177 pkgsrc/mail/postfix/distinfo
cvs rdiff -u -r1.15 -r1.16 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.301 pkgsrc/mail/postfix/Makefile:1.302
--- pkgsrc/mail/postfix/Makefile:1.301 Sat Apr 14 07:34:31 2018
+++ pkgsrc/mail/postfix/Makefile Mon May 21 14:49:47 2018
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.301 2018/04/14 07:34:31 adam Exp $
+# $NetBSD: Makefile,v 1.302 2018/05/21 14:49:47 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.15 pkgsrc/mail/postfix/Makefile.common:1.16
--- pkgsrc/mail/postfix/Makefile.common:1.15 Wed Mar 21 15:28:45 2018
+++ pkgsrc/mail/postfix/Makefile.common Mon May 21 14:49:47 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.15 2018/03/21 15:28:45 taca Exp $
+# $NetBSD: Makefile.common,v 1.16 2018/05/21 14:49:47 taca Exp $
# used by mail/postfix/Makefile
# used by mail/postfix/Makefile.module
-DISTNAME= postfix-3.3.0
+DISTNAME= postfix-3.3.1
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.176 pkgsrc/mail/postfix/distinfo:1.177
--- pkgsrc/mail/postfix/distinfo:1.176 Wed Mar 21 15:28:45 2018
+++ pkgsrc/mail/postfix/distinfo Mon May 21 14:49:47 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.176 2018/03/21 15:28:45 taca Exp $
+$NetBSD: distinfo,v 1.177 2018/05/21 14:49:47 taca Exp $
-SHA1 (postfix-3.3.0.tar.gz) = 424dfdf567998291ad2f2c81466a4dd5834ebee2
-RMD160 (postfix-3.3.0.tar.gz) = c377933bcd060f37ef8b54e142d4e4f662cbc140
-SHA512 (postfix-3.3.0.tar.gz) = 14f52fc47d6bbafefc7452ffbac4c4fb837d30181705486e8e43d6ca9003d218a01755ed4cb86413464c2585b9b84c2adcfef4933326b5d7446fe6c39b6cae8e
-Size (postfix-3.3.0.tar.gz) = 4419450 bytes
+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 (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.15 pkgsrc/mail/postfix-sqlite/Makefile:1.16
--- pkgsrc/mail/postfix-sqlite/Makefile:1.15 Sat Apr 14 07:34:31 2018
+++ pkgsrc/mail/postfix-sqlite/Makefile Mon May 21 14:49:47 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2018/04/14 07:34:31 adam Exp $
+# $NetBSD: Makefile,v 1.16 2018/05/21 14:49:47 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