summaryrefslogtreecommitdiff
path: root/net/dnscrypt-proxy2
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-01-22 16:26:54 +0000
committernia <nia@pkgsrc.org>2021-01-22 16:26:54 +0000
commit817905adbcbe34c5101743d42fc43deedb965e88 (patch)
treee0b42094559d799a0567ec379f4675c0996e18b8 /net/dnscrypt-proxy2
parentb29fbf07256607a0b4f6494badbf0598aad8b209 (diff)
downloadpkgsrc-817905adbcbe34c5101743d42fc43deedb965e88.tar.gz
dnscrypt-proxy2: Update to 2.0.45
# Version 2.0.45 - Configuration changes (to be required in versions 2.1.x): * `[blacklist]` has been renamed to `[blocked_names]` * `[ip_blacklist]` has been renamed to `[blocked_ips]` * `[whitelist]` has been renamed to `[allowed_names]` * `generate-domains-blacklist.py` has been renamed to `generate-domains-blocklist.py`, and the configuration files have been renamed as well. - `dnscrypt-proxy -resolve` has been completely revamped, and now requires the configuration file to be accessible. It will send a query to an IP address of the `dnscrypt-proxy` server by default. Sending queries to arbitrary servers is also supported with the new `-resolve name,address` syntax. - Relay lists can be set to `*` for automatic relay selection. When a wildcard is used, either for the list of servers or relays, the proxy ensures that relays and servers are on distinct networks. - Lying resolvers are detected and reported. - New return code: `NOT_READY` for queries received before the proxy has been initialized. - Server lists can't be older than a week any more, even if directory permissions are incorrect and cache files cannot be written. - macOS/arm64 is now officially supported. - New feature: `allowed_ips`, to configure a set of IP addresses to never block no matter what DNS name resolves to them. - Hard-coded IP addresses can be immediately returned for test queries sent by operating systems in order to check for connectivity and captive portals. Such responses can be sent even before an interface is considered as enabled by the operating system. This can be configured in a new section called `[captive_portals]`. - On Linux, OpenBSD and FreeBSD, `listen_addresses` can now include IP addresses that haven't been assigned to an interface yet. - The logo has been tweaked to look fine on a dark background. - `generate-domains-blocklist.py`: regular expressions are now ignored in time-based entries. - Minor bug fixes and logging improvements. - Cloaking plugin: if an entry has multiple IP addresses for a type, all the IP addresses are now returned instead of a random one. - Static entries can now include DNSCrypt relays. - Name blocking: aliases relying on `SVCB` and `HTTPS` records can now be blocked in addition to aliases via regular `CNAME` records. - EDNS-Client-Subnet information can be added to outgoing queries. Instead of sending the actual client IP, ECS information is user configurable, and IP addresses will be randomly chosen for every query. - Initial DoH queries are now checked using random names in order to properly measure CDNs such as Tencent that ignore the padding. - DoH: the `max-stale` cache control directive is now present in queries. - Logs can now be sent to `/dev/stdout` instead of actual files. - User switching is now supported on macOS. - New download mirror (https://download.dnscrypt.net) for resolvers, relays and parental-control. Thanks to the nice people who contributed to this release: - Ian Bashford - Will Elwood - Alison Winters - Krish De Souza - @hugepants - @IceCodeNew - @lifenjoiner - @mibere - @jacob755 - @petercooperjr - @yofiji
Diffstat (limited to 'net/dnscrypt-proxy2')
-rw-r--r--net/dnscrypt-proxy2/Makefile6
-rw-r--r--net/dnscrypt-proxy2/distinfo10
2 files changed, 7 insertions, 9 deletions
diff --git a/net/dnscrypt-proxy2/Makefile b/net/dnscrypt-proxy2/Makefile
index e186679d5f3..1f8d053f4c9 100644
--- a/net/dnscrypt-proxy2/Makefile
+++ b/net/dnscrypt-proxy2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2020/11/13 19:26:17 bsiegert Exp $
+# $NetBSD: Makefile,v 1.45 2021/01/22 16:26:54 nia Exp $
-PKGNAME= dnscrypt-proxy2-2.0.44
-PKGREVISION= 7
+PKGNAME= dnscrypt-proxy2-2.0.45
DISTNAME= dnscrypt-proxy-${PKGVERSION_NOREV}
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_GITHUB:=jedisct1/}
@@ -13,7 +12,6 @@ HOMEPAGE= https://github.com/jedisct1/dnscrypt-proxy
COMMENT= DNS proxy with support for encrypted protocols
LICENSE= isc
-EXTRACT_USING= bsdtar
USE_TOOLS+= pax
GO_SRCPATH= github.com/jedisct1/dnscrypt-proxy/
diff --git a/net/dnscrypt-proxy2/distinfo b/net/dnscrypt-proxy2/distinfo
index 59fded4014f..6cd67db2b44 100644
--- a/net/dnscrypt-proxy2/distinfo
+++ b/net/dnscrypt-proxy2/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2020/06/12 11:58:35 nia Exp $
+$NetBSD: distinfo,v 1.24 2021/01/22 16:26:54 nia Exp $
-SHA1 (dnscrypt-proxy-2.0.44.tar.gz) = b46087d3532be5c65e207ba2413053a7c668c8e2
-RMD160 (dnscrypt-proxy-2.0.44.tar.gz) = 9814dd46403ae693081131223543d533bc8e6911
-SHA512 (dnscrypt-proxy-2.0.44.tar.gz) = 009e2b669c1d6f6cd6b41f5e04d08735587f420dacdea8d422a3c12a62614c1ce1963deebca3af1f956070abd9ff5df9182cb27e31fa0fac8a95478739445801
-Size (dnscrypt-proxy-2.0.44.tar.gz) = 2279842 bytes
+SHA1 (dnscrypt-proxy-2.0.45.tar.gz) = fe82630f980a9780a503bd52bda7e375096479e4
+RMD160 (dnscrypt-proxy-2.0.45.tar.gz) = 682040b65e942cef4fb9c6bcd32160e3abffb873
+SHA512 (dnscrypt-proxy-2.0.45.tar.gz) = becfe3c2d4567725e6b7e973647163e32dd2eaae361087bb05c90b6ddc3b0db0891c2725f6b5c255b8965990832bad53bd6ef137be54a342f46594f3633fe47a
+Size (dnscrypt-proxy-2.0.45.tar.gz) = 2721610 bytes
SHA1 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = f847a17b692c94cdfa934309da84ec588fad513a