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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a01a4755c2ba
branches:  trunk
changeset: 339284:a01a4755c2ba
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Sep 10 09:30:45 2019 +0000

description:
dnscrypt-proxy2: Update to 2.0.27

* Version 2.0.27
 - The X25519 implementation was changed from using the Go standard
implementation to using Cloudflare's CIRCL library. Unfortunately,
CIRCL appears to be broken on big-endian systems. That change has been
reverted.
 - All the dependencies have been updated.

* Version 2.0.26
 - A new plugin was added to prevent Firefox from bypassing the system
DNS settings.
 - New configuration parameter to set how to respond to blocked
queries: `blocked_query_response`. Responses can now be empty record
sets, REFUSED response codes, or predefined IPv4 and/or IPv6 addresses.
 - The `refused_code_in_responses` and `blocked_query_response` options
have been folded into a new `blocked_query_response` option.
 - The fallback resolver is now accessed using TCP if `force_tcp` has
been set to `true`.
 - CPU usage when enabling DNSCrypt ephemeral keys has been reduced.
 - New command-line option: `-show-certs` to print DoH certificate
hashes.
 - Solaris packages are now provided.
 - DoH servers on a non-standard port, with stamps that don't include
IP addresses, and without working system resolvers can now be properly
bootstrapped.
 - A new option, `query_meta`, is now available to add optional records
to client queries.

diffstat:

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

diffs (29 lines):

diff -r db89c49a3daf -r a01a4755c2ba net/dnscrypt-proxy2/Makefile
--- a/net/dnscrypt-proxy2/Makefile      Tue Sep 10 08:46:46 2019 +0000
+++ b/net/dnscrypt-proxy2/Makefile      Tue Sep 10 09:30:45 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2019/08/14 15:45:45 bsiegert Exp $
+# $NetBSD: Makefile,v 1.19 2019/09/10 09:30:45 nia Exp $
 
-PKGNAME=       dnscrypt-proxy2-2.0.25
-PKGREVISION=   1
+PKGNAME=       dnscrypt-proxy2-2.0.27
 DISTNAME=      dnscrypt-proxy-${PKGVERSION_NOREV}
 CATEGORIES=    net security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jedisct1/}
diff -r db89c49a3daf -r a01a4755c2ba net/dnscrypt-proxy2/distinfo
--- a/net/dnscrypt-proxy2/distinfo      Tue Sep 10 08:46:46 2019 +0000
+++ b/net/dnscrypt-proxy2/distinfo      Tue Sep 10 09:30:45 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2019/06/07 23:47:00 nia Exp $
+$NetBSD: distinfo,v 1.12 2019/09/10 09:30:45 nia Exp $
 
-SHA1 (dnscrypt-proxy-2.0.25.tar.gz) = e144b133db9950308a722ffdde4fc78450d1bbc6
-RMD160 (dnscrypt-proxy-2.0.25.tar.gz) = b19f9ec162509a0a36b4bccc69feb61b450ce343
-SHA512 (dnscrypt-proxy-2.0.25.tar.gz) = 74a47b013e15cbdcf8691bf3618cce40149f9832f6fc4c2cbfb6af2a72b4ecb52b068a150999771a77fcf4fdb49c64dabd127c5101ae29fb86723bc30c946133
-Size (dnscrypt-proxy-2.0.25.tar.gz) = 2596674 bytes
+SHA1 (dnscrypt-proxy-2.0.27.tar.gz) = 2bcb0374aa3bb8c4665ecf9a1c98d2aa8998b06b
+RMD160 (dnscrypt-proxy-2.0.27.tar.gz) = 8c875c4b085e657290ae7bb0c4a3fd0e66eefc8f
+SHA512 (dnscrypt-proxy-2.0.27.tar.gz) = 68cecec0228b3f03d5c50576c7dec32c7474a22bd1740d43b29514b5a00f27376ed5236302fa68c493f0c188134855b277fbbbb922222937fa726783af3f7246
+Size (dnscrypt-proxy-2.0.27.tar.gz) = 2478887 bytes
 SHA1 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = f847a17b692c94cdfa934309da84ec588fad513a



Home | Main Index | Thread Index | Old Index