diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2019-06-17 04:11:44 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2019-06-17 04:11:44 +0000 |
commit | 22430814054c0b9b755681c54bae5f69d56357bd (patch) | |
tree | efdfc304e336b463e863da9689cc59da1354453b /mail/postfix-current | |
parent | 453754d00d65157fa2030e258c75a65f6c57a130 (diff) | |
download | freebsd-ports-22430814054c0b9b755681c54bae5f69d56357bd.zip |
- 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).
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 399bbee42ce9..6408a9dd84a2 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.5-20190518 +DISTVERSION= 3.5-20190615 PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 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 |