diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-01-04 09:46:52 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-01-04 09:46:52 +0000 |
commit | 1a00d2aef7e6fc82398cae2ad7e77061f191a3f6 (patch) | |
tree | 20b748179f54dfb91f2ee50d884777a45d23ce01 /dns/dnscrypt-proxy | |
parent | 2ef987e5781cf9e88aa502778500127bd039447c (diff) | |
download | ports-1a00d2aef7e6fc82398cae2ad7e77061f191a3f6.tar.gz ports-1a00d2aef7e6fc82398cae2ad7e77061f191a3f6.zip |
Notes
Diffstat (limited to 'dns/dnscrypt-proxy')
-rw-r--r-- | dns/dnscrypt-proxy/Makefile | 6 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/distinfo | 4 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/pkg-descr | 21 | ||||
-rw-r--r-- | dns/dnscrypt-proxy/pkg-plist | 1 |
4 files changed, 21 insertions, 11 deletions
diff --git a/dns/dnscrypt-proxy/Makefile b/dns/dnscrypt-proxy/Makefile index d13435a91401..c00e17933267 100644 --- a/dns/dnscrypt-proxy/Makefile +++ b/dns/dnscrypt-proxy/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dnscrypt-proxy -PORTVERSION= 1.4.0 -PORTREVISION= 6 +PORTVERSION= 1.4.2 CATEGORIES= dns MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ \ http://www.dns-lab.com/downloads/dnscrypt-proxy/ @@ -12,6 +11,7 @@ MAINTAINER= freebsd@dns-lab.com COMMENT= Boost privacy and security of DNS LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libsodium.so:${PORTSDIR}/security/libsodium @@ -25,7 +25,7 @@ USE_RC_SUBR= ${PORTNAME} USERS= _dnscrypt-proxy -PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README \ +PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README \ README-PLUGINS.markdown README-WINDOWS.markdown \ README.markdown TECHNOTES THANKS diff --git a/dns/dnscrypt-proxy/distinfo b/dns/dnscrypt-proxy/distinfo index 792955a2d6a3..d4feac580c0c 100644 --- a/dns/dnscrypt-proxy/distinfo +++ b/dns/dnscrypt-proxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnscrypt-proxy-1.4.0.tar.gz) = 60b57b36aa15706c4cd0c348fc59534c15913c282a2b7d4db0b3787167b33502 -SIZE (dnscrypt-proxy-1.4.0.tar.gz) = 1579426 +SHA256 (dnscrypt-proxy-1.4.2.tar.gz) = 1d519068c30868bb60a151908f0e300a1754b234f7bc2ad1d749ad9d0d977076 +SIZE (dnscrypt-proxy-1.4.2.tar.gz) = 1592962 diff --git a/dns/dnscrypt-proxy/pkg-descr b/dns/dnscrypt-proxy/pkg-descr index 36d63d374d1c..0c5b5ad57061 100644 --- a/dns/dnscrypt-proxy/pkg-descr +++ b/dns/dnscrypt-proxy/pkg-descr @@ -1,6 +1,17 @@ -DNSCrypt is a piece of lightweight software that everyone -should use to boost online privacy and security. It works -by encrypting all DNS traffic between the user and OpenDNS, -preventing any spying, spoofing or man-in-the-middle attacks. +The dnscrypt-proxy provides local service, which can be used directly as your +local resolver or as a DNS forwarder, encrypting and authenticating requests +using the DNSCrypt [1] protocol and passing them to an upstream server. -WWW: https://www.opendns.com/technology/dnscrypt/ +The DNSCrypt protocol uses high-speed high-security elliptic-curve cryptography +and is very similar to DNSCurve [2], but focuses on securing communications +between a client and its first-level resolver. + +While not providing end-to-end security, it protects the local network, which +is often the weakest point of the chain, against man-in-the-middle attacks. +It also provides some confidentiality to DNS queries. + +Reference links: +1. https://www.opendns.com/technology/dnscrypt/ +2. http://dnscurve.org + +WWW: http://dnscrypt.org diff --git a/dns/dnscrypt-proxy/pkg-plist b/dns/dnscrypt-proxy/pkg-plist index f37b87cf06a6..4b8b3d366328 100644 --- a/dns/dnscrypt-proxy/pkg-plist +++ b/dns/dnscrypt-proxy/pkg-plist @@ -1,4 +1,3 @@ -@stopdaemon dnscrypt-proxy man/man8/dnscrypt-proxy.8.gz man/man8/hostip.8.gz sbin/dnscrypt-proxy |