diff options
author | feld <feld@FreeBSD.org> | 2015-08-27 23:15:20 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-08-27 23:15:20 +0800 |
commit | 260388a49566f8058043953882b9d5587949c16c (patch) | |
tree | 7f1590eef8565c6ae436152f32da87298119c61b /dns | |
parent | 664b5797522837e6b27e4d9fa204f9e21d2185c2 (diff) | |
download | freebsd-ports-gnome-260388a49566f8058043953882b9d5587949c16c.tar.gz freebsd-ports-gnome-260388a49566f8058043953882b9d5587949c16c.tar.zst freebsd-ports-gnome-260388a49566f8058043953882b9d5587949c16c.zip |
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
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 4 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/distinfo | 4 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/files/dnscrypt-proxy.in | 4 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/pkg-plist | 1 |
4 files changed, 7 insertions, 6 deletions
diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index becf4bae92c9..503349825d72 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -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/ diff --git a/dns/dnscrypt-proxy/distinfo b/dns/dnscrypt-proxy/distinfo index 2db1dc993294..a3ec52a8d2cf 100644 --- a/dns/dnscrypt-proxy/distinfo +++ b/dns/dnscrypt-proxy/distinfo @@ -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 diff --git a/dns/dnscrypt-proxy/files/dnscrypt-proxy.in b/dns/dnscrypt-proxy/files/dnscrypt-proxy.in index 9d8bd3337231..26b61d9ce543 100644 --- a/dns/dnscrypt-proxy/files/dnscrypt-proxy.in +++ b/dns/dnscrypt-proxy/files/dnscrypt-proxy.in @@ -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 diff --git a/dns/dnscrypt-proxy/pkg-plist b/dns/dnscrypt-proxy/pkg-plist index 4b8b3d366328..1d7e3ab817a6 100644 --- a/dns/dnscrypt-proxy/pkg-plist +++ b/dns/dnscrypt-proxy/pkg-plist @@ -3,3 +3,4 @@ man/man8/hostip.8.gz sbin/dnscrypt-proxy bin/hostip %%DATADIR%%/dnscrypt-resolvers.csv +%%DATADIR%%/minisign.pub |