1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Juraj Lutter 2023-04-20 10:22:14 +02:00
parent b0158c9bdf
commit a0b47811fa
3 changed files with 7 additions and 31 deletions

View File

@ -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/

View File

@ -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

View File

@ -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
}
{