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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/374d40f001db
branches:  trunk
changeset: 410909:374d40f001db
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jan 31 21:11:11 2020 +0000

description:
dnscrypt-proxy2: Update to 2.0.39

* Version 2.0.39
 - The Firefox Local DoH service didn't properly work in version 2.0.38;
this has been fixed. Thanks to Simon Brand for the report!

* Version 2.0.38
 - Entries from lists (forwarding, blacklists, whitelists) now support
inline comments.
 - Reliability improvement: queries over UDP are retried after a timeout
instead of solely relying on the client.
 - Reliability improvement: during temporary network outages, cached records
are now served even if they are stale.
 - Bug fix: SOCKS proxies and DNS relays can be combined.
 - New feature: multiple fallback resolvers are now supported (see the
new `fallback_resolvers` option. Note that `fallback_resolver` is
still supported for backward compatibility).
 - Windows: the service can be installed with a configuration file
stored separately from the application.
 - Security (affecting DoH): precompiled binaries of dnscrypt-proxy 2.0.37 are
built using Go 1.13.7 that fixes a TLS certificate parsing issue present in
previous versions of the compiler.

diffstat:

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

diffs (29 lines):

diff -r b033a2101572 -r 374d40f001db net/dnscrypt-proxy2/Makefile
--- a/net/dnscrypt-proxy2/Makefile      Fri Jan 31 20:44:13 2020 +0000
+++ b/net/dnscrypt-proxy2/Makefile      Fri Jan 31 21:11:11 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2020/01/10 13:32:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.30 2020/01/31 21:11:11 nia Exp $
 
-PKGNAME=       dnscrypt-proxy2-2.0.36
-PKGREVISION=   1
+PKGNAME=       dnscrypt-proxy2-2.0.39
 DISTNAME=      dnscrypt-proxy-${PKGVERSION_NOREV}
 CATEGORIES=    net security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jedisct1/}
diff -r b033a2101572 -r 374d40f001db net/dnscrypt-proxy2/distinfo
--- a/net/dnscrypt-proxy2/distinfo      Fri Jan 31 20:44:13 2020 +0000
+++ b/net/dnscrypt-proxy2/distinfo      Fri Jan 31 21:11:11 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2019/12/31 14:41:38 nia Exp $
+$NetBSD: distinfo,v 1.19 2020/01/31 21:11:11 nia Exp $
 
-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 (dnscrypt-proxy-2.0.39.tar.gz) = a08738fdd19d202f5b801f32c7256ea5b92a72f3
+RMD160 (dnscrypt-proxy-2.0.39.tar.gz) = ac8bec55e23e0ce558d8de452ab1f24f6f51defd
+SHA512 (dnscrypt-proxy-2.0.39.tar.gz) = d4eacd8d1989b99d9932d66ef609948558af26f9db1fc37acd6b5609e2a410d20828e32f2b79f2f9fbdf822998af641aec20128e4c58233663929106e29d8e24
+Size (dnscrypt-proxy-2.0.39.tar.gz) = 2814424 bytes
 SHA1 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = f847a17b692c94cdfa934309da84ec588fad513a



Home | Main Index | Thread Index | Old Index