Skip to content
Snippets Groups Projects
Commit 656a7b9e authored by tcely's avatar tcely :speech_balloon: Committed by Kevin Daudt
Browse files

community/knot-resolver: use dns-root-hints

parent a7babc48
No related merge requests found
......@@ -2,7 +2,7 @@
# Maintainer: tcely <knot-resolver+aports@tcely.33mail.com>
pkgname=knot-resolver
pkgver=3.2.1
pkgrel=2
pkgrel=3
pkgdesc="Minimalistic caching DNS resolver implementation"
url="https://www.knot-resolver.cz/"
# luajit is not available for disabled arches
......@@ -10,7 +10,7 @@ arch="all !s390x"
license="GPL-3.0"
pkgusers="kresd"
pkggroups="kresd"
depends="lua5.1-sec lua5.1-socket"
depends="dns-root-hints lua5.1-sec lua5.1-socket"
depends_dnstap=""
depends_dnstap_dev="fstrm-dev protobuf-c-dev"
depends_http="$pkgname lua5.1-http"
......@@ -58,6 +58,9 @@ package() {
mv ./etc/$pkgname/config* ./usr/share/doc/$pkgname/
chmod 644 ./usr/share/doc/$pkgname/*
rm -f ./etc/$pkgname/root.hints
ln -s ../../usr/share/dns-root-hints/named.root ./etc/$pkgname/root.hints
install -m 640 -o root -g kresd "$srcdir"/config \
./etc/$pkgname/config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment