SHA256
1
0
forked from pool/postfix

Accepting request 830829 from home:stroeder:branches:server:mail

- Update to 3.5.7
  * Fixed random certificate verification failures with
    "smtp_tls_connection_reuse = yes", because tlsproxy(8) was using
    the wrong global TLS context for connections that use DANE or
    non-DANE trust anchors.

OBS-URL: https://build.opensuse.org/request/show/830829
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=385
This commit is contained in:
Michael Ströder
2020-08-31 13:38:42 +00:00
committed by Git OBS Bridge
parent 795ec68bb5
commit b7e217c28d
6 changed files with 13 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Aug 31 13:38:04 UTC 2020 - Michael Ströder <michael@stroeder.com>
- Update to 3.5.7
* Fixed random certificate verification failures with
"smtp_tls_connection_reuse = yes", because tlsproxy(8) was using
the wrong global TLS context for connections that use DANE or
non-DANE trust anchors.
-------------------------------------------------------------------
Tue Aug 25 13:54:40 UTC 2020 - Thorsten Kukuk <kukuk@suse.com>