summaryrefslogtreecommitdiff
path: root/net/dnscrypt-proxy2/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-30 10:09:34 +0000
committernia <nia@pkgsrc.org>2020-03-30 10:09:34 +0000
commit83dfcfef0cd60e43d84ab369726cfc4ad738a307 (patch)
treecb66a783bd729a0a456d47e499b039966a2d3d42 /net/dnscrypt-proxy2/Makefile
parent0eea42cb4de52348d0a347919e3201428031b8de (diff)
downloadpkgsrc-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.
Diffstat (limited to 'net/dnscrypt-proxy2/Makefile')
-rw-r--r--net/dnscrypt-proxy2/Makefile4
1 files changed, 2 insertions, 2 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/}