summaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-05-21 14:49:47 +0000
committertaca <taca@pkgsrc.org>2018-05-21 14:49:47 +0000
commit13e5c6caa7856cedcd216e5ad85fb1e00165bfb1 (patch)
tree1e003e4d747129054f982168d34f0c1e928f562e /mail/postfix/Makefile
parent9849489cdc028485c37bab06f7d1884f6177c8f1 (diff)
downloadpkgsrc-13e5c6caa7856cedcd216e5ad85fb1e00165bfb1.tar.gz
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).
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r--mail/postfix/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 62fe75af705..941e138ecf5 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -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