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:           Fri Jan 31 21:11:12 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/dnscrypt-proxy2/Makefile
cvs rdiff -u -r1.18 -r1.19 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.29 pkgsrc/net/dnscrypt-proxy2/Makefile:1.30
--- pkgsrc/net/dnscrypt-proxy2/Makefile:1.29    Fri Jan 10 13:32:10 2020
+++ pkgsrc/net/dnscrypt-proxy2/Makefile Fri Jan 31 21:11:11 2020
@@ -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/}

Index: pkgsrc/net/dnscrypt-proxy2/distinfo
diff -u pkgsrc/net/dnscrypt-proxy2/distinfo:1.18 pkgsrc/net/dnscrypt-proxy2/distinfo:1.19
--- pkgsrc/net/dnscrypt-proxy2/distinfo:1.18    Tue Dec 31 14:41:38 2019
+++ pkgsrc/net/dnscrypt-proxy2/distinfo Fri Jan 31 21:11:11 2020
@@ -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