From 047f46a5b0e1be2617b0d31c4b0ce8f12bc0b275e53223dff146cd6d734c829c Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Fri, 10 Nov 2023 20:23:39 +0000 Subject: [PATCH 1/2] Accepting request 1119557 from home:varkoly:branches:server:mail - Syntax error in update_postmaps script (bsc#1216061) - postfix: config.postfix causes too tight permission on main.cf (bsc#1215372) - Syntax error in update_postmaps script (bsc#1216061) - postfix: config.postfix causes too tight permission on main.cf (bsc#1215372) OBS-URL: https://build.opensuse.org/request/show/1119557 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=458 --- postfix-SUSE.tar.gz | 4 ++-- postfix-bdb.changes | 11 +++++++++++ postfix.changes | 11 +++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/postfix-SUSE.tar.gz b/postfix-SUSE.tar.gz index 8412d52..53b0d18 100644 --- a/postfix-SUSE.tar.gz +++ b/postfix-SUSE.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d18285ba5f2c7243613df89cae3a3f9f16b37a51550917a8d02ead25fa7ad67 -size 25231 +oid sha256:8b7a3bb2858ad845ca66466645a3a11e503864d2290797f0fc0a338045c886c1 +size 25320 diff --git a/postfix-bdb.changes b/postfix-bdb.changes index d955dad..787e2a7 100644 --- a/postfix-bdb.changes +++ b/postfix-bdb.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 23 07:43:31 UTC 2023 - Peter Varkoly + +- Syntax error in update_postmaps script (bsc#1216061) + +------------------------------------------------------------------- +Mon Sep 18 12:38:19 UTC 2023 - Peter Varkoly + +- postfix: config.postfix causes too tight permission on main.cf + (bsc#1215372) + ------------------------------------------------------------------- Tue Aug 15 09:07:07 UTC 2023 - Peter Varkoly diff --git a/postfix.changes b/postfix.changes index f7a5045..53f6c35 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 23 07:43:31 UTC 2023 - Peter Varkoly + +- Syntax error in update_postmaps script (bsc#1216061) + +------------------------------------------------------------------- +Mon Sep 18 12:38:19 UTC 2023 - Peter Varkoly + +- postfix: config.postfix causes too tight permission on main.cf + (bsc#1215372) + ------------------------------------------------------------------- Tue Aug 15 09:07:07 UTC 2023 - Peter Varkoly From 8589a4f33c3f7125392a21da8459c19ace22cc4fb0bf22c52b2e578f04f2264e Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Fri, 10 Nov 2023 20:26:00 +0000 Subject: [PATCH 2/2] Accepting request 1123266 from home:adkorte:branches:server:mail - update to 3.8.3 * Bugfix (defect introduced Postfix 2.5, date 20080104): the Postfix SMTP server was waiting for a client command instead of replying immediately, after a client certificate verification error in TLS wrappermode. Reported by Andreas Kinzler. * Usability: the Postfix SMTP server (finally) attempts to log the SASL username after authentication failure. In Postfix logging, this appends ", sasl_username=xxx" after the reason for SASL authentication failure. The logging replaces an unavailable reason with "(reason unavailable)", and replaces an unavailable sasl_username with "(unavailable)". Based on code by Jozsef Kadlecsik. * Compatibility bugfix (defect introduced: Postfix 2.11, date 20130405): in forward_path, the expression ${recipient_delimiter} would expand to an empty string when a recipient address had no recipient delimiter. The compatibility fix is to use a configured recipient delimiter value instead. Reported by Tod A. Sandman. OBS-URL: https://build.opensuse.org/request/show/1123266 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=459 --- postfix-3.8.1.tar.gz | 3 --- postfix-3.8.1.tar.gz.asc | 7 ------- postfix-3.8.3.tar.gz | 3 +++ postfix-3.8.3.tar.gz.asc | 7 +++++++ postfix-bdb.changes | 22 ++++++++++++++++++++++ postfix-bdb.spec | 2 +- postfix.changes | 22 ++++++++++++++++++++++ postfix.spec | 2 +- 8 files changed, 56 insertions(+), 12 deletions(-) delete mode 100644 postfix-3.8.1.tar.gz delete mode 100644 postfix-3.8.1.tar.gz.asc create mode 100644 postfix-3.8.3.tar.gz create mode 100644 postfix-3.8.3.tar.gz.asc diff --git a/postfix-3.8.1.tar.gz b/postfix-3.8.1.tar.gz deleted file mode 100644 index f585fe6..0000000 --- a/postfix-3.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54e1bffded3032828a70de22c2a1a94d1c097fc4513e0fdbfcfdbf3bff6b7092 -size 4848293 diff --git a/postfix-3.8.1.tar.gz.asc b/postfix-3.8.1.tar.gz.asc deleted file mode 100644 index 57f0412..0000000 --- a/postfix-3.8.1.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.18 (FreeBSD) - -iFcDBQBkfl0sDAtZDoDKFacRCqQ7AP4iZH0B8R67Io8he9+zxm8rz/1II/dAGsF9 -q1XQrdsVJwD+PZSfj5oKcWHsR7r32QCjcDXAUqyBtvyZ07t6HUhEY08= -=TxIz ------END PGP SIGNATURE----- diff --git a/postfix-3.8.3.tar.gz b/postfix-3.8.3.tar.gz new file mode 100644 index 0000000..55da802 --- /dev/null +++ b/postfix-3.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16946c9874a786a09f53b17d1c83dc1faae35cbf80bab34ab01798b70420968b +size 4849329 diff --git a/postfix-3.8.3.tar.gz.asc b/postfix-3.8.3.tar.gz.asc new file mode 100644 index 0000000..c6431f3 --- /dev/null +++ b/postfix-3.8.3.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (FreeBSD) + +iFcDBQBlQoZrDAtZDoDKFacRCkFKAP97Os5swzwx9v0ZSeoJpbNC/aC8+pWcZ2kv +1kBEXC+7BwD9G4T6xOjzFUGx/yvjOSxeyQRURNdAcDn1MBEDnIJZcSw= +=s3oc +-----END PGP SIGNATURE----- diff --git a/postfix-bdb.changes b/postfix-bdb.changes index 787e2a7..1b2458a 100644 --- a/postfix-bdb.changes +++ b/postfix-bdb.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Nov 3 14:55:20 UTC 2023 - Arjen de Korte + +- update to 3.8.3 + * Bugfix (defect introduced Postfix 2.5, date 20080104): the + Postfix SMTP server was waiting for a client command instead + of replying immediately, after a client certificate verification + error in TLS wrappermode. Reported by Andreas Kinzler. + * Usability: the Postfix SMTP server (finally) attempts to log + the SASL username after authentication failure. In Postfix + logging, this appends ", sasl_username=xxx" after the reason + for SASL authentication failure. The logging replaces an + unavailable reason with "(reason unavailable)", and replaces + an unavailable sasl_username with "(unavailable)". Based on + code by Jozsef Kadlecsik. + * Compatibility bugfix (defect introduced: Postfix 2.11, date + 20130405): in forward_path, the expression ${recipient_delimiter} + would expand to an empty string when a recipient address had + no recipient delimiter. The compatibility fix is to use a + configured recipient delimiter value instead. Reported by Tod + A. Sandman. + ------------------------------------------------------------------- Mon Oct 23 07:43:31 UTC 2023 - Peter Varkoly diff --git a/postfix-bdb.spec b/postfix-bdb.spec index 87e75f5..8695599 100644 --- a/postfix-bdb.spec +++ b/postfix-bdb.spec @@ -59,7 +59,7 @@ %endif %bcond_without ldap Name: postfix-bdb -Version: 3.8.1 +Version: 3.8.3 Release: 0 Summary: A fast, secure, and flexible mailer License: IPL-1.0 OR EPL-2.0 diff --git a/postfix.changes b/postfix.changes index 53f6c35..24588a5 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Nov 3 14:55:20 UTC 2023 - Arjen de Korte + +- update to 3.8.3 + * Bugfix (defect introduced Postfix 2.5, date 20080104): the + Postfix SMTP server was waiting for a client command instead + of replying immediately, after a client certificate verification + error in TLS wrappermode. Reported by Andreas Kinzler. + * Usability: the Postfix SMTP server (finally) attempts to log + the SASL username after authentication failure. In Postfix + logging, this appends ", sasl_username=xxx" after the reason + for SASL authentication failure. The logging replaces an + unavailable reason with "(reason unavailable)", and replaces + an unavailable sasl_username with "(unavailable)". Based on + code by Jozsef Kadlecsik. + * Compatibility bugfix (defect introduced: Postfix 2.11, date + 20130405): in forward_path, the expression ${recipient_delimiter} + would expand to an empty string when a recipient address had + no recipient delimiter. The compatibility fix is to use a + configured recipient delimiter value instead. Reported by Tod + A. Sandman. + ------------------------------------------------------------------- Mon Oct 23 07:43:31 UTC 2023 - Peter Varkoly diff --git a/postfix.spec b/postfix.spec index 583500b..2de2fd1 100644 --- a/postfix.spec +++ b/postfix.spec @@ -46,7 +46,7 @@ %endif %bcond_without ldap Name: postfix -Version: 3.8.1 +Version: 3.8.3 Release: 0 Summary: A fast, secure, and flexible mailer License: IPL-1.0 OR EPL-2.0