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 Jun  7 23:47:00 UTC 2019

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

Log Message:
dnscrypt-proxy2: Update to 2.0.25

* Version 2.0.25
 - The example IP address for network probes didn't work on Windows.
The example configuration file has been updated and the fallback
resolver IP is now used when no netprobe address has been configured.

* Version 2.0.24
 - The query log now includes the time it took to complete the
transaction, the name of the resolver that sent the response and if
the response was served from the cache. Thanks to Ferdinand Holzer for
his help!
 - The list of resolvers, sorted by latency, is now printed after all
the resolvers have been probed.
 - The "fastest" load-balancing strategy has been renamed to "first".
 - On Windows, a nul byte is sent to the netprobe address. This is
required to check for connectivity on this platform. Thanks to Mathias
Berchtold.
 - The Malwaredomainlist URL was updated to directly parse the host
list. Thanks to Encrypted.Town.
 - The Python script to generate lists of blacklisted domains is now
compatible both with Python 2 and Python 3. Thanks to Simon R.
 - A warning is now displayed for DoH is requested but the server
doesn't speak HTTP/2.
 - A crash with loaded-balanced sets of cloaked names was fixed.
Thanks to @inkblotadmirer for the report.
 - Resolvers are now tried in random order to avoid favoring the first
ones at startup.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/dnscrypt-proxy2/Makefile
cvs rdiff -u -r1.10 -r1.11 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.16 pkgsrc/net/dnscrypt-proxy2/Makefile:1.17
--- pkgsrc/net/dnscrypt-proxy2/Makefile:1.16    Mon May 27 15:18:29 2019
+++ pkgsrc/net/dnscrypt-proxy2/Makefile Fri Jun  7 23:47:00 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/05/27 15:18:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.17 2019/06/07 23:47:00 nia Exp $
 
-PKGNAME=       dnscrypt-proxy2-2.0.23
-PKGREVISION=   1
+PKGNAME=       dnscrypt-proxy2-2.0.25
 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.10 pkgsrc/net/dnscrypt-proxy2/distinfo:1.11
--- pkgsrc/net/dnscrypt-proxy2/distinfo:1.10    Fri May  3 07:45:31 2019
+++ pkgsrc/net/dnscrypt-proxy2/distinfo Fri Jun  7 23:47:00 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2019/05/03 07:45:31 nia Exp $
+$NetBSD: distinfo,v 1.11 2019/06/07 23:47:00 nia Exp $
 
-SHA1 (dnscrypt-proxy-2.0.23.tar.gz) = 4cd4d28fdd5ef7adfb95a0e8a1489ead3fa5b7b0
-RMD160 (dnscrypt-proxy-2.0.23.tar.gz) = c7c93ff67f454a4c95a51297c354f94ad8ca6199
-SHA512 (dnscrypt-proxy-2.0.23.tar.gz) = d4eeaf20a397c8aed08a7a91a720637bb49395488eb1f7ab4a52ca8832d3e0b98fb320b86ca30ad19e1e3504e226379e5d325891a68624532493fc4796959462
-Size (dnscrypt-proxy-2.0.23.tar.gz) = 2552615 bytes
+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 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = f847a17b692c94cdfa934309da84ec588fad513a



Home | Main Index | Thread Index | Old Index