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"