community/unbound to 1.10.0-2

This commit is contained in:
Kevin Mihelich 2020-03-27 12:05:29 +00:00
parent a0d171b659
commit 93831220eb

View file

@ -7,14 +7,14 @@
pkgname=unbound
pkgver=1.10.0
pkgrel=1
pkgrel=2
pkgdesc='Validating, recursive, and caching DNS resolver'
url='https://unbound.net/'
license=('custom:BSD')
arch=('x86_64')
makedepends=('expat')
optdepends=('expat: unbound-anchor')
depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors')
depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'hiredis' 'ldns' 'dnssec-anchors')
backup=('etc/unbound/unbound.conf')
validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
'21615A7F2478EA8C27DD26B830918D8275724222')
@ -49,6 +49,8 @@ build() {
--enable-systemd \
--enable-tfo-client \
--enable-tfo-server \
--enable-cachedb \
--with-libhiredis \
--with-conf-file=/etc/unbound/unbound.conf \
--with-pidfile=/run/unbound.pid \
--with-rootkey-file=/etc/trusted-key.key \