From 0c3272c9f28e96b6993b003e9b38998316ac20f12fa3749886ca264e51441bbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Sat, 28 Sep 2019 18:49:14 +0000 Subject: [PATCH] Accepting request 732522 from home:stroeder:branches:server:mail Update to 3.4.7 OBS-URL: https://build.opensuse.org/request/show/732522 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=352 --- postfix-3.4.6.tar.gz | 3 --- postfix-3.4.7.tar.gz | 3 +++ postfix.changes | 27 +++++++++++++++++++++++++++ postfix.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 postfix-3.4.6.tar.gz create mode 100644 postfix-3.4.7.tar.gz diff --git a/postfix-3.4.6.tar.gz b/postfix-3.4.6.tar.gz deleted file mode 100644 index 9f90e98..0000000 --- a/postfix-3.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d674a9b40602ee30420ee7ff93c3600e8913eeb2ea9bfb0ac1d140dac5dbe326 -size 4571771 diff --git a/postfix-3.4.7.tar.gz b/postfix-3.4.7.tar.gz new file mode 100644 index 0000000..0067a08 --- /dev/null +++ b/postfix-3.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3253121d3ba8836a23774225518560b35e40497951ad5bec154afa8205f967 +size 4572758 diff --git a/postfix.changes b/postfix.changes index 2414080..e3b2cab 100644 --- a/postfix.changes +++ b/postfix.changes @@ -4,6 +4,33 @@ Tue Sep 24 07:59:04 UTC 2019 - Martin Liška - Backport deprecated-RES_INSECURE1.patch in order to fix boo#1149705. +------------------------------------------------------------------- +Sun Sep 22 16:45:39 UTC 2019 - Michael Ströder + +- Update to 3.4.7: + * Robustness: the tlsproxy(8) daemon could go into a loop, logging + a flood of error messages. Problem reported by Andreas Schulze + after enabling SMTP/TLS connection reuse. + * Workaround: OpenSSL changed an SSL_Shutdown() non-error result + value into an error result value, causing logfile noise. + * Configuration: the new 'TLS fast shutdown' parameter name was + implemented incorrectly. The documentation said + "tls_fast_shutdown_enable", but the code said "tls_fast_shutdown". + This was fixed by changing the code, because no-one is expected + to override the default. + * Performance: workaround for poor TCP loopback performance on + LINUX, where getsockopt(..., TCP_MAXSEG, ...) reports a bogus + TCP maximal segment size that is 1/2 to 1/3 of the real MSS. + To avoid client-side Nagle delays or server-side delayed ACKs + caused by multiple smaller-than-MSS writes, Postfix chooses a + VSTREAM buffer size that is a small multiple of the reported + bogus MSS. This workaround increases the multiplier from 2x to + 4x. + * Robustness: the Postfix Dovecot client could segfault (null + pointer read) or cause an SMTP server assertion to fail when + talking to a fake Dovecot server. The Postfix Dovecot client + now logs a proper error instead. + ------------------------------------------------------------------- Thu Sep 19 06:20:48 UTC 2019 - Peter Varkoly diff --git a/postfix.spec b/postfix.spec index 2fa29bb..c44588f 100644 --- a/postfix.spec +++ b/postfix.spec @@ -53,7 +53,7 @@ %bcond_with libnsl %endif Name: postfix -Version: 3.4.6 +Version: 3.4.7 Release: 0 Summary: A fast, secure, and flexible mailer License: IPL-1.0 OR EPL-2.0