From 81f10f3589dd9ec82f9b79f468f9a54ee4b01faeea2f26f7a21adac24e1b9d98 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Wed, 19 Jan 2022 09:45:48 +0000 Subject: [PATCH] Accepting request 947313 from home:stroeder:network Update to 3.6.4 Seems to work on Tumbleweed x86_64 OBS-URL: https://build.opensuse.org/request/show/947313 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=432 --- postfix-3.6.3.tar.gz | 3 --- postfix-3.6.3.tar.gz.asc | 7 ------- postfix-3.6.4.tar.gz | 3 +++ postfix-3.6.4.tar.gz.asc | 7 +++++++ postfix-bdb.changes | 19 +++++++++++++++++++ postfix-bdb.spec | 2 +- postfix.changes | 19 +++++++++++++++++++ postfix.spec | 2 +- 8 files changed, 50 insertions(+), 12 deletions(-) delete mode 100644 postfix-3.6.3.tar.gz delete mode 100644 postfix-3.6.3.tar.gz.asc create mode 100644 postfix-3.6.4.tar.gz create mode 100644 postfix-3.6.4.tar.gz.asc diff --git a/postfix-3.6.3.tar.gz b/postfix-3.6.3.tar.gz deleted file mode 100644 index 4601d1e..0000000 --- a/postfix-3.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f1241d456a0158e0c418abf62c52c2ff83f8f1dcf2fbdd4c40765b67789b1bc -size 4750833 diff --git a/postfix-3.6.3.tar.gz.asc b/postfix-3.6.3.tar.gz.asc deleted file mode 100644 index 7d01732..0000000 --- a/postfix-3.6.3.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.18 (FreeBSD) - -iFcDBQBhiF8ADAtZDoDKFacRCgTdAP9HMzPu7mChw/m/Dr9fVdKDzsfXyDJWH9de -GiQhIb1EwgD8CssWozyzEzMlFzGzEgbV462MGeoS7QJhRoY58cONOJo= -=orD1 ------END PGP SIGNATURE----- diff --git a/postfix-3.6.4.tar.gz b/postfix-3.6.4.tar.gz new file mode 100644 index 0000000..48af8c4 --- /dev/null +++ b/postfix-3.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de0619dcf2fa7c215a80cf84b82ab71631d4d4722cba0949725ce3e18031d4e +size 4751433 diff --git a/postfix-3.6.4.tar.gz.asc b/postfix-3.6.4.tar.gz.asc new file mode 100644 index 0000000..e2b2ff9 --- /dev/null +++ b/postfix-3.6.4.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.18 (FreeBSD) + +iFcDBQBh4gGUDAtZDoDKFacRCgAeAP9lr/6/dLKNqqdmc+gUAWxgccw/FUA8yIBY +D2/1m5qC7wEAgkSg1FvpC5iA+iYyWWBk6PIFJEV735HE2fIeEUVf62Q= +=8WjV +-----END PGP SIGNATURE----- diff --git a/postfix-bdb.changes b/postfix-bdb.changes index d8d9261..9bdd029 100644 --- a/postfix-bdb.changes +++ b/postfix-bdb.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Jan 18 23:32:41 UTC 2022 - Michael Ströder + +- Update to 3.6.4 + * Bug introduced in bugfix 20210708: duplicate bounce_notice_recipient + entries in postconf output. This was caused by an incomplete + fix to send SMTP session transcripts to $bounce_notice_recipient. + * Bug introduced in Postfix 3.0: the proxymap daemon did not + automatically authorize proxied maps inside pipemap (example: + pipemap:{proxy:maptype:mapname, ...}) or inside unionmap. + * Bug introduced in Postfix 2.5: off-by-one error while writing + a string terminator. This code passed all memory corruption + tests, presumably because it wrote over an alignment padding + byte, or over an adjacent character byte that was never read. + * The proxymap daemon did not automatically authorize map features + added after Postfix 3.3, caused by missing *_maps parameter + names in the proxy_read_maps default value. Found during code + maintenance. + ------------------------------------------------------------------- Mon Nov 8 10:26:56 UTC 2021 - Michael Ströder diff --git a/postfix-bdb.spec b/postfix-bdb.spec index 59624f7..c0d76de 100644 --- a/postfix-bdb.spec +++ b/postfix-bdb.spec @@ -56,7 +56,7 @@ %endif %bcond_without ldap Name: postfix-bdb -Version: 3.6.3 +Version: 3.6.4 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 d8d9261..9bdd029 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Jan 18 23:32:41 UTC 2022 - Michael Ströder + +- Update to 3.6.4 + * Bug introduced in bugfix 20210708: duplicate bounce_notice_recipient + entries in postconf output. This was caused by an incomplete + fix to send SMTP session transcripts to $bounce_notice_recipient. + * Bug introduced in Postfix 3.0: the proxymap daemon did not + automatically authorize proxied maps inside pipemap (example: + pipemap:{proxy:maptype:mapname, ...}) or inside unionmap. + * Bug introduced in Postfix 2.5: off-by-one error while writing + a string terminator. This code passed all memory corruption + tests, presumably because it wrote over an alignment padding + byte, or over an adjacent character byte that was never read. + * The proxymap daemon did not automatically authorize map features + added after Postfix 3.3, caused by missing *_maps parameter + names in the proxy_read_maps default value. Found during code + maintenance. + ------------------------------------------------------------------- Mon Nov 8 10:26:56 UTC 2021 - Michael Ströder diff --git a/postfix.spec b/postfix.spec index 563035c..d55a91e 100644 --- a/postfix.spec +++ b/postfix.spec @@ -42,7 +42,7 @@ %bcond_without libnsl %bcond_without ldap Name: postfix -Version: 3.6.3 +Version: 3.6.4 Release: 0 Summary: A fast, secure, and flexible mailer License: IPL-1.0 OR EPL-2.0