[arch-commits] Commit in unbound/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Fri Aug 31 07:35:21 UTC 2018


    Date: Friday, August 31, 2018 @ 07:35:21
  Author: bisson
Revision: 375810

implement FS#59827

Modified:
  unbound/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-31 07:34:05 UTC (rev 375809)
+++ PKGBUILD	2018-08-31 07:35:21 UTC (rev 375810)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.7.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
 license=('custom:BSD')
@@ -12,7 +12,7 @@
 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}
@@ -37,6 +37,7 @@
 		--localstatedir=/var \
 		--sbindir=/usr/bin \
 		--disable-rpath \
+		--enable-dnscrypt \
 		--enable-dnstap \
 		--enable-pie \
 		--enable-relro-now \



More information about the arch-commits mailing list