svn commit: r430701 - branches/2017Q1/mail/postfix
Olli Hauer
ohauer at FreeBSD.org
Fri Jan 6 10:49:04 UTC 2017
Author: ohauer
Date: Fri Jan 6 10:49:03 2017
New Revision: 430701
URL: https://svnweb.freebsd.org/changeset/ports/430701
Log:
MFH: r430486
- update to 3.1.4
Changelog:
20161105
Bugfix (introduced: Postfix 1.1): the postsuper command did not count a
successful rename operation after error recovery.
20161204
Bugfix (introduced: Postfix 3.1): cut-and-paste error in the "postfix
tls deploy-server-cert" command, causing the wrong certfile and keyfile
to be used.
Robustness: create a new keyfile when "postfix tls new-server-cert" is
invoked and main.cf specifies a non-existent keyfile.
20161206
Bugfix (introduced: Postfix 3.0): when receiving a MAIL FROM...SMTPUTF8
command while smtpd_delay_reject=no, enable SMTPUTF8 support before
processing smtpd_sender_restrictions.
20161220
Bugfix (introduced: Postfix 2.1.0): the Postfix SMTP daemon did not query
sender_canonical_maps when rejecting unknown senders with
"smtpd_reject_unlisted_recipient = yes" or with reject_unlisted_sender.
Approved by: ports-secteam (junovitch@)
Modified:
branches/2017Q1/mail/postfix/Makefile
branches/2017Q1/mail/postfix/distinfo
Directory Properties:
branches/2017Q1/ (props changed)
Modified: branches/2017Q1/mail/postfix/Makefile
==============================================================================
--- branches/2017Q1/mail/postfix/Makefile Fri Jan 6 10:15:50 2017 (r430700)
+++ branches/2017Q1/mail/postfix/Makefile Fri Jan 6 10:49:03 2017 (r430701)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= postfix
-PORTVERSION= 3.1.3
-PORTREVISION= 1
+PORTVERSION= 3.1.4
+PORTREVISION?= 0
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \
Modified: branches/2017Q1/mail/postfix/distinfo
==============================================================================
--- branches/2017Q1/mail/postfix/distinfo Fri Jan 6 10:15:50 2017 (r430700)
+++ branches/2017Q1/mail/postfix/distinfo Fri Jan 6 10:49:03 2017 (r430701)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475365074
-SHA256 (postfix/postfix-3.1.3.tar.gz) = 52f8127e6797e2617a36d0afb9473c55e95c3a777b6280df3f106168fd814979
-SIZE (postfix/postfix-3.1.3.tar.gz) = 4338730
+TIMESTAMP = 1483293752
+SHA256 (postfix/postfix-3.1.4.tar.gz) = f33b470c47ae8b4ff199ab55dc42e86031ff0c535ccbc83069c8cff69b5bd027
+SIZE (postfix/postfix-3.1.4.tar.gz) = 4340102
More information about the svn-ports-all
mailing list