diff options
author | egypcio <egypcio@FreeBSD.org> | 2018-12-04 18:50:36 +0800 |
---|---|---|
committer | egypcio <egypcio@FreeBSD.org> | 2018-12-04 18:50:36 +0800 |
commit | a70886a68bc81af6a0c663d246a1656a6201891c (patch) | |
tree | e3ee5724838cfea962192e034c2bf96577a4df94 /dns | |
parent | c39c5edb7ba101be80919e86572d9b7ca85dc4ed (diff) | |
download | freebsd-ports-gnome-a70886a68bc81af6a0c663d246a1656a6201891c.tar.gz freebsd-ports-gnome-a70886a68bc81af6a0c663d246a1656a6201891c.tar.zst freebsd-ports-gnome-a70886a68bc81af6a0c663d246a1656a6201891c.zip |
dns/dnscrypt-proxy2: update 2.0.18 to 2.0.19
- The value for netprobe_timeout was read from the command-line,
but not from the configuration file any more. This is a regression
introduced in the previous version, that has been fixed;
- The default value for netprobe timeouts has been raised to 60 seconds;
- A hash of the body is added to query parameters when sending DoH
queries with the POST method in order to work around badly configured
proxies.
https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/2.0.19/ChangeLog
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18341
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 6bb56e5c3395..44f563b4e05e 100644 --- a/dns/dnscrypt-proxy2/Makefile +++ b/dns/dnscrypt-proxy2/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 2.0.18 +PORTVERSION= 2.0.19 CATEGORIES= dns security ipv6 PKGNAMESUFFIX= 2 diff --git a/dns/dnscrypt-proxy2/distinfo b/dns/dnscrypt-proxy2/distinfo index 707a324d3c04..911db326f56e 100644 --- a/dns/dnscrypt-proxy2/distinfo +++ b/dns/dnscrypt-proxy2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1542359640 -SHA256 (jedisct1-dnscrypt-proxy-2.0.18_GH0.tar.gz) = 5085c075faa0fd4addd358eedf3be6600927e5a4a7f3cfc024d1d18d3279a33b -SIZE (jedisct1-dnscrypt-proxy-2.0.18_GH0.tar.gz) = 3334780 +TIMESTAMP = 1543241194 +SHA256 (jedisct1-dnscrypt-proxy-2.0.19_GH0.tar.gz) = 98b05aec5187cd4c2aea910d7ea7facd5ad57c0cbfa07401868647764d5c2896 +SIZE (jedisct1-dnscrypt-proxy-2.0.19_GH0.tar.gz) = 3339713 |