mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
dns/dnscrypt-proxy: Update to 1.6.0
rc script is also updated to change default dnscrypt server to "cisco" which is the new name for the opendns dnscrypt service PR: 202414
This commit is contained in:
parent
3948bf4bfd
commit
20224a0c97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395430
4 changed files with 7 additions and 6 deletions
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dnscrypt-proxy
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \
|
||||
http://www.dns-lab.com/downloads/dnscrypt-proxy/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dnscrypt-proxy-1.4.3.tar.gz) = f10f10c18e25ced3c5ec5d0c4145d33270f9cfa991fd1b18d5d9af00e4d9b68e
|
||||
SIZE (dnscrypt-proxy-1.4.3.tar.gz) = 1560345
|
||||
SHA256 (dnscrypt-proxy-1.6.0.tar.gz) = 7703a41a1040fc30b19fdfbbaba36b411e66d998584b0e2fa5088f734f4f86be
|
||||
SIZE (dnscrypt-proxy-1.6.0.tar.gz) = 1579293
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
# Set to YES to enable dnscrypt-proxy.
|
||||
# dnscrypt_proxy_uid (str): Set to "_dnscrypt-proxy" by default.
|
||||
# User to switch to after starting.
|
||||
# dnscrypt_proxy_resolver (str):Set to "opendns" by default.
|
||||
# dnscrypt_proxy_resolver (str):Set to "cisco" by default.
|
||||
# Choose a different upstream resolver.
|
||||
# dnscrypt_proxy_pidfile (str): default: "/var/run/dnscrypt-proxy.pid"
|
||||
# Location of pid file.
|
||||
|
@ -34,7 +34,7 @@ load_rc_config ${name}
|
|||
|
||||
: ${dnscrypt_proxy_enable:=NO}
|
||||
: ${dnscrypt_proxy_uid=_dnscrypt-proxy} # User to run daemon as
|
||||
: ${dnscrypt_proxy_resolver=opendns} # resolver to use
|
||||
: ${dnscrypt_proxy_resolver=cisco} # resolver to use
|
||||
: ${dnscrypt_proxy_pidfile=/var/run/dnscrypt-proxy.pid} # Path to pid file
|
||||
: ${dnscrypt_proxy_logfile=/var/log/dnscrypt-proxy.log} # Path to log file
|
||||
|
||||
|
|
|
@ -3,3 +3,4 @@ man/man8/hostip.8.gz
|
|||
sbin/dnscrypt-proxy
|
||||
bin/hostip
|
||||
%%DATADIR%%/dnscrypt-resolvers.csv
|
||||
%%DATADIR%%/minisign.pub
|
||||
|
|
Loading…
Add table
Reference in a new issue