diff options
author | nia <nia@pkgsrc.org> | 2020-03-30 10:09:34 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-30 10:09:34 +0000 |
commit | 83dfcfef0cd60e43d84ab369726cfc4ad738a307 (patch) | |
tree | cb66a783bd729a0a456d47e499b039966a2d3d42 | |
parent | 0eea42cb4de52348d0a347919e3201428031b8de (diff) | |
download | pkgsrc-83dfcfef0cd60e43d84ab369726cfc4ad738a307.tar.gz |
dnscrypt-proxy2: Update to 2.0.42
* Version 2.0.42
- The current versions of the `dnsdist` load balancer (presumably used
by quad9, cleanbrowsing, qualityology, freetsa.org, ffmuc.net,
opennic-bongobow, sth-dnscrypt-se, ams-dnscrypt-nl and more)
is preventing queries over 1500 bytes from being received over UDP.
Temporary workarounds have been introduced to improve reliability
with these resolvers for regular DNSCrypt. Unfortunately, anonymized
DNS cannot be reliable until the issue is fixed server-side. `dnsdist`
authors are aware of it and are working on a fix.
- New option in the `[anonymized_dns]` section: `skip_incompatible`,
to ignore resolvers incompatible with Anonymized DNS instead of
using them without a relay.
- The server latency benchmark is faster while being able to perform
more retries if necessary.
- Continuous integration has been moved to GitHub Actions.
-rw-r--r-- | net/dnscrypt-proxy2/Makefile | 4 | ||||
-rw-r--r-- | net/dnscrypt-proxy2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/dnscrypt-proxy2/Makefile b/net/dnscrypt-proxy2/Makefile index b03d4012954..00eba0b805e 100644 --- a/net/dnscrypt-proxy2/Makefile +++ b/net/dnscrypt-proxy2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2020/03/22 09:38:51 nia Exp $ +# $NetBSD: Makefile,v 1.34 2020/03/30 10:09:34 nia Exp $ -PKGNAME= dnscrypt-proxy2-2.0.40 +PKGNAME= dnscrypt-proxy2-2.0.42 DISTNAME= dnscrypt-proxy-${PKGVERSION_NOREV} CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_GITHUB:=jedisct1/} diff --git a/net/dnscrypt-proxy2/distinfo b/net/dnscrypt-proxy2/distinfo index dcd55b9d3c2..5e2883e4c96 100644 --- a/net/dnscrypt-proxy2/distinfo +++ b/net/dnscrypt-proxy2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2020/03/22 09:38:51 nia Exp $ +$NetBSD: distinfo,v 1.21 2020/03/30 10:09:34 nia Exp $ -SHA1 (dnscrypt-proxy-2.0.40.tar.gz) = 4e2532a1d1480a383005f4f9f3e2e2842e157300 -RMD160 (dnscrypt-proxy-2.0.40.tar.gz) = d92076c7c8eae9e0c410795d6ee5a8cabc4ada01 -SHA512 (dnscrypt-proxy-2.0.40.tar.gz) = 162ec949450ba69837da999307091f53c26f867d1423aa590cdc8de2c5a12edac9b23624a1861907ec8b71ef1ea65059e59f530365114ddb56006311f6648567 -Size (dnscrypt-proxy-2.0.40.tar.gz) = 2322600 bytes +SHA1 (dnscrypt-proxy-2.0.42.tar.gz) = 2d7d5cd09b05779ed55d676ff73064440513bbf8 +RMD160 (dnscrypt-proxy-2.0.42.tar.gz) = 05a922127374a5f8daa6dd56d6af6cbaf36ee030 +SHA512 (dnscrypt-proxy-2.0.42.tar.gz) = 093b07ee8eb44c1264e6ea4b60ad32e0221b1b02c1d61f142b1fbf37dc5181533cc3c5d6e7468d0f7488611de4620947684269da9f08f21da0aa501ba70be711 +Size (dnscrypt-proxy-2.0.42.tar.gz) = 2324442 bytes SHA1 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = f847a17b692c94cdfa934309da84ec588fad513a |