mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/unbound to 1.10.0-2
This commit is contained in:
parent
a0d171b659
commit
93831220eb
1 changed files with 4 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
pkgname=unbound
|
pkgname=unbound
|
||||||
pkgver=1.10.0
|
pkgver=1.10.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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')
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
makedepends=('expat')
|
makedepends=('expat')
|
||||||
optdepends=('expat: unbound-anchor')
|
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')
|
backup=('etc/unbound/unbound.conf')
|
||||||
validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
|
validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D'
|
||||||
'21615A7F2478EA8C27DD26B830918D8275724222')
|
'21615A7F2478EA8C27DD26B830918D8275724222')
|
||||||
|
@ -49,6 +49,8 @@ build() {
|
||||||
--enable-systemd \
|
--enable-systemd \
|
||||||
--enable-tfo-client \
|
--enable-tfo-client \
|
||||||
--enable-tfo-server \
|
--enable-tfo-server \
|
||||||
|
--enable-cachedb \
|
||||||
|
--with-libhiredis \
|
||||||
--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 \
|
||||||
|
|
Loading…
Reference in a new issue