pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/dnscrypt-proxy2



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Nov 23 21:56:34 UTC 2019

Modified Files:
        pkgsrc/net/dnscrypt-proxy2: Makefile distinfo

Log Message:
dnscrypt-proxy2: Update to 2.0.33

* Version 2.0.33
 - Fixes an issue that caused some valid queries to return `PARSE_ERROR`.

* Version 2.0.32
 - On certificate errors, the server name is now logged instead of the
provider name, which is generally more useful.
 - IP addresses for DoH servers that require DNS lookups are now cached
for at least 12 hours.
 - `ignore_system_dns` is now set to `true` by default.
 - A workaround for a bug in Cisco servers has been implemented.
 - A corrupted or incomplete resolvers list is now ignored, keeping the
last good known cached list until the next update. In addition, logging was
improved and unit tests were also added. Awesome contribution from William
Elwood, thanks!
 - On Windows, the network probe immediately returned instead of blocking
if `netprobe_timeout` was set to `-1`. This has been fixed.
 - Expired cached IP addresses now have a grace period, to avoid breaking the
service if they temporarily can't be refreshed.
 - On Windows, the service now returns immediately, solving a long-standing
issue when initialization took more than 30 seconds ("The service did not
respond to the start or control request in a timely fashion"). Fantastic
work by Alison Winters, thanks!
 - The `SERVER_ERROR` error code has been split into two new error codes:
`NETWORK_ERROR` (self-explanatory) and `SERVFAIL` (a response was returned,
but it includes a `SERVFAIL` error code).
 - Responses are now always compressed.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/dnscrypt-proxy2/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/dnscrypt-proxy2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/dnscrypt-proxy2/Makefile
diff -u pkgsrc/net/dnscrypt-proxy2/Makefile:1.23 pkgsrc/net/dnscrypt-proxy2/Makefile:1.24
--- pkgsrc/net/dnscrypt-proxy2/Makefile:1.23    Fri Nov  1 17:41:53 2019
+++ pkgsrc/net/dnscrypt-proxy2/Makefile Sat Nov 23 21:56:34 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2019/11/01 17:41:53 nia Exp $
+# $NetBSD: Makefile,v 1.24 2019/11/23 21:56:34 nia Exp $
 
-PKGNAME=       dnscrypt-proxy2-2.0.31
+PKGNAME=       dnscrypt-proxy2-2.0.33
 DISTNAME=      dnscrypt-proxy-${PKGVERSION_NOREV}
 CATEGORIES=    net security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jedisct1/}

Index: pkgsrc/net/dnscrypt-proxy2/distinfo
diff -u pkgsrc/net/dnscrypt-proxy2/distinfo:1.14 pkgsrc/net/dnscrypt-proxy2/distinfo:1.15
--- pkgsrc/net/dnscrypt-proxy2/distinfo:1.14    Fri Nov  1 17:41:53 2019
+++ pkgsrc/net/dnscrypt-proxy2/distinfo Sat Nov 23 21:56:34 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2019/11/01 17:41:53 nia Exp $
+$NetBSD: distinfo,v 1.15 2019/11/23 21:56:34 nia Exp $
 
-SHA1 (dnscrypt-proxy-2.0.31.tar.gz) = 6261995e130bde8bcc6bc4f88efc08a82f93929c
-RMD160 (dnscrypt-proxy-2.0.31.tar.gz) = 86841fac815394672945462865e1ad16e7ebc2bf
-SHA512 (dnscrypt-proxy-2.0.31.tar.gz) = 500c800213b94bf8ecbea7493716de5fe41afd584c70844519f1f50827b94a28ec982f2c2b85f7a281dca58273ba968113beed6a965c62bb3dc47ab83d7a1629
-Size (dnscrypt-proxy-2.0.31.tar.gz) = 2640523 bytes
+SHA1 (dnscrypt-proxy-2.0.33.tar.gz) = 25fbb825269124f4cbdb0c17cdf7047c7d51a985
+RMD160 (dnscrypt-proxy-2.0.33.tar.gz) = bc895fcdadc2aa5a94b3f2357afb78c59a208578
+SHA512 (dnscrypt-proxy-2.0.33.tar.gz) = 5c6eb655aa70457889253cbf630e7e37011a461a7f181f0a667694d53146ad9dee88bbbf80c7db3187bba0054af2a63b7b5be1a229800b2566a9758e9d047429
+Size (dnscrypt-proxy-2.0.33.tar.gz) = 2723092 bytes
 SHA1 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = f847a17b692c94cdfa934309da84ec588fad513a



Home | Main Index | Thread Index | Old Index