diff options
author | otis <otis@pkgsrc.org> | 2020-08-31 13:07:46 +0000 |
---|---|---|
committer | otis <otis@pkgsrc.org> | 2020-08-31 13:07:46 +0000 |
commit | 63badc4695b6ceea0e84077210066a5c69210477 (patch) | |
tree | ff6c46e4c3bb5066e8d8139dd820275d534af62a /mail/postfix | |
parent | 9121ceb0ad25377a5559f339b1c155e4169965fd (diff) | |
download | pkgsrc-63badc4695b6ceea0e84077210066a5c69210477.tar.gz |
mail/postfix: Update to 3.5.7
Changelog:
With "smtp_tls_connection_reuse = yes", tlsproxy(8) was using the wrong global
TLS context for connections that use DANE trust anchors or that use non-DANE
trust anchors. This resulted in a global certificate verify function pointer
race, between TLS handshakes that use trust achors and concurrent TLS
handshakes that use PKI. No memory was corrupted in the course of all this.
Reference: http://www.postfix.org/announcements/postfix-3.5.7.html
Diffstat (limited to 'mail/postfix')
-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 ea5727ad88b..d88f91852fe 100644 --- a/mail/postfix/Makefile.common +++ b/mail/postfix/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.29 2020/08/27 13:57:14 triaxx Exp $ +# $NetBSD: Makefile.common,v 1.30 2020/08/31 13:07:46 otis Exp $ # used by mail/postfix/Makefile # used by mail/postfix/Makefile.module -DISTNAME= postfix-3.5.6 +DISTNAME= postfix-3.5.7 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 8b2879f8576..70ab8bf4ca5 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.188 2020/08/27 13:57:14 triaxx Exp $ +$NetBSD: distinfo,v 1.189 2020/08/31 13:07:46 otis Exp $ -SHA1 (postfix-3.5.6.tar.gz) = 39b0c5f730b1e02bdc785ae64ec3280c2766ecaf -RMD160 (postfix-3.5.6.tar.gz) = 3207b73c8fb083a95b5c8f6bb3ec99b621c0e912 -SHA512 (postfix-3.5.6.tar.gz) = 9187981357a3861d735b8601c61851a5b9e53cde5668a0ebc62ca8b922a2629e53fe3369af6beb9df1a6fe6d4d87822d8882e27410a460ea8c98418b17287b9c -Size (postfix-3.5.6.tar.gz) = 4613310 bytes +SHA1 (postfix-3.5.7.tar.gz) = 487349be6903ae904903f2e88c1f9b57e0ba15c3 +RMD160 (postfix-3.5.7.tar.gz) = 1b6b594695ade724358cb052b4a232a8bb836664 +SHA512 (postfix-3.5.7.tar.gz) = 7828210bc9d3eadfd47f1121ae2f7ca057e03391048e8e79fbf2f96f6677f5e17145f5869d6f5c0b735ecd8584f420df7ba4922f54686f1a5be663bff257f2c2 +Size (postfix-3.5.7.tar.gz) = 4613756 bytes SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c SHA1 (patch-ag) = c126c572e36bf2bcbd3f6e5d8332a3d26e704109 SHA1 (patch-ai) = 51748ccf92da543f7ff640f36906a29b5db3f6e3 |