Accepting request 807003 from server:mail
OBS-URL: https://build.opensuse.org/request/show/807003 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=184
This commit is contained in:
commit
3355fdef31
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dbce092db23253c0e990c082da2ef1d7921e6896c0a2991d2a8fd9443abb41d4
|
|
||||||
size 4609587
|
|
3
postfix-3.5.2.tar.gz
Normal file
3
postfix-3.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3bf2497f5bd841d0da99dd8d58afdbc15ff9a66962a60c973df5e850a49bec3
|
||||||
|
size 4611518
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 17 19:57:57 UTC 2020 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- 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 <suse+build@de-korte.org>
|
Mon May 11 20:07:40 UTC 2020 - Arjen de Korte <suse+build@de-korte.org>
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
%bcond_with libnsl
|
%bcond_with libnsl
|
||||||
%endif
|
%endif
|
||||||
Name: postfix
|
Name: postfix
|
||||||
Version: 3.5.1
|
Version: 3.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A fast, secure, and flexible mailer
|
Summary: A fast, secure, and flexible mailer
|
||||||
License: IPL-1.0 OR EPL-2.0
|
License: IPL-1.0 OR EPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user