Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2017 17:14:09 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430486 - head/mail/postfix
Message-ID:  <201701031714.v03HE9IG097071@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Tue Jan  3 17:14:09 2017
New Revision: 430486
URL: https://svnweb.freebsd.org/changeset/ports/430486

Log:
  - 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.
  
  MFH:		2017Q1

Modified:
  head/mail/postfix/Makefile
  head/mail/postfix/distinfo

Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile	Tue Jan  3 17:11:15 2017	(r430485)
+++ head/mail/postfix/Makefile	Tue Jan  3 17:14:09 2017	(r430486)
@@ -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: head/mail/postfix/distinfo
==============================================================================
--- head/mail/postfix/distinfo	Tue Jan  3 17:11:15 2017	(r430485)
+++ head/mail/postfix/distinfo	Tue Jan  3 17:14:09 2017	(r430486)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701031714.v03HE9IG097071>