From 22430814054c0b9b755681c54bae5f69d56357bd Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Mon, 17 Jun 2019 04:11:44 +0000 Subject: - update to 3.5-20190615 Incompatibility with snapshot 20190615 ==================================== The Postfix TLS library by default no longer waits after sending a TLS 'close' notification. This should be safe with TLSv1.2 and later. Specify "tls_fast_shutdown_enable = no" to enable historical Postfix behavior. Major changes with snapshot 20190615 ==================================== After sending a TLS 'close' notification, the Postfix library by default no longer waits for the TLS peer to respond. According to RFC 2246 (TLSv1.2) section 7.2.1, "It is not required for the initiator of the close to wait for the responding close_notify alert before closing the read side of the connection." The SMTP+LMTP delivery agent can now prepend Delivered-To, X-Original-To and Return-Path headers, just like the pipe(8) delivery agent. This uses the same "flags=DOR" command-line flags in master.cf. See the smtp(8) manpage for details. This obsoletes the "lmtp_assume_final = yes" setting, and replaces it with "flags=...X...", for consistency with pipe(8). --- mail/postfix-current/distinfo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/postfix-current/distinfo') diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 1daed0167e68..2f46ea6e4480 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558183337 -SHA256 (postfix/postfix-3.5-20190518.tar.gz) = 0d1a31f3b069a2beb83c16f59aa02c8aede09b3bf82e6c4a6d82525625eb0b84 -SIZE (postfix/postfix-3.5-20190518.tar.gz) = 4607314 +TIMESTAMP = 1560645746 +SHA256 (postfix/postfix-3.5-20190615.tar.gz) = 8a1f106eca6927d70983017df14007d2672edf93240bde67bf51c57794bb1ac7 +SIZE (postfix/postfix-3.5-20190615.tar.gz) = 4617409 -- cgit v1.2.3