svn commit: r376189 - head/dns/dnscrypt-proxy

Kurt Jaeger pi at FreeBSD.org
Sun Jan 4 09:46:54 UTC 2015


Author: pi
Date: Sun Jan  4 09:46:52 2015
New Revision: 376189
URL: https://svnweb.freebsd.org/changeset/ports/376189
QAT: https://qat.redports.org/buildarchive/r376189/

Log:
  dns/dnscrypt-proxy: 1.4.0 -> 1.4.2
  
  Changes:
  https://github.com/jedisct1/dnscrypt-proxy/releases
  
  PR:		195664
  Submitted by:	lightside at gmx.com
  Reviewed by:	riggs
  Approved by:	freebsd at dns-lab.com (maintainer)

Modified:
  head/dns/dnscrypt-proxy/Makefile
  head/dns/dnscrypt-proxy/distinfo
  head/dns/dnscrypt-proxy/pkg-descr
  head/dns/dnscrypt-proxy/pkg-plist

Modified: head/dns/dnscrypt-proxy/Makefile
==============================================================================
--- head/dns/dnscrypt-proxy/Makefile	Sun Jan  4 09:42:13 2015	(r376188)
+++ head/dns/dnscrypt-proxy/Makefile	Sun Jan  4 09:46:52 2015	(r376189)
@@ -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 at 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
 

Modified: head/dns/dnscrypt-proxy/distinfo
==============================================================================
--- head/dns/dnscrypt-proxy/distinfo	Sun Jan  4 09:42:13 2015	(r376188)
+++ head/dns/dnscrypt-proxy/distinfo	Sun Jan  4 09:46:52 2015	(r376189)
@@ -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

Modified: head/dns/dnscrypt-proxy/pkg-descr
==============================================================================
--- head/dns/dnscrypt-proxy/pkg-descr	Sun Jan  4 09:42:13 2015	(r376188)
+++ head/dns/dnscrypt-proxy/pkg-descr	Sun Jan  4 09:46:52 2015	(r376189)
@@ -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

Modified: head/dns/dnscrypt-proxy/pkg-plist
==============================================================================
--- head/dns/dnscrypt-proxy/pkg-plist	Sun Jan  4 09:42:13 2015	(r376188)
+++ head/dns/dnscrypt-proxy/pkg-plist	Sun Jan  4 09:46:52 2015	(r376189)
@@ -1,4 +1,3 @@
- at stopdaemon dnscrypt-proxy
 man/man8/dnscrypt-proxy.8.gz
 man/man8/hostip.8.gz
 sbin/dnscrypt-proxy


More information about the svn-ports-all mailing list