Date: Thu, 20 Apr 2023 14:04:56 GMT From: Juraj Lutter <otis@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a0b47811fa34 - main - mail/postfix: Update to 3.8.0 Message-ID: <202304201404.33KE4urm031519@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=a0b47811fa34ef7972498a1c8097e7569237655e commit a0b47811fa34ef7972498a1c8097e7569237655e Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-04-20 08:22:14 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-04-20 14:04:06 +0000 mail/postfix: Update to 3.8.0 The most notable change is that starting from 3.8.0, postfix supports SRV DNS records lookups in SMTP and LMTP clients. Release announcement: https://www.postfix.org/announcements/postfix-3.8.0.html --- mail/postfix/Makefile | 8 ++++---- mail/postfix/distinfo | 6 +++--- mail/postfix/files/pkg-message.in | 24 ------------------------ 3 files changed, 7 insertions(+), 31 deletions(-) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index ee48e08fcb8e..084f7196bc35 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,11 +1,11 @@ PORTNAME= postfix -DISTVERSION= 3.7.4 -PORTREVISION?= 1 +DISTVERSION= 3.8.0 +PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail -MASTER_SITES= http://ftp.porcupine.org/mirrors/postfix-release/ \ +MASTER_SITES= http://cdn.postfix.johnriley.me/mirrors/postfix-release/ \ + http://ftp.porcupine.org/mirrors/postfix-release/ \ http://de.postfix.org/ftpmirror/ \ - http://cdn.postfix.johnriley.me/mirrors/postfix-release/ \ http://www.artfiles.org/postfix.org/postfix-release/ \ http://mirror.lhsolutions.nl/postfix-release/ \ ftp://postfix.mirrors.pair.com/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index e1741c9e680c..6dd0b34c0fae 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674586909 -SHA256 (postfix/postfix-3.7.4.tar.gz) = 4c137a2303448f25993836837deeae87fac5d4d03af11ade8e9bead806328645 -SIZE (postfix/postfix-3.7.4.tar.gz) = 4833834 +TIMESTAMP = 1681973870 +SHA256 (postfix/postfix-3.8.0.tar.gz) = a3ad8029bd2c6b0c576477a0f77bf9d2c0b761cbaa0efbfef47969efea6eade9 +SIZE (postfix/postfix-3.8.0.tar.gz) = 4851893 diff --git a/mail/postfix/files/pkg-message.in b/mail/postfix/files/pkg-message.in index 3f12dcd56cd9..a6f254c1e3bf 100644 --- a/mail/postfix/files/pkg-message.in +++ b/mail/postfix/files/pkg-message.in @@ -25,30 +25,6 @@ If you are using SASL, you need to make sure that postfix has access to read the sasldb file. This is accomplished by adding postfix to group mail and making the %%PREFIX%%/etc/sasldb* file(s) readable by group mail (this should be the default for new installs). -EOM -} -{ - type: upgrade - message: <<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 postfix 3.5.x -========================================== -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 } {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304201404.33KE4urm031519>