Date: Monday, August 13, 2018 @ 06:34:53 Author: bisson Revision: 371252
implement FS#59482, FS#59602 Modified: unbound/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-13 03:16:16 UTC (rev 371251) +++ PKGBUILD 2018-08-13 06:34:53 UTC (rev 371252) @@ -5,7 +5,7 @@ pkgname=unbound pkgver=1.7.3 -pkgrel=3 +pkgrel=4 pkgdesc='Validating, recursive, and caching DNS resolver' url='https://unbound.net/' license=('custom:BSD') @@ -40,6 +40,9 @@ --enable-dnstap \ --enable-pie \ --enable-relro-now \ + --enable-subnet \ + --enable-tfo-client \ + --enable-tfo-server \ --with-conf-file=/etc/unbound/unbound.conf \ --with-pidfile=/run/unbound.pid \ --with-rootkey-file=/etc/trusted-key.key \
