knot-resolver: update to 5.4.0.
This commit is contained in:
parent
ee1cc5e377
commit
05b93c9c70
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'knot-resolver'
|
||||
pkgname=knot-resolver
|
||||
version=5.3.2
|
||||
version=5.4.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="
|
||||
|
@ -8,17 +8,18 @@ configure_args="
|
|||
-Dgroup=_knot_resolver
|
||||
-Duser=_knot_resolver
|
||||
-Dkeyfile_default=/var/lib/knot-resolver/root.keys
|
||||
-Droot_hints=/var/lib/knot-resolver/root.hints"
|
||||
-Droot_hints=/var/lib/knot-resolver/root.hints
|
||||
-Dkres_gen_test=false"
|
||||
hostmakedepends="meson pkg-config protobuf-c"
|
||||
makedepends="LuaJIT-devel fstrm-devel gnutls-devel libedit-devel libknot-devel
|
||||
libuv-devel lmdb-devel protobuf-c-devel"
|
||||
libuv-devel lmdb-devel protobuf-c-devel nghttp2-devel libcap-ng-devel libcap-ng-devel"
|
||||
checkdepends="cmocka-devel"
|
||||
short_desc="Full caching DNS resolver implementation"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.knot-resolver.cz/"
|
||||
distfiles="https://secure.nic.cz/files/knot-resolver/knot-resolver-${version}.tar.xz"
|
||||
checksum=8b6f447d5fe93422d4c129a2d4004a977369c3aa6e55258ead1cbd488bc01436
|
||||
checksum=534af671b98433b23b57039acc9d7d3c100a4888a8cf9aeba36161774ca0815e
|
||||
|
||||
system_accounts="_knot_resolver"
|
||||
_knot_resolver_homedir="/var/cache/knot-resolver"
|
||||
|
|
Loading…
Reference in a new issue