From e34d827b7f6a474c9941a0e3e6ea307e68a6a2adf5e010d5faf7629af983e123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Wed, 3 Jul 2019 09:41:02 +0000 Subject: [PATCH] Accepting request 713194 from home:stroeder:branches:server:mail Update to 3.4.6 OBS-URL: https://build.opensuse.org/request/show/713194 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=340 --- postfix-3.4.5.tar.gz | 3 --- postfix-3.4.6.tar.gz | 3 +++ postfix.changes | 21 +++++++++++++++++++++ postfix.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 postfix-3.4.5.tar.gz create mode 100644 postfix-3.4.6.tar.gz diff --git a/postfix-3.4.5.tar.gz b/postfix-3.4.5.tar.gz deleted file mode 100644 index e2d6197..0000000 --- a/postfix-3.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b2ba54f9d2a049582a0ed3ee2dbe96ba57e278feea9cb4f80e1a61844e6319f -size 4581301 diff --git a/postfix-3.4.6.tar.gz b/postfix-3.4.6.tar.gz new file mode 100644 index 0000000..9f90e98 --- /dev/null +++ b/postfix-3.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d674a9b40602ee30420ee7ff93c3600e8913eeb2ea9bfb0ac1d140dac5dbe326 +size 4571771 diff --git a/postfix.changes b/postfix.changes index 9947017..3e81ecf 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Jul 3 08:43:58 UTC 2019 - Michael Ströder + +- Update to 3.4.6: + * Workaround for implementations that hang Postfix while shutting + down a TLS session, until Postfix times out. With + "tls_fast_shutdown_enable = yes" (the default), Postfix no + longer waits for the TLS peer to respond to a TLS 'close' + request. This is recommended with TLSv1.0 and later. + * Fixed a too-strict censoring filter that broke multiline Milter + responses for header/body events. Problem report by Andreas + Thienemann. + * The code to reset Postfix SMTP server command counts was not + called after a HaProxy handshake failure, causing stale numbers + to be reported. Problem report by Joseph Ward. + * postconf(5) documentation: tlsext_padding is not a tls_ssl_options + feature. + * smtp(8) documentation: updated the BUGS section text about + Postfix support to reuse open TLS connections. + * Portability: added "#undef sun" to util/unix_dgram_connect.c. + ------------------------------------------------------------------- Wed Jun 26 13:52:30 UTC 2019 - Peter Varkoly diff --git a/postfix.spec b/postfix.spec index ca3c32f..47bb0ad 100644 --- a/postfix.spec +++ b/postfix.spec @@ -53,7 +53,7 @@ %bcond_with libnsl %endif Name: postfix -Version: 3.4.5 +Version: 3.4.6 Release: 0 Summary: A fast, secure, and flexible mailer License: IPL-1.0 OR EPL-2.0