diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-03-20 02:07:14 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-03-20 02:07:14 +0000 |
commit | 9303f5451fc758c7d88b03a3f449ca92d551f43b (patch) | |
tree | c784ee2d02d398f95a8346bb4fecd314ee12003f | |
parent | c776a7bce1b89e0315939f8607b91e793b6ccb67 (diff) | |
parent | 546f2f9c16db5541117fdbaca8cc5db62f856aa3 (diff) | |
download | packages-9303f5451fc758c7d88b03a3f449ca92d551f43b.tar.gz packages-9303f5451fc758c7d88b03a3f449ca92d551f43b.tar.bz2 packages-9303f5451fc758c7d88b03a3f449ca92d551f43b.tar.xz packages-9303f5451fc758c7d88b03a3f449ca92d551f43b.zip |
Merge branch 'unbound' into 'master'
user/unbound: Bump to 1.9.1
See merge request !203
-rw-r--r-- | user/unbound/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/user/unbound/APKBUILD b/user/unbound/APKBUILD index 3c6810ec3..8838db965 100644 --- a/user/unbound/APKBUILD +++ b/user/unbound/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Luis Ressel <aranea@aixah.de> # Maintainer: Luis Ressel <aranea@aixah.de> pkgname=unbound -pkgver=1.9.0 +pkgver=1.9.1 pkgrel=0 pkgdesc="A validating, recursive and caching DNS resolver" url="https://unbound.net/" @@ -48,7 +48,6 @@ build() { check() { cd "$builddir" - sed -i -e 's/ELAPSED/ELAPSE/' testdata/auth_xfr_notify.rpl # Bug in unbound-1.8.3 test suite make test } @@ -71,6 +70,6 @@ python() { mv "$pkgdir/usr/lib/python"* "$subpkgdir" } -sha512sums="7dfa8e078507fc24a2d0938eea590389453bacfcac023f1a41af19350ea1f7b87d0c82d7eead121a11068921292a96865e177274ff27ed8b8868445f80f7baf6 unbound-1.9.0.tar.gz +sha512sums="5dfac7ce3892f73109fdfe0f81863643b1f4c10cee2d4e2d1a28132f1b9ea4d4f89242e4e6348fdadf998f1c75d53577cbf4f719e98faa1342fc3c5de2e8903d unbound-1.9.1.tar.gz de9dc269553f5449c1757690c2a8a3b9f228964f5672d721cfdbc29e6fab8954907fa4fa3761dd6f705b3ccd2f729cc6e2fe870107feb68cca611589f8306b94 unbound.confd 6627cbcbcb4e04f596e7e0ffdbf80ceb54cdb59144cb89896e53503dfb41b99fd77d8b85d05e6670f77023b6eafec8885b00c0c8e4e34e3e638c52c037a7985e unbound.initd" |