From owner-svn-ports-head@freebsd.org Wed Sep 23 04:59:49 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 38A063EDD23; Wed, 23 Sep 2020 04:59:49 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bx5ZY0mqNz4Hkj; Wed, 23 Sep 2020 04:59:49 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1DA3AF47; Wed, 23 Sep 2020 04:59:48 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08N4xmP1097230; Wed, 23 Sep 2020 04:59:48 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08N4xmdL097227; Wed, 23 Sep 2020 04:59:48 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <202009230459.08N4xmdL097227@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 23 Sep 2020 04:59:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549658 - in head/mail/postfix-current: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: in head/mail/postfix-current: . files X-SVN-Commit-Revision: 549658 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2020 04:59:49 -0000 Author: ohauer Date: Wed Sep 23 04:59:48 2020 New Revision: 549658 URL: https://svnweb.freebsd.org/changeset/ports/549658 Log: - update to 20200920 - update pkg-message Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo head/mail/postfix-current/files/pkg-message.in Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Wed Sep 23 04:17:11 2020 (r549657) +++ head/mail/postfix-current/Makefile Wed Sep 23 04:59:48 2020 (r549658) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.6-20200830 +DISTVERSION= 3.6-20200920 PORTREVISION?= 0 PORTEPOCH= 6 CATEGORIES= mail Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Wed Sep 23 04:17:11 2020 (r549657) +++ head/mail/postfix-current/distinfo Wed Sep 23 04:59:48 2020 (r549658) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598830439 -SHA256 (postfix/postfix-3.6-20200830.tar.gz) = 5e7433c59cbdd71b3d00b7b367fa4f8e8c0cfb5ba08af599071686723fa46347 -SIZE (postfix/postfix-3.6-20200830.tar.gz) = 4649178 +TIMESTAMP = 1600637415 +SHA256 (postfix/postfix-3.6-20200920.tar.gz) = 1e86a47fd2b31417a9ebfc07c40e4793d280bec154917f8839154d90e7df07a5 +SIZE (postfix/postfix-3.6-20200920.tar.gz) = 4653181 Modified: head/mail/postfix-current/files/pkg-message.in ============================================================================== --- head/mail/postfix-current/files/pkg-message.in Wed Sep 23 04:17:11 2020 (r549657) +++ head/mail/postfix-current/files/pkg-message.in Wed Sep 23 04:59:48 2020 (r549658) @@ -31,6 +31,22 @@ EOM If you are upgrading from prior postfix version, please see the README files for recommended changes to your configuration and additional http://www.postfix.org/COMPATIBILITY_README.html + +Incompatible change with snapshot 20200920 +========================================== +Internal protocols have changed. You need to "postfix stop" before +updating, or before backing out to an earlier release, otherwise +long-running daemons (pickup, qmgr, verify, tlsproxy, postscreen) +may fail to communicate with the rest of Postfix (warnings, timeouts). + +The purpose of this change is to produce better error messages, for +example, when someone configures the discard daemon as a bounce +service in master.cf, or vice versa. + +This change will break third-party code that implements a +Postfix-internal protocol such as qpsmtpd. Programs that depend on +Postfix internal details are not supported. + EOM type: upgrade }