svn commit: r501922 - head/mail/postfix-current

Olli Hauer ohauer at FreeBSD.org
Sat May 18 08:32:17 UTC 2019


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


More information about the svn-ports-all mailing list