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.36



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fef48d441cd3
branches:  trunk
changeset: 420082:fef48d441cd3
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Dec 31 14:41:38 2019 +0000

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

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

diffs (29 lines):

diff -r 2e9c172634c4 -r fef48d441cd3 net/dnscrypt-proxy2/Makefile
--- a/net/dnscrypt-proxy2/Makefile      Tue Dec 31 14:36:37 2019 +0000
+++ b/net/dnscrypt-proxy2/Makefile      Tue Dec 31 14:41:38 2019 +0000
@@ -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 -r 2e9c172634c4 -r fef48d441cd3 net/dnscrypt-proxy2/distinfo
--- a/net/dnscrypt-proxy2/distinfo      Tue Dec 31 14:36:37 2019 +0000
+++ b/net/dnscrypt-proxy2/distinfo      Tue Dec 31 14:41:38 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index