From 55706286a7cece8cc85dd6016b7cb5d0cd53e65732fac01606a3675bd9df455d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Mon, 18 May 2020 15:22:35 +0000 Subject: [PATCH] Accepting request 806997 from home:stroeder:branches:server:mail Update to 3.5.2 OBS-URL: https://build.opensuse.org/request/show/806997 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=367 --- postfix-3.5.1.tar.gz | 3 --- postfix-3.5.2.tar.gz | 3 +++ postfix.changes | 28 ++++++++++++++++++++++++++++ postfix.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 postfix-3.5.1.tar.gz create mode 100644 postfix-3.5.2.tar.gz diff --git a/postfix-3.5.1.tar.gz b/postfix-3.5.1.tar.gz deleted file mode 100644 index d79c143..0000000 --- a/postfix-3.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbce092db23253c0e990c082da2ef1d7921e6896c0a2991d2a8fd9443abb41d4 -size 4609587 diff --git a/postfix-3.5.2.tar.gz b/postfix-3.5.2.tar.gz new file mode 100644 index 0000000..24bec1b --- /dev/null +++ b/postfix-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bf2497f5bd841d0da99dd8d58afdbc15ff9a66962a60c973df5e850a49bec3 +size 4611518 diff --git a/postfix.changes b/postfix.changes index eab24be..ac2cd4b 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sun May 17 19:57:57 UTC 2020 - Michael Ströder + +- Update to 3.5.2: + * A TLS error for a database client caused a false 'lost connection' + error for an SMTP over TLS session in the same Postfix process. + This bug was introduced with Postfix 2.2. + * The same bug existed in the tlsproxy(8) daemon, where a TLS + error for one TLS session could cause a false 'lost connection' + error for a concurrent TLS session in the same process. This + bug was introduced with Postfix 2.8. + * The Postfix build now disables DANE support on Linux systems + with libc-musl such as Alpine, because libc-musl provides no + indication whether DNS responses are authentic. This broke DANE + support without a clear explanation. + * Due to implementation changes in the ICU library, some Postfix + daemons reported file access errrors (U_FILE_ACCESS_ERROR) after + chroot(). This was fixed by initializing the ICU library before + making the chroot() call. + * Minor code changes to silence a compiler that special-cases + string literals. + * Segfault (null pointer) in the tlsproxy(8) client role when the + server role was disabled. This typically happened on systems + that do not receive mail, after configuring connection reuse + for outbound SMTP over TLS. + * The date portion of the maillog_file_rotate_suffix default value + used the minute (%M) instead of the month (%m). + ------------------------------------------------------------------- Mon May 11 20:07:40 UTC 2020 - Arjen de Korte diff --git a/postfix.spec b/postfix.spec index dced9d0..488a822 100644 --- a/postfix.spec +++ b/postfix.spec @@ -53,7 +53,7 @@ %bcond_with libnsl %endif Name: postfix -Version: 3.5.1 +Version: 3.5.2 Release: 0 Summary: A fast, secure, and flexible mailer License: IPL-1.0 OR EPL-2.0