[arch-commits] Commit in unbound/trunk (PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Fri Mar 27 08:14:45 UTC 2020
Date: Friday, March 27, 2020 @ 08:14:44
Author: bisson
Revision: 604954
implement FS#65985
Modified:
unbound/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-27 07:44:37 UTC (rev 604953)
+++ PKGBUILD 2020-03-27 08:14:44 UTC (rev 604954)
@@ -4,7 +4,7 @@
pkgname=unbound
pkgver=1.10.0
-pkgrel=1
+pkgrel=2
pkgdesc='Validating, recursive, and caching DNS resolver'
url='https://unbound.net/'
license=('custom:BSD')
@@ -11,7 +11,7 @@
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')
@@ -46,6 +46,8 @@
--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 \
More information about the arch-commits
mailing list