net/dnscrypt-proxy2: Update to 2.0.16. Take maintainership.
Changes: - On Unix-like systems, the server can run as an unprivileged user, and the main process will automatically restart if an error occurs. - pledge() on OpenBSD. - New "offline" mode to serve queries locally without contacting any upstream servers. This can be especially useful along with the cloaking module for local development. - New logo. - TTL of OPT records is properly ignored by the caching module. - The proxy doesn't quit any more if new TCP connections cannot be created.
This commit is contained in:
parent
ed1ac05dec
commit
48ade5eebf
2 changed files with 8 additions and 7 deletions
|
@ -1,12 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/07/15 16:10:32 bsiegert Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2018/08/05 12:28:06 nia Exp $
|
||||
|
||||
PKGNAME= dnscrypt-proxy2-2.0.15
|
||||
PKGNAME= dnscrypt-proxy2-2.0.16
|
||||
DISTNAME= dnscrypt-proxy-${PKGVERSION_NOREV}
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=jedisct1/}
|
||||
GITHUB_PROJECT= dnscrypt-proxy
|
||||
GITHUB_TAG= ${PKGVERSION_NOREV}
|
||||
|
||||
MAINTAINER= nia@NetBSD.org
|
||||
HOMEPAGE= https://github.com/jedisct1/dnscrypt-proxy
|
||||
COMMENT= DNS proxy with support for encrypted protocols
|
||||
LICENSE= isc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/07/15 16:10:32 bsiegert Exp $
|
||||
$NetBSD: distinfo,v 1.2 2018/08/05 12:28:06 nia Exp $
|
||||
|
||||
SHA1 (dnscrypt-proxy-2.0.15.tar.gz) = f348d81d32ebc80638ab494692a6f08e3eabd79f
|
||||
RMD160 (dnscrypt-proxy-2.0.15.tar.gz) = c4a1b4babe7cac742c61031dab5c4f13238cf4c5
|
||||
SHA512 (dnscrypt-proxy-2.0.15.tar.gz) = 4517ab7b7eb1474f8c9e133a289caf6c02f472b51b910f1fbe1e5ffd6d389943626c8878e68f7f27a47b00301a427dfe9c563bc82b67cafab32f4ab3bc4c84b9
|
||||
Size (dnscrypt-proxy-2.0.15.tar.gz) = 2887764 bytes
|
||||
SHA1 (dnscrypt-proxy-2.0.16.tar.gz) = b85d163ab8d39351d02532c652d1e4b53c74d0ee
|
||||
RMD160 (dnscrypt-proxy-2.0.16.tar.gz) = 98779274c632389f8168024b9c3abe474d73840d
|
||||
SHA512 (dnscrypt-proxy-2.0.16.tar.gz) = f138df20560dd440a2ed390c1468d630191ae7b0e50521b4dde3fa7ef4377c3ae6409e8c547858bace53216c84aeeea6794305546b9ff87832f704c160c6782f
|
||||
Size (dnscrypt-proxy-2.0.16.tar.gz) = 3770249 bytes
|
||||
|
|
Loading…
Reference in a new issue