diff options
author | VinÃcius Zavam <egypcio@FreeBSD.org> | 2018-11-21 10:07:26 +0000 |
---|---|---|
committer | VinÃcius Zavam <egypcio@FreeBSD.org> | 2018-11-21 10:07:26 +0000 |
commit | c80b3c9ec1a38db7204c7f28e37a5adee0c2e720 (patch) | |
tree | 84869a63727b9f8f0ae2993a78f4fa714e39cb7d /dns | |
parent | 8ed827442a91a5d56ce4ebe978b73497f98afb2d (diff) | |
download | freebsd-ports-c80b3c9ec1a38db7204c7f28e37a5adee0c2e720.zip |
dns/dnscrypt-proxy2: update 2.0.17 to 2.0.18
- official builds now support TLS 1.3;
- timeout for the initial connectivity check can be set from the cli;
- an 'Accept:' header is now always sent with GET queries;
- BOM is now ignored in configuration files;
- HTTP and HTTPS proxies are now supported for DoH servers.
https://github.com/jedisct1/dnscrypt-proxy/blob/2.0.18/ChangeLog
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18005
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnscrypt-proxy2/Makefile | 2 | ||||
-rw-r--r-- | dns/dnscrypt-proxy2/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/dnscrypt-proxy2/Makefile b/dns/dnscrypt-proxy2/Makefile index 839bf5521b4b..6bb56e5c3395 100644 --- a/dns/dnscrypt-proxy2/Makefile +++ b/dns/dnscrypt-proxy2/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 2.0.17 +PORTVERSION= 2.0.18 CATEGORIES= dns security ipv6 PKGNAMESUFFIX= 2 diff --git a/dns/dnscrypt-proxy2/distinfo b/dns/dnscrypt-proxy2/distinfo index 25ab3416ce99..707a324d3c04 100644 --- a/dns/dnscrypt-proxy2/distinfo +++ b/dns/dnscrypt-proxy2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539179169 -SHA256 (jedisct1-dnscrypt-proxy-2.0.17_GH0.tar.gz) = 7c4ffcc7b8b07474622e728f1c019b79bd2d35be074cbeddcfa49cd83c7179b0 -SIZE (jedisct1-dnscrypt-proxy-2.0.17_GH0.tar.gz) = 3364933 +TIMESTAMP = 1542359640 +SHA256 (jedisct1-dnscrypt-proxy-2.0.18_GH0.tar.gz) = 5085c075faa0fd4addd358eedf3be6600927e5a4a7f3cfc024d1d18d3279a33b +SIZE (jedisct1-dnscrypt-proxy-2.0.18_GH0.tar.gz) = 3334780 |