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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cac978f7fb3
branches:  trunk
changeset: 418974:6cac978f7fb3
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Dec 10 13:05:55 2019 +0000

description:
dnscrypt-proxy2: Update to 2.0.35

* Version 2.0.35
 - New option: `block_unqualified` to block `A`/`AAAA` queries with
unqualified host names. These will very rarely get an answer from upstream
resolvers, but can leak private information to these, as well as to root
servers.
 - When a `CNAME` pointer is blocked, the original query name is now logged
along with the pointer. This makes it easier to know what the original
query name, so it can be whitelisted, or what the pointer was, so it
can be removed from the blacklist.

diffstat:

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

diffs (28 lines):

diff -r dc6305b54432 -r 6cac978f7fb3 net/dnscrypt-proxy2/Makefile
--- a/net/dnscrypt-proxy2/Makefile      Tue Dec 10 13:04:26 2019 +0000
+++ b/net/dnscrypt-proxy2/Makefile      Tue Dec 10 13:05:55 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/12/04 11:46:35 nia Exp $
+# $NetBSD: Makefile,v 1.26 2019/12/10 13:05:55 nia Exp $
 
-PKGNAME=       dnscrypt-proxy2-2.0.34
+PKGNAME=       dnscrypt-proxy2-2.0.35
 DISTNAME=      dnscrypt-proxy-${PKGVERSION_NOREV}
 CATEGORIES=    net security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jedisct1/}
diff -r dc6305b54432 -r 6cac978f7fb3 net/dnscrypt-proxy2/distinfo
--- a/net/dnscrypt-proxy2/distinfo      Tue Dec 10 13:04:26 2019 +0000
+++ b/net/dnscrypt-proxy2/distinfo      Tue Dec 10 13:05:55 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2019/12/04 11:46:35 nia Exp $
+$NetBSD: distinfo,v 1.17 2019/12/10 13:05:55 nia Exp $
 
-SHA1 (dnscrypt-proxy-2.0.34.tar.gz) = 9b90121cd652f0ecc9e9fcea61dcf921d672b6b5
-RMD160 (dnscrypt-proxy-2.0.34.tar.gz) = c2b4541ff5f84f0a5c475b611f0ca3fd1c85d16b
-SHA512 (dnscrypt-proxy-2.0.34.tar.gz) = b48bbedbd5fea5514669ff5593ecd0aee083979c3030fe775558441ee2c398206eba786b9497022c3fab08fe7ee49dcc5205303629834f8fe65d7246e3352381
-Size (dnscrypt-proxy-2.0.34.tar.gz) = 2741556 bytes
+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 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = f847a17b692c94cdfa934309da84ec588fad513a



Home | Main Index | Thread Index | Old Index