diff options
author | nia <nia@pkgsrc.org> | 2019-12-31 14:41:38 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-12-31 14:41:38 +0000 |
commit | 09901cdcd4cc073830ac8d085186ec153e9658c2 (patch) | |
tree | 02089af32bb059c0a65c58a08dbd0344fc70e3a3 /net | |
parent | 1a61ffe135b70101312bde3bf7e745edcf5e56ee (diff) | |
download | pkgsrc-09901cdcd4cc073830ac8d085186ec153e9658c2.tar.gz |
dnscrypt-proxy2: Update to 2.0.36
* Version 2.0.36
- New option: `block_undelegated`. When enabled, `dnscrypt-proxy` will
directly respond to queries for locally-served zones (https://sk.tl/2QqB971U)
and nonexistent zones that should have been kept local, but are frequently
leaked. This reduces latency and improves privacy.
- Conformance: the `DO` bit is now set in synthetic responses if it was
set in a question, and the `AD` bit is cleared.
- The `miegkg/dns` module was updated to version 1.1.26, that fixes a
security issue affecting non-encrypted/non-authenticated DNS traffic. In
`dnscrypt-proxy`, this only affects the forwarding feature.
Diffstat (limited to 'net')
-rw-r--r-- | net/dnscrypt-proxy2/Makefile | 5 | ||||
-rw-r--r-- | net/dnscrypt-proxy2/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/dnscrypt-proxy2/Makefile b/net/dnscrypt-proxy2/Makefile index bca08f54da5..878b3d9c91f 100644 --- a/net/dnscrypt-proxy2/Makefile +++ b/net/dnscrypt-proxy2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2019/12/13 07:43:50 bsiegert Exp $ +# $NetBSD: Makefile,v 1.28 2019/12/31 14:41:38 nia Exp $ -PKGNAME= dnscrypt-proxy2-2.0.35 -PKGREVISION= 1 +PKGNAME= dnscrypt-proxy2-2.0.36 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 43223e32fd5..3d06fa5d1d5 100644 --- a/net/dnscrypt-proxy2/distinfo +++ b/net/dnscrypt-proxy2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2019/12/10 13:05:55 nia Exp $ +$NetBSD: distinfo,v 1.18 2019/12/31 14:41:38 nia Exp $ -SHA1 (dnscrypt-proxy-2.0.35.tar.gz) = 259392915412dbab148ccd49c4bf8d4f63aa8ef5 -RMD160 (dnscrypt-proxy-2.0.35.tar.gz) = 97b87fdb8a9bc4e3771f48a75f0f3b48e2cab0e2 -SHA512 (dnscrypt-proxy-2.0.35.tar.gz) = 41e3c0646e215da3ce00e9ff9f22a4d3468b6589c424343ce0649c5a47cdbce26c2d9ffc3abf61c35d85eda964c499877d6f13619ce2308fe045a0272b1ca0e9 -Size (dnscrypt-proxy-2.0.35.tar.gz) = 2740595 bytes +SHA1 (dnscrypt-proxy-2.0.36.tar.gz) = ff5ceb2f4f9b6b698bfa8966f4c3366affdd3e02 +RMD160 (dnscrypt-proxy-2.0.36.tar.gz) = e0ad14f3ca42a0af43d37ef2c575f225780a26f1 +SHA512 (dnscrypt-proxy-2.0.36.tar.gz) = b1e3ed2a0226eaf35980b9f1125e0794640bcd837f99b8f2a0346498770305f04e27f13ccf97f01f0639285ef35f63cbbf72e9f2b419d592b615f6b07cdf7f2d +Size (dnscrypt-proxy-2.0.36.tar.gz) = 2814470 bytes SHA1 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = f847a17b692c94cdfa934309da84ec588fad513a |