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 Jun  9 11:07:28 UTC 2020

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

Log Message:
dnscrypt-proxy2: Update to 2.0.43

* Version 2.0.43
 - Built-in support for DNS64 translation has been implemented.
(Contributed by Sergey Smirnov, thanks!)
 - Connections to DoH servers can be authenticated using TLS client
certificates (Contributed by Kevin O'Sullivan, thanks!)
 - Multiple stamps are now allowed for a single server in resolvers
and relays lists.
 - Android: the time zone for log files is now set to the system
time zone.
 - Quite a lot of updates and additions have been made to the
example domain block lists. Thanks to `IceCodeNew`!
 - Cached configuration files can now be temporarily used if
they are out of date, but bootstraping is impossible. Contributed by
`lifenjoiner`, thanks!
 - Precompiled macOS binaries are now notarized.
 - `generate-domains-blacklists` now tries to deduplicate entries
clobbered by wildcard rules. Thanks to `Huhni`!
 - `generate-domains-blacklists` can now directly write lists to a
file with the `-o` command-line option.
 - cache files are now downloaded as the user the daemon will be running
as. This fixes permission issues at startup time.
 - Forwarded queries are now subject to global timeouts, and can be
forced to use TCP.
 - The `ct` parameter has been removed from DoH queries, as Google doesn't
require it any more.
 - Service installation is now supported on FreeBSD.
 - When stored into a file, service logs now only contain data from the most
recent launch. This can be changed with the new `log_file_latest` option.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/dnscrypt-proxy2/Makefile
cvs rdiff -u -r1.21 -r1.22 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.35 pkgsrc/net/dnscrypt-proxy2/Makefile:1.36
--- pkgsrc/net/dnscrypt-proxy2/Makefile:1.35    Sun Apr 12 11:01:44 2020
+++ pkgsrc/net/dnscrypt-proxy2/Makefile Tue Jun  9 11:07:28 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2020/04/12 11:01:44 bsiegert Exp $
+# $NetBSD: Makefile,v 1.36 2020/06/09 11:07:28 nia Exp $
 
-PKGNAME=       dnscrypt-proxy2-2.0.42
-PKGREVISION=   1
+PKGNAME=       dnscrypt-proxy2-2.0.43
 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.21 pkgsrc/net/dnscrypt-proxy2/distinfo:1.22
--- pkgsrc/net/dnscrypt-proxy2/distinfo:1.21    Mon Mar 30 10:09:34 2020
+++ pkgsrc/net/dnscrypt-proxy2/distinfo Tue Jun  9 11:07:28 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2020/03/30 10:09:34 nia Exp $
+$NetBSD: distinfo,v 1.22 2020/06/09 11:07:28 nia Exp $
 
-SHA1 (dnscrypt-proxy-2.0.42.tar.gz) = 2d7d5cd09b05779ed55d676ff73064440513bbf8
-RMD160 (dnscrypt-proxy-2.0.42.tar.gz) = 05a922127374a5f8daa6dd56d6af6cbaf36ee030
-SHA512 (dnscrypt-proxy-2.0.42.tar.gz) = 093b07ee8eb44c1264e6ea4b60ad32e0221b1b02c1d61f142b1fbf37dc5181533cc3c5d6e7468d0f7488611de4620947684269da9f08f21da0aa501ba70be711
-Size (dnscrypt-proxy-2.0.42.tar.gz) = 2324442 bytes
+SHA1 (dnscrypt-proxy-2.0.43.tar.gz) = 949e90e6f3a5da9267a14b53a0ccd2f66d24404b
+RMD160 (dnscrypt-proxy-2.0.43.tar.gz) = 3f17ba232a3a428955f76a6c6c0e6b65140b8f98
+SHA512 (dnscrypt-proxy-2.0.43.tar.gz) = a1d14756d6be6450683a44adae197aa582df2556dda588debdadd0903b5993a4dc579880479f138ec3690045aeab833a19f23b2555a403930d26d4a5bc90ed5f
+Size (dnscrypt-proxy-2.0.43.tar.gz) = 2279744 bytes
 SHA1 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = f847a17b692c94cdfa934309da84ec588fad513a



Home | Main Index | Thread Index | Old Index