diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2019-05-18 16:32:16 +0800 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2019-05-18 16:32:16 +0800 |
commit | 65544fcc000ee6f8542c0dfa2cd29a8cbe8c9d04 (patch) | |
tree | 4f2353c5db40b372371022dbea0d1da640ead833 /mail | |
parent | 8750beeec9fb31fcc94e5573b896e960b5745b6d (diff) | |
download | freebsd-ports-gnome-65544fcc000ee6f8542c0dfa2cd29a8cbe8c9d04.tar.gz freebsd-ports-gnome-65544fcc000ee6f8542c0dfa2cd29a8cbe8c9d04.tar.zst freebsd-ports-gnome-65544fcc000ee6f8542c0dfa2cd29a8cbe8c9d04.zip |
- 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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 6bec37fd27bd..bb6ee5a8fd14 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.5-20190427 +DISTVERSION= 3.5-20190517 PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 82f9a119a435..d32eefbe4d87 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -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 |