From 84807f4f864252553f99eff31c2a9f398a00f158 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 31 Aug 2018 12:49:17 +0000 Subject: [PATCH] community/unbound to 1.7.3-5 --- community/unbound/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 2f7b4c213..7edbe8309 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -8,14 +8,14 @@ pkgname=unbound pkgver=1.7.3 -pkgrel=4 +pkgrel=5 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' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors') +depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 'dnssec-anchors') backup=('etc/unbound/unbound.conf') validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D') source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc} @@ -40,6 +40,7 @@ build() { --localstatedir=/var \ --sbindir=/usr/bin \ --disable-rpath \ + --enable-dnscrypt \ --enable-dnstap \ --enable-pie \ --enable-relro-now \