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
This commit is contained in:
parent
3dea24dae8
commit
939335500e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486594
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnscrypt-proxy
|
||||
PORTVERSION= 2.0.18
|
||||
PORTVERSION= 2.0.19
|
||||
CATEGORIES= dns security ipv6
|
||||
PKGNAMESUFFIX= 2
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue