pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dnscrypt-proxy2 dnscrypt-proxy2: Update to 2.0.33



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22edf556611c
branches:  trunk
changeset: 405128:22edf556611c
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Nov 23 21:56:34 2019 +0000

description:
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.

diffstat:

 net/dnscrypt-proxy2/Makefile |   4 ++--
 net/dnscrypt-proxy2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r a8afa01cec6c -r 22edf556611c net/dnscrypt-proxy2/Makefile
--- a/net/dnscrypt-proxy2/Makefile      Sat Nov 23 21:25:12 2019 +0000
+++ b/net/dnscrypt-proxy2/Makefile      Sat Nov 23 21:56:34 2019 +0000
@@ -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/}
diff -r a8afa01cec6c -r 22edf556611c net/dnscrypt-proxy2/distinfo
--- a/net/dnscrypt-proxy2/distinfo      Sat Nov 23 21:25:12 2019 +0000
+++ b/net/dnscrypt-proxy2/distinfo      Sat Nov 23 21:56:34 2019 +0000
@@ -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