summaryrefslogtreecommitdiff
path: root/user/unbound
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-05 03:35:37 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-05 03:35:37 +0000
commit0f54510a710c89951d1aecaae794db040e361fa3 (patch)
tree7a05126f7798124b26386c526b55c4170244c1c4 /user/unbound
parent5704e86695e8fe495a11cd5812068d453450173a (diff)
downloadpackages-0f54510a710c89951d1aecaae794db040e361fa3.tar.gz
packages-0f54510a710c89951d1aecaae794db040e361fa3.tar.bz2
packages-0f54510a710c89951d1aecaae794db040e361fa3.tar.xz
packages-0f54510a710c89951d1aecaae794db040e361fa3.zip
user/unbound: bump to 1.9.4
Diffstat (limited to 'user/unbound')
-rw-r--r--user/unbound/APKBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/user/unbound/APKBUILD b/user/unbound/APKBUILD
index d3af72308..e04ea0459 100644
--- a/user/unbound/APKBUILD
+++ b/user/unbound/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Luis Ressel <aranea@aixah.de>
# Maintainer: Luis Ressel <aranea@aixah.de>
pkgname=unbound
-pkgver=1.9.3
-pkgrel=1
+pkgver=1.9.4
+pkgrel=0
pkgdesc="A validating, recursive and caching DNS resolver"
url="https://nlnetlabs.nl/projects/unbound/about/"
arch="all"
@@ -19,8 +19,6 @@ source="https://nlnetlabs.nl/downloads/$pkgname/$pkgname-$pkgver.tar.gz
unbound.initd"
build() {
- cd "$builddir"
-
# cachedb, dnscrypt and dnstap have yet unpackaged dependencies
PYTHON_VERSION=3 ./configure \
--build=$CBUILD \
@@ -47,12 +45,10 @@ build() {
}
check() {
- cd "$builddir"
make test
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
install -do unbound "$pkgdir/etc/unbound/var"
}
@@ -70,6 +66,6 @@ python() {
mv "$pkgdir/usr/lib/python"* "$subpkgdir"
}
-sha512sums="21e14dc1577adbe502a262d7fbe9aae0cd389cd9c0b822246beadf00f0ee875e268eeb3ce820433cbb01495d6b182c334b34b63b1bc33b08589a230810ccfe90 unbound-1.9.3.tar.gz
+sha512sums="44021014c944fc01a1f5f9afd77145f5554a3282cc2bfd54526fc4f88346f497c847ddb72bafa155d7e6e5dd02b6bb031836ead4408977d4e4b5b3290dffea9c unbound-1.9.4.tar.gz
de9dc269553f5449c1757690c2a8a3b9f228964f5672d721cfdbc29e6fab8954907fa4fa3761dd6f705b3ccd2f729cc6e2fe870107feb68cca611589f8306b94 unbound.confd
6627cbcbcb4e04f596e7e0ffdbf80ceb54cdb59144cb89896e53503dfb41b99fd77d8b85d05e6670f77023b6eafec8885b00c0c8e4e34e3e638c52c037a7985e unbound.initd"