From 4aa978eb7799e1f65ff980e8c9af36a94817f4195a3a2b3c4dd619ffa44ddae2 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Thu, 28 Nov 2019 10:07:19 +0000 Subject: [PATCH] Accepting request 751453 from home:stroeder:branches:server:mail Update to 3.4.8 OBS-URL: https://build.opensuse.org/request/show/751453 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=354 --- postfix-3.4.7.tar.gz | 3 --- postfix-3.4.8.tar.gz | 3 +++ postfix.changes | 25 +++++++++++++++++++++++++ postfix.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 postfix-3.4.7.tar.gz create mode 100644 postfix-3.4.8.tar.gz diff --git a/postfix-3.4.7.tar.gz b/postfix-3.4.7.tar.gz deleted file mode 100644 index 0067a08..0000000 --- a/postfix-3.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe3253121d3ba8836a23774225518560b35e40497951ad5bec154afa8205f967 -size 4572758 diff --git a/postfix-3.4.8.tar.gz b/postfix-3.4.8.tar.gz new file mode 100644 index 0000000..c1fcc54 --- /dev/null +++ b/postfix-3.4.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5d429737e0c64514028a82fc006cbb273d2cb98dc40eb1dbbfe102f29a8943 +size 4573099 diff --git a/postfix.changes b/postfix.changes index e3b2cab..3e15e09 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Nov 27 19:55:30 UTC 2019 - Michael Ströder + +- Update to 3.4.8: + * Fix for an Exim interoperability problem when postscreen after-220 + checks are enabled. Bug introduced in Postfix 3.4: the code + that detected "PIPELINING after BDAT" looked at the wrong + variable. The warning now says "BDAT without valid RCPT", and + the error is no longer treated as a command PIPELINING error, + thus allowing mail to be delivered. Meanwhile, Exim has been + fixed to stop sending BDAT commands when postscreen rejects all + RCPT commands. + * Usability bug, introduced in Postfix 3.4: the parser for + key/certificate chain files rejected inputs that contain an EC + PARAMETERS object. While this is technically correct (the + documentation says what types are allowed) this is surprising + behavior because the legacy cert/key parameters will accept + such inputs. For now, the parser skips object types that it + does not know about for usability, and logs a warning because + ignoring inputs is not kosher. + * Bug introduced in Postfix 2.8: don't gratuitously enable all + after-220 tests when only one such test is enabled. This made + selective tests impossible with 'good' clients. This will be + fixed in older Postfix versions at some later time. + ------------------------------------------------------------------- Tue Sep 24 07:59:04 UTC 2019 - Martin Liška diff --git a/postfix.spec b/postfix.spec index c44588f..7de73dc 100644 --- a/postfix.spec +++ b/postfix.spec @@ -53,7 +53,7 @@ %bcond_with libnsl %endif Name: postfix -Version: 3.4.7 +Version: 3.4.8 Release: 0 Summary: A fast, secure, and flexible mailer License: IPL-1.0 OR EPL-2.0