Date: Sat, 18 May 2019 08:32:16 +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: r501922 - head/mail/postfix-current Message-ID: <201905180832.x4I8WGCh048971@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905180832.x4I8WGCh048971>