Received: by mail.netbsd.org (Postfix, from userid 605) id 7A34E84E5F; Sun, 24 Mar 2019 15:46:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F28ED84DCB for ; Sun, 24 Mar 2019 15:46:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id gjAPbErK0Gm2 for ; Sun, 24 Mar 2019 15:46:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 69BFD84CEE for ; Sun, 24 Mar 2019 15:46:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5E300FB16; Sun, 24 Mar 2019 15:46:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553442415119220" MIME-Version: 1.0 Date: Sun, 24 Mar 2019 15:46:55 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/dnscrypt-proxy2 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190324154655.5E300FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1553442415119220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Mar 24 15:46:55 UTC 2019 Modified Files: pkgsrc/net/dnscrypt-proxy2: Makefile distinfo Log Message: net/dnscrypt-proxy2: Update to 2.0.21. * Startup is now way faster, especially when using DoH servers. * A new action: CLOAK is logged when queries are being cloaked. * A cloaking rule can now map to multiple IPv4 and IPv6 addresses, with load-balancing. * New option: refused_code_in_responses to return (or not) a REFUSED code on blacklisted queries. This is disabled by default, in order to work around a bug in Android Pie. * Time-based restrictions are now properly handled in the generate-domains-blacklist.py script. * Other improvements have been made to the generate-domains-blacklist.py script. * The Windows service is now installed as NT AUTHORITY\NetworkService. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/dnscrypt-proxy2/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/dnscrypt-proxy2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1553442415119220 Content-Disposition: inline Content-Length: 1898 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/dnscrypt-proxy2/Makefile diff -u pkgsrc/net/dnscrypt-proxy2/Makefile:1.11 pkgsrc/net/dnscrypt-proxy2/Makefile:1.12 --- pkgsrc/net/dnscrypt-proxy2/Makefile:1.11 Sat Mar 16 08:35:39 2019 +++ pkgsrc/net/dnscrypt-proxy2/Makefile Sun Mar 24 15:46:55 2019 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2019/03/16 08:35:39 bsiegert Exp $ +# $NetBSD: Makefile,v 1.12 2019/03/24 15:46:55 nia Exp $ -PKGNAME= dnscrypt-proxy2-2.0.19 -PKGREVISION= 4 +PKGNAME= dnscrypt-proxy2-2.0.21 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.7 pkgsrc/net/dnscrypt-proxy2/distinfo:1.8 --- pkgsrc/net/dnscrypt-proxy2/distinfo:1.7 Fri Nov 23 14:19:51 2018 +++ pkgsrc/net/dnscrypt-proxy2/distinfo Sun Mar 24 15:46:55 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2018/11/23 14:19:51 nia Exp $ +$NetBSD: distinfo,v 1.8 2019/03/24 15:46:55 nia Exp $ -SHA1 (dnscrypt-proxy-2.0.19.tar.gz) = 721b89f43fbaff7751c8e22e7b39139764f97db2 -RMD160 (dnscrypt-proxy-2.0.19.tar.gz) = b8c178d1b7a46c7ed5e9b7257b02ac8c074bb86a -SHA512 (dnscrypt-proxy-2.0.19.tar.gz) = 4501a64717c0f2a9313e9328340e466c9ec325d09ef548f6af9a7855ff3497fb741269a17b397a36e2a120519820378e9f98a6a768a3678ea8144ee4690364f6 -Size (dnscrypt-proxy-2.0.19.tar.gz) = 3339713 bytes +SHA1 (dnscrypt-proxy-2.0.21.tar.gz) = b34bbbdfb6cc5b06cdac11662751564f1aa9edf3 +RMD160 (dnscrypt-proxy-2.0.21.tar.gz) = 30371623749d5fd8a217b02cfb48998f6f6d3240 +SHA512 (dnscrypt-proxy-2.0.21.tar.gz) = e01869b963ef7454f9136d8ececc4e541dae489524e03cc2906fc3b661281bd6ebf5ef8b6dc29a6bcc1dabb638b9e74200b3ed48ebcd69cd3306e8bab5dd248a +Size (dnscrypt-proxy-2.0.21.tar.gz) = 2189155 bytes SHA1 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = f847a17b692c94cdfa934309da84ec588fad513a --_----------=_1553442415119220--