From 6ebff8ddb490464ce3f757f7a9ba0da4dbc11b8d Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 22 Nov 2014 16:07:17 +0100 Subject: [PATCH] unbound: use dnssec-anchors. --- srcpkgs/unbound/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/unbound/template b/srcpkgs/unbound/template index 477108a962c..67c9c7b4ce6 100644 --- a/srcpkgs/unbound/template +++ b/srcpkgs/unbound/template @@ -1,13 +1,15 @@ # Template file for 'unbound' pkgname=unbound version=1.5.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-libevent --with-conf-file=/etc/unbound/unbound.conf --with-pidfile=/run/unbound.pid --with-ssl=${XBPS_CROSS_BASE}/usr - --with-libevent=${XBPS_CROSS_BASE}/usr --with-libexpat=${XBPS_CROSS_BASE}/usr" + --with-libevent=${XBPS_CROSS_BASE}/usr --with-libexpat=${XBPS_CROSS_BASE}/usr + --with-rootkey-file=/etc/dns/root.key" conf_files="/etc/unbound/unbound.conf" makedepends="libressl-devel expat-devel libevent-devel" +depends="dnssec-anchors" system_accounts="unbound" replaces="runit-void<20141013_2" short_desc="Validating, recursive, and caching DNS resolver"