MFH: r526760
Update Postfix to 3.4.9 (bugfix-only release) While here, also strip libexec/postfix/postlogd. Announcement: http://www.postfix.org/announcements/postfix-3.4.9.html Fixed in all supported stable releases: Bug (introduced: Postfix 3.1): smtp_dns_resolver_options were broken while adding support for negative DNS response caching in postscreen. Postfix was inadvertently changed to call res_query() instead of res_search(). Reported by Jaroslav Skarvada. Bug (introduced: Postfix 2.5): Postfix ignored the CONNECT macro overrides from a Milter application. Postfix now evaluates the Milter macros for an SMTP CONNECT event after the Postfix-to-Milter connection is negotiated. Problem reported by David Bürgin. Bug (introduced: Postfix 3.0): sanitize (remote) server responses before storing them in the verify database, to avoid Postfix warnings about malformed UTF8. Found during code maintenance. PR: 243879 Submitted by: Juraj Lutter <juraj@lutter.sk> Approved by: maintainer timeout 15d (ohauer@) Differential Revision: https://reviews.freebsd.org/D23502 Approved by: ports-secteam (joneum@)
This commit is contained in:
parent
8185799a37
commit
212066a9cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=526775
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postfix
|
||||
DISTVERSION= 3.4.8
|
||||
DISTVERSION= 3.4.9
|
||||
PORTREVISION?= 0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= mail
|
||||
@ -80,9 +80,10 @@ SASLKMIT_DESC= If your SASL req. MIT Kerberos5, select this
|
||||
HTML1= body_checks.5.html bounce.5.html postfix-power.png \
|
||||
scache.8.html tlsmgr.8.html
|
||||
|
||||
STRIP_LIBEXEC= anvil bounce cleanup discard dnsblog error flush lmtp local master \
|
||||
nqmgr oqmgr pickup pipe postscreen proxymap qmgr qmqpd scache showq \
|
||||
smtp smtpd spawn tlsmgr tlsproxy trivial-rewrite verify virtual
|
||||
STRIP_LIBEXEC= anvil bounce cleanup discard dnsblog error flush lmtp local \
|
||||
master nqmgr oqmgr pickup pipe postlogd postscreen proxymap \
|
||||
qmgr qmqpd scache showq smtp smtpd spawn tlsmgr tlsproxy \
|
||||
trivial-rewrite verify virtual
|
||||
|
||||
.if !defined(DEBUG)
|
||||
MAKEFILEFLAGS+= DEBUG=
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1574628120
|
||||
SHA256 (postfix/postfix-3.4.8.tar.gz) = 8d5d429737e0c64514028a82fc006cbb273d2cb98dc40eb1dbbfe102f29a8943
|
||||
SIZE (postfix/postfix-3.4.8.tar.gz) = 4573099
|
||||
TIMESTAMP = 1580741948
|
||||
SHA256 (postfix/postfix-3.4.9.tar.gz) = a4709cfb0626d064b71258b3395573d80e18a48fd11eff0cbf4a9e83455a2da7
|
||||
SIZE (postfix/postfix-3.4.9.tar.gz) = 4573241
|
||||
|
Loading…
Reference in New Issue
Block a user