community/unbound to 1.7.3-4

This commit is contained in:
Kevin Mihelich 2018-08-13 12:30:51 +00:00
parent 3b2072e421
commit 60e40fd1a8

View file

@ -8,7 +8,7 @@
pkgname=unbound pkgname=unbound
pkgver=1.7.3 pkgver=1.7.3
pkgrel=3 pkgrel=4
pkgdesc='Validating, recursive, and caching DNS resolver' pkgdesc='Validating, recursive, and caching DNS resolver'
url='https://unbound.net/' url='https://unbound.net/'
license=('custom:BSD') license=('custom:BSD')
@ -43,6 +43,9 @@ build() {
--enable-dnstap \ --enable-dnstap \
--enable-pie \ --enable-pie \
--enable-relro-now \ --enable-relro-now \
--enable-subnet \
--enable-tfo-client \
--enable-tfo-server \
--with-conf-file=/etc/unbound/unbound.conf \ --with-conf-file=/etc/unbound/unbound.conf \
--with-pidfile=/run/unbound.pid \ --with-pidfile=/run/unbound.pid \
--with-rootkey-file=/etc/trusted-key.key \ --with-rootkey-file=/etc/trusted-key.key \