unbound: use dnssec-anchors.
This commit is contained in:
parent
3c6fa9e12d
commit
6ebff8ddb4
1 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue