mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
dns/dnscrypt-proxy: 1.4.0 -> 1.4.2
Changes: https://github.com/jedisct1/dnscrypt-proxy/releases PR: 195664 Submitted by: lightside@gmx.com Reviewed by: riggs Approved by: freebsd@dns-lab.com (maintainer)
This commit is contained in:
parent
2ef987e578
commit
1a00d2aef7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376189
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
@stopdaemon dnscrypt-proxy
|
||||
man/man8/dnscrypt-proxy.8.gz
|
||||
man/man8/hostip.8.gz
|
||||
sbin/dnscrypt-proxy
|
||||
|
Loading…
Reference in New Issue
Block a user