pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/postfix



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Mon May 18 14:21:53 UTC 2020

Modified Files:
        pkgsrc/mail/postfix: Makefile.common distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.184 -r1.185 pkgsrc/mail/postfix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/postfix/Makefile.common
diff -u pkgsrc/mail/postfix/Makefile.common:1.25 pkgsrc/mail/postfix/Makefile.common:1.26
--- pkgsrc/mail/postfix/Makefile.common:1.25    Sun Apr 26 09:33:25 2020
+++ pkgsrc/mail/postfix/Makefile.common Mon May 18 14:21:53 2020
@@ -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/

Index: pkgsrc/mail/postfix/distinfo
diff -u pkgsrc/mail/postfix/distinfo:1.184 pkgsrc/mail/postfix/distinfo:1.185
--- pkgsrc/mail/postfix/distinfo:1.184  Sun Apr 26 09:33:25 2020
+++ pkgsrc/mail/postfix/distinfo        Mon May 18 14:21:53 2020
@@ -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



Home | Main Index | Thread Index | Old Index