svn commit: r486594 - head/dns/dnscrypt-proxy2

Vinícius Zavam egypcio at FreeBSD.org
Tue Dec 4 10:50:38 UTC 2018


Author: egypcio
Date: Tue Dec  4 10:50:36 2018
New Revision: 486594
URL: https://svnweb.freebsd.org/changeset/ports/486594

Log:
  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

Modified:
  head/dns/dnscrypt-proxy2/Makefile
  head/dns/dnscrypt-proxy2/distinfo

Modified: head/dns/dnscrypt-proxy2/Makefile
==============================================================================
--- head/dns/dnscrypt-proxy2/Makefile	Tue Dec  4 10:48:21 2018	(r486593)
+++ head/dns/dnscrypt-proxy2/Makefile	Tue Dec  4 10:50:36 2018	(r486594)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnscrypt-proxy
-PORTVERSION=	2.0.18
+PORTVERSION=	2.0.19
 CATEGORIES=	dns security ipv6
 PKGNAMESUFFIX=	2
 

Modified: head/dns/dnscrypt-proxy2/distinfo
==============================================================================
--- head/dns/dnscrypt-proxy2/distinfo	Tue Dec  4 10:48:21 2018	(r486593)
+++ head/dns/dnscrypt-proxy2/distinfo	Tue Dec  4 10:50:36 2018	(r486594)
@@ -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


More information about the svn-ports-head mailing list