From 93831220ebf960f35280890b19e509ba83d348a2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 27 Mar 2020 12:05:29 +0000 Subject: [PATCH] community/unbound to 1.10.0-2 --- community/unbound/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 90b9d6f13..f41102473 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -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 \