pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/dnscrypt-proxy2



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Dec 10 13:05:55 UTC 2019

Modified Files:
        pkgsrc/net/dnscrypt-proxy2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/dnscrypt-proxy2/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/dnscrypt-proxy2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/dnscrypt-proxy2/Makefile
diff -u pkgsrc/net/dnscrypt-proxy2/Makefile:1.25 pkgsrc/net/dnscrypt-proxy2/Makefile:1.26
--- pkgsrc/net/dnscrypt-proxy2/Makefile:1.25    Wed Dec  4 11:46:35 2019
+++ pkgsrc/net/dnscrypt-proxy2/Makefile Tue Dec 10 13:05:55 2019
@@ -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/}

Index: pkgsrc/net/dnscrypt-proxy2/distinfo
diff -u pkgsrc/net/dnscrypt-proxy2/distinfo:1.16 pkgsrc/net/dnscrypt-proxy2/distinfo:1.17
--- pkgsrc/net/dnscrypt-proxy2/distinfo:1.16    Wed Dec  4 11:46:35 2019
+++ pkgsrc/net/dnscrypt-proxy2/distinfo Tue Dec 10 13:05:55 2019
@@ -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