diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2020-09-23 04:59:48 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2020-09-23 04:59:48 +0000 |
commit | 629eea79e860b363f3e628000cb1b22e14083a68 (patch) | |
tree | fc1ef1985f61f5b5d2dda078015bfcb6dad35dc0 /mail/postfix-current | |
parent | For well over 10 years portmgr@ have been promising to remove the (diff) |
- update to 20200920
- update pkg-message
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 | ||||
-rw-r--r-- | mail/postfix-current/files/pkg-message.in | 16 |
3 files changed, 20 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index bcde3d28d516..69a205b93412 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.6-20200830 +DISTVERSION= 3.6-20200920 PORTREVISION?= 0 PORTEPOCH= 6 CATEGORIES= mail diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 8f67fd424dda..9611241fb757 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -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 diff --git a/mail/postfix-current/files/pkg-message.in b/mail/postfix-current/files/pkg-message.in index 23becb903391..737a9f367698 100644 --- a/mail/postfix-current/files/pkg-message.in +++ b/mail/postfix-current/files/pkg-message.in @@ -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 } |