From d6b9d2b0c0f85e6194ad67921a5ad5f5bb375e5ddd764835159842f8c5ee3f83 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Mon, 21 May 2018 20:04:06 +0000 Subject: [PATCH 1/2] Accepting request 611041 from home:stroeder:branches:server:mail - Update to 3.3.1 OBS-URL: https://build.opensuse.org/request/show/611041 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=303 --- postfix-3.3.0.tar.gz | 3 --- postfix-3.3.1.tar.gz | 3 +++ postfix.changes | 22 ++++++++++++++++++++++ postfix.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 postfix-3.3.0.tar.gz create mode 100644 postfix-3.3.1.tar.gz diff --git a/postfix-3.3.0.tar.gz b/postfix-3.3.0.tar.gz deleted file mode 100644 index 976038c..0000000 --- a/postfix-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7942e89721e30118d7050675b0d976955e3160e21f7898b85a79cac4f4baef39 -size 4419450 diff --git a/postfix-3.3.1.tar.gz b/postfix-3.3.1.tar.gz new file mode 100644 index 0000000..78288c2 --- /dev/null +++ b/postfix-3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f514dae42b5275cb4bc9c69283f16c06200b71813d0bb696568c4ba7ae7e3b +size 4420912 diff --git a/postfix.changes b/postfix.changes index a2de3a2..ff02657 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon May 21 16:31:57 UTC 2018 - michael@stroeder.com + +- Update to 3.3.1 + * 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. + * 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). + ------------------------------------------------------------------- Wed May 9 09:02:12 UTC 2018 - lnussel@suse.de diff --git a/postfix.spec b/postfix.spec index b7fc0cf..638b865 100644 --- a/postfix.spec +++ b/postfix.spec @@ -55,7 +55,7 @@ %bcond_with libnsl %endif Name: postfix -Version: 3.3.0 +Version: 3.3.1 Release: 0 Summary: A fast, secure, and flexible mailer License: IPL-1.0 OR EPL-2.0 From b9616b59b096b0c123099a261dd6422e9ec0f6dcbf8503fb2dc412da6a112861 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Fri, 25 May 2018 11:19:50 +0000 Subject: [PATCH 2/2] - bsc#1087471 Unreleased Postfix update breaks SUSE Manager o Removing setting smtpd_sasl_path and smtpd_sasl_type to empty OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=304 --- postfix-main.cf.patch | 6 +----- postfix.changes | 6 ++++++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/postfix-main.cf.patch b/postfix-main.cf.patch index bc63611..1f7b09b 100644 --- a/postfix-main.cf.patch +++ b/postfix-main.cf.patch @@ -10,7 +10,7 @@ Index: conf/main.cf # PARALLEL DELIVERY TO THE SAME DESTINATION # -@@ -673,4 +674,136 @@ sample_directory = +@@ -673,4 +674,132 @@ sample_directory = # readme_directory: The location of the Postfix README files. # readme_directory = @@ -77,10 +77,6 @@ Index: conf/main.cf +smtp_sasl_security_options = +smtp_sasl_password_maps = +smtpd_sasl_auth_enable = no -+# cyrus : smtpd_sasl_type = cyrus, smtpd_sasl_path = smtpd -+# dovecot : smtpd_sasl_type = dovecot, smtpd_sasl_path = private/auth -+smtpd_sasl_path = -+smtpd_sasl_type = +############################################################ +# TLS stuff +############################################################ diff --git a/postfix.changes b/postfix.changes index ff02657..d3ec81d 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 25 11:19:22 UTC 2018 - varkoly@suse.com + +- bsc#1087471 Unreleased Postfix update breaks SUSE Manager + o Removing setting smtpd_sasl_path and smtpd_sasl_type to empty + ------------------------------------------------------------------- Mon May 21 16:31:57 UTC 2018 - michael@stroeder.com