svn commit: r504383 - head/mail/postfix-current

Olli Hauer ohauer at FreeBSD.org
Mon Jun 17 04:11:45 UTC 2019


Author: ohauer
Date: Mon Jun 17 04:11:44 2019
New Revision: 504383
URL: https://svnweb.freebsd.org/changeset/ports/504383

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

Modified:
  head/mail/postfix-current/Makefile
  head/mail/postfix-current/distinfo

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Mon Jun 17 03:00:19 2019	(r504382)
+++ head/mail/postfix-current/Makefile	Mon Jun 17 04:11:44 2019	(r504383)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	postfix
-DISTVERSION=	3.5-20190518
+DISTVERSION=	3.5-20190615
 PORTREVISION?=	0
 PORTEPOCH=	5
 CATEGORIES=	mail ipv6

Modified: head/mail/postfix-current/distinfo
==============================================================================
--- head/mail/postfix-current/distinfo	Mon Jun 17 03:00:19 2019	(r504382)
+++ head/mail/postfix-current/distinfo	Mon Jun 17 04:11:44 2019	(r504383)
@@ -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


More information about the svn-ports-all mailing list