From owner-svn-ports-head@freebsd.org Sat May 18 08:32:17 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9306315AC1FF; Sat, 18 May 2019 08:32:17 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 323DD6F212; Sat, 18 May 2019 08:32:17 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D5891D25A; Sat, 18 May 2019 08:32:17 +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 x4I8WGlH048973; Sat, 18 May 2019 08:32:16 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4I8WGCh048971; Sat, 18 May 2019 08:32:16 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201905180832.x4I8WGCh048971@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sat, 18 May 2019 08:32:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501922 - head/mail/postfix-current X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: head/mail/postfix-current X-SVN-Commit-Revision: 501922 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 323DD6F212 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 18 May 2019 08:32:17 -0000 Author: ohauer Date: Sat May 18 08:32:16 2019 New Revision: 501922 URL: https://svnweb.freebsd.org/changeset/ports/501922 Log: - update to 3.5-20190517 20190516 Initial search order support for check_ccert_access. The default behavior is backwards-compatible. This is work in progress; see the RELEASE_NOTES for examples. 20190517 Bugfix: postconf mis-parsed text starting with "{" such as "check_ccert_access { inline:{a=b} { search_order=c,d } }". Fixed by adding another level of recursion. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sat May 18 08:07:14 2019 (r501921) +++ head/mail/postfix-current/Makefile Sat May 18 08:32:16 2019 (r501922) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.5-20190427 +DISTVERSION= 3.5-20190517 PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Sat May 18 08:07:14 2019 (r501921) +++ head/mail/postfix-current/distinfo Sat May 18 08:32:16 2019 (r501922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556408563 -SHA256 (postfix/postfix-3.5-20190427.tar.gz) = 44ed016ed71e94c7ed58daee54d42cc11b8a7df7360a2c98cc482e663351dfd8 -SIZE (postfix/postfix-3.5-20190427.tar.gz) = 4600362 +TIMESTAMP = 1558140986 +SHA256 (postfix/postfix-3.5-20190517.tar.gz) = d504ad0c1ca3749ec9c7be1784384ddf8a8ab1b8418fb5dafad90cde5eaaaf4c +SIZE (postfix/postfix-3.5-20190517.tar.gz) = 4605861