mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/unbound to 1.7.3-5
This commit is contained in:
parent
f002533239
commit
84807f4f86
1 changed files with 3 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
||||||
|
|
||||||
pkgname=unbound
|
pkgname=unbound
|
||||||
pkgver=1.7.3
|
pkgver=1.7.3
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
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' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors')
|
depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors')
|
||||||
backup=('etc/unbound/unbound.conf')
|
backup=('etc/unbound/unbound.conf')
|
||||||
validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
|
validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
|
||||||
source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
|
source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
|
||||||
|
@ -40,6 +40,7 @@ build() {
|
||||||
--localstatedir=/var \
|
--localstatedir=/var \
|
||||||
--sbindir=/usr/bin \
|
--sbindir=/usr/bin \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
|
--enable-dnscrypt \
|
||||||
--enable-dnstap \
|
--enable-dnstap \
|
||||||
--enable-pie \
|
--enable-pie \
|
||||||
--enable-relro-now \
|
--enable-relro-now \
|
||||||
|
|
Loading…
Reference in a new issue