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

Vinícius Zavam egypcio at FreeBSD.org
Mon Apr 29 13:20:29 UTC 2019


Author: egypcio
Date: Mon Apr 29 13:20:28 2019
New Revision: 500411
URL: https://svnweb.freebsd.org/changeset/ports/500411

Log:
  dns/dnscrypt-proxy2: update 2.0.22 to 2.0.23
  
    - .onion servers are now automatically ignored,
       if Tor routing is not enabled;
    - caching of server addresses has been improved,
       especially when using proxies;
    - DNSCrypt communications are now automatically forced to using TCP,
       when a SOCKS proxy has been set up.
  
   https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/2.0.23/ChangeLog
  
  Approved by:	mentors (implicit)

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

Modified: head/dns/dnscrypt-proxy2/Makefile
==============================================================================
--- head/dns/dnscrypt-proxy2/Makefile	Mon Apr 29 12:44:36 2019	(r500410)
+++ head/dns/dnscrypt-proxy2/Makefile	Mon Apr 29 13:20:28 2019	(r500411)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dnscrypt-proxy
-PORTVERSION=	2.0.22
+PORTVERSION=	2.0.23
 CATEGORIES=	dns security ipv6
 PKGNAMESUFFIX=	2
 

Modified: head/dns/dnscrypt-proxy2/distinfo
==============================================================================
--- head/dns/dnscrypt-proxy2/distinfo	Mon Apr 29 12:44:36 2019	(r500410)
+++ head/dns/dnscrypt-proxy2/distinfo	Mon Apr 29 13:20:28 2019	(r500411)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1554564569
-SHA256 (jedisct1-dnscrypt-proxy-2.0.22_GH0.tar.gz) = ac8ad326b6da47bb1e515d29a354511a8dc9a5ebfcf4be816b6791532d02d564
-SIZE (jedisct1-dnscrypt-proxy-2.0.22_GH0.tar.gz) = 2192330
+TIMESTAMP = 1556542472
+SHA256 (jedisct1-dnscrypt-proxy-2.0.23_GH0.tar.gz) = d405a562b0d4b0101a11347c1647bb55351945d82d67565b396794babf296905
+SIZE (jedisct1-dnscrypt-proxy-2.0.23_GH0.tar.gz) = 2552615


More information about the svn-ports-all mailing list