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
This commit is contained in:
parent
f801426f8b
commit
0c3272c9f2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d674a9b40602ee30420ee7ff93c3600e8913eeb2ea9bfb0ac1d140dac5dbe326
|
||||
size 4571771
|
3
postfix-3.4.7.tar.gz
Normal file
3
postfix-3.4.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe3253121d3ba8836a23774225518560b35e40497951ad5bec154afa8205f967
|
||||
size 4572758
|
@ -4,6 +4,33 @@ Tue Sep 24 07:59:04 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
- Backport deprecated-RES_INSECURE1.patch in order to fix
|
||||
boo#1149705.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 22 16:45:39 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- 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 <varkoly@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user