svn commit: r373758 - in head/dns/dnscrypt-proxy: . files

Johannes Jost Meixner xmj at FreeBSD.org
Tue Dec 2 09:21:51 UTC 2014


Author: xmj
Date: Tue Dec  2 09:21:49 2014
New Revision: 373758
URL: https://svnweb.freebsd.org/changeset/ports/373758
QAT: https://qat.redports.org/buildarchive/r373758/

Log:
  dns/dnscrypt-proxy: start before unbound
  
  - To prevent hanging on 10.x systems which ship with unbound and depend on
    DNS resolving, start dnscrypt-proxy before unbound.
  - Bump PORTREVISION
  
  PR:		194975
  Differential Revision:	https://reviews.freebsd.org/D1249
  Submitted by:	Joseph Mingrone <jrm at ftfl.ca>
  Approved by:	koobs (mentor)

Modified:
  head/dns/dnscrypt-proxy/Makefile
  head/dns/dnscrypt-proxy/files/dnscrypt-proxy.in

Modified: head/dns/dnscrypt-proxy/Makefile
==============================================================================
--- head/dns/dnscrypt-proxy/Makefile	Tue Dec  2 08:22:11 2014	(r373757)
+++ head/dns/dnscrypt-proxy/Makefile	Tue Dec  2 09:21:49 2014	(r373758)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dnscrypt-proxy
 PORTVERSION=	1.4.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	dns
 MASTER_SITES=	http://download.dnscrypt.org/dnscrypt-proxy/ \
 		http://www.dns-lab.com/downloads/dnscrypt-proxy/

Modified: head/dns/dnscrypt-proxy/files/dnscrypt-proxy.in
==============================================================================
--- head/dns/dnscrypt-proxy/files/dnscrypt-proxy.in	Tue Dec  2 08:22:11 2014	(r373757)
+++ head/dns/dnscrypt-proxy/files/dnscrypt-proxy.in	Tue Dec  2 09:21:49 2014	(r373758)
@@ -4,7 +4,7 @@
 #
 # PROVIDE: dnscrypt_proxy
 # REQUIRE: SERVERS cleanvar
-# BEFORE: named
+# BEFORE: named local_unbound unbound
 # KEYWORD: shutdown
 #
 # Add the following lines to /etc/rc.conf to enable dnscrypt-proxy:


More information about the svn-ports-head mailing list