From owner-svn-ports-head@freebsd.org Wed Dec 7 04:22:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6705FC6B669; Wed, 7 Dec 2016 04:22:27 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 367187DA; Wed, 7 Dec 2016 04:22:27 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB74MQcb055863; Wed, 7 Dec 2016 04:22:26 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB74MQOe055861; Wed, 7 Dec 2016 04:22:26 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201612070422.uB74MQOe055861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Wed, 7 Dec 2016 04:22:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428032 - head/mail/postfix-current X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 04:22:27 -0000 Author: ohauer Date: Wed Dec 7 04:22:26 2016 New Revision: 428032 URL: https://svnweb.freebsd.org/changeset/ports/428032 Log: - update to 3.2-20161204 Incompatible changes with snapshot 20161204 =========================================== Postfix 3.2 removes tentative features that were implemented before the DANE spec was finalized: - Support for certificate usage PKIX-EE(1), - The ability to disable digest agility. Postfix 3.2 always behaves as if "tls_dane_digest_agility = on. - The ability to disable support for "TLSA 2 [01] [12]" records that specify the digest of a trust anchor. Postfix 3.2 always behaves as if "tls_dane_trust_anchor_digest_enable = yes". Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Wed Dec 7 03:14:21 2016 (r428031) +++ head/mail/postfix-current/Makefile Wed Dec 7 04:22:26 2016 (r428032) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20161106 +DISTVERSION= 3.2-20161204 PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= mail ipv6 Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Wed Dec 7 03:14:21 2016 (r428031) +++ head/mail/postfix-current/distinfo Wed Dec 7 04:22:26 2016 (r428032) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478386144 -SHA256 (postfix/postfix-3.2-20161106.tar.gz) = 765c0b5a0620a4f9d333bcba3206209da12c25f6b55894b2c05483cba8b940bf -SIZE (postfix/postfix-3.2-20161106.tar.gz) = 4368066 +TIMESTAMP = 1480886639 +SHA256 (postfix/postfix-3.2-20161204.tar.gz) = c390c2bfa0ac67268688258537cd0ec1758c0768351d645aee529a05e42d0047 +SIZE (postfix/postfix-3.2-20161204.tar.gz) = 4366046