diff options
author | triaxx <triaxx@pkgsrc.org> | 2020-05-18 14:21:53 +0000 |
---|---|---|
committer | triaxx <triaxx@pkgsrc.org> | 2020-05-18 14:21:53 +0000 |
commit | 9fc38894afb33171ab758eb5bf023ca2f44ec5c6 (patch) | |
tree | 844d666d24689c687b8eed85cd1af84b1b7ae964 | |
parent | 08b71586c9c958d027f70de5d8cef35edecd6e16 (diff) | |
download | pkgsrc-9fc38894afb33171ab758eb5bf023ca2f44ec5c6.tar.gz |
postfix: update to 3.5.2
upstream changes:
-----------------
Postfix versions 3.5.2, 3.4.12, 3.2.10, 3.2.15:
* A TLS error for a database client caused a false 'lost connection' error for an SMTP over TLS session in the same Postfix process. Reported by Alexander Vasarab, diagnosed by Viktor Dukhovni. 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, 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.
Postfix 3.5.2, 3.4.12:
* Segfault 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). Reported by Larry Stone.
-rw-r--r-- | mail/postfix/Makefile.common | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/postfix/Makefile.common b/mail/postfix/Makefile.common index ceba58b724d..0c208e450bc 100644 --- a/mail/postfix/Makefile.common +++ b/mail/postfix/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.25 2020/04/26 09:33:25 taca Exp $ +# $NetBSD: Makefile.common,v 1.26 2020/05/18 14:21:53 triaxx Exp $ # used by mail/postfix/Makefile # used by mail/postfix/Makefile.module -DISTNAME= postfix-3.5.1 +DISTNAME= postfix-3.5.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 7f161155394..daf1df9e0e6 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.184 2020/04/26 09:33:25 taca Exp $ +$NetBSD: distinfo,v 1.185 2020/05/18 14:21:53 triaxx Exp $ -SHA1 (postfix-3.5.1.tar.gz) = 2a18e312772ae322aa84cf2a16cd206ee85b0480 -RMD160 (postfix-3.5.1.tar.gz) = 43cd8af5a581054135fda54d4299ad3e6e4f611b -SHA512 (postfix-3.5.1.tar.gz) = 9c091cda6c2d54fefc7093736f69dc60dc4d9d2d858260bde1430427bc49caa59f81aea7a992b9764998a4edaaa015ddd50392b8f0a1bccd15f52b563887a698 -Size (postfix-3.5.1.tar.gz) = 4609587 bytes +SHA1 (postfix-3.5.2.tar.gz) = e83585d16d377056a87a6a7f4a04498d19031600 +RMD160 (postfix-3.5.2.tar.gz) = e353e34625f2d9ce29608259802fed59dccecda4 +SHA512 (postfix-3.5.2.tar.gz) = 04e37c4542952dba0f3e44f10775c0bedf343e6382df14a9c43ebc80c005c3f6de68a4e7a7469f32ae74b8e50d10c089d4930eac0cd2e2a9ff1bd8d7481b3a76 +Size (postfix-3.5.2.tar.gz) = 4611518 bytes SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c SHA1 (patch-ag) = c126c572e36bf2bcbd3f6e5d8332a3d26e704109 SHA1 (patch-ai) = 51748ccf92da543f7ff640f36906a29b5db3f6e3 |