dnscrypt-proxy2: Update to 2.0.44
* Version 2.0.44 - More updates to the set of block lists, thanks again to IceCodeNew. - Netprobes and listening sockets are now ignored when the `-list`, `-list-all`, `-show-certs` or `-check` command-line switches are used. - `tls_client_auth` was renamed to `doh_client_x509_auth`. A section with the previous name is temporarily ignored if empty, but will error out if not. - Unit tests are now working on 32-bit systems. Thanks to Will Elwood and @lifenjoiner.
This commit is contained in:
parent
ac303513f7
commit
05523e2ec2
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.36 2020/06/09 11:07:28 nia Exp $
|
||||
# $NetBSD: Makefile,v 1.37 2020/06/12 11:58:35 nia Exp $
|
||||
|
||||
PKGNAME= dnscrypt-proxy2-2.0.43
|
||||
PKGNAME= dnscrypt-proxy2-2.0.44
|
||||
DISTNAME= dnscrypt-proxy-${PKGVERSION_NOREV}
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=jedisct1/}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.22 2020/06/09 11:07:28 nia Exp $
|
||||
$NetBSD: distinfo,v 1.23 2020/06/12 11:58:35 nia Exp $
|
||||
|
||||
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 (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 (patch-vendor_github.com_aead_poly1305_poly1305__amd64.s) = f847a17b692c94cdfa934309da84ec588fad513a
|
||||
|
|
Loading…
Reference in a new issue