aboutsummaryrefslogtreecommitdiffstats
path: root/community/dnscrypt-proxy
diff options
context:
space:
mode:
authorIan Bashford <ianbashford@gmail.com>2017-08-31 15:49:55 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-09-06 11:58:24 +0000
commit9bc1f10cbd823e4d1d82aeb4d51693071fc7d8b0 (patch)
tree6bf239e34538fa1fa8f225098dffd3f5fb45963c /community/dnscrypt-proxy
parent979a7abe76ee572a5e40ae4a43997fcefd6629d6 (diff)
downloadaports-9bc1f10cbd823e4d1d82aeb4d51693071fc7d8b0.tar.bz2
aports-9bc1f10cbd823e4d1d82aeb4d51693071fc7d8b0.tar.xz
community/dnscrypt-proxy: Added dependency on ldns-dev to enable forward directive
From the documentation: Forward queries for specific zones to one or more non-DNSCrypt resolvers. This uses a plugin that requires dnscrypt-proxy to be compiled with the ldns library. [TT: bump pkgrel]
Diffstat (limited to 'community/dnscrypt-proxy')
-rw-r--r--community/dnscrypt-proxy/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/dnscrypt-proxy/APKBUILD b/community/dnscrypt-proxy/APKBUILD
index d6cbf8e8f9..f47534f0c5 100644
--- a/community/dnscrypt-proxy/APKBUILD
+++ b/community/dnscrypt-proxy/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=dnscrypt-proxy
pkgver=1.9.5
-pkgrel=0
+pkgrel=1
pkgdesc="A tool for securing communications between a client and a DNS resolver"
url="http://dnscrypt.org/"
arch="all"
license="custom"
-makedepends="$depends_dev libsodium-dev"
+makedepends="$depends_dev libsodium-dev ldns-dev"
install="$pkgname.pre-install"
pkgusers=dnscrypt
pkggroups=dnscrypt