@ -10,12 +10,12 @@ PKG_RELRO_FULL:=0
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := knot-resolver
PKG_VERSION := 5.4.0
PKG_VERSION := 5.4.2
PKG_RELEASE := 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE_URL := https://secure.nic.cz/files/knot-resolver
PKG_HASH := 534af671b98433b23b57039acc9d7d3c100a4888a8cf9aeba36161774ca0815e
PKG_HASH := ea6a219571a752056669bae3f2c0c3ed0bec58af5ab832d505a3ec9c4063a58b
PKG_MAINTAINER := Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE := GPL-3.0-later
@ -56,7 +56,6 @@ define Package/knot-resolver/config
source " $( SOURCE) /Config.in "
e n d e f
# kres_gen_test breaks on cross, fix is already upstream
MESON_ARGS += \
$( if $( CONFIG_PACKAGE_knot-resolver_dnstap) , -Ddnstap= enabled,-Ddnstap= disabled) \
-Dcapng= disabled \
@ -69,7 +68,6 @@ MESON_ARGS+= \
-Dkeyfile_default= /etc/knot-resolver/root.keys \
-Dprefix= /usr \
-Dunit_tests= disabled \
-Dkres_gen_test= false \
-Dutils= disabled
d e f i n e P a c k a g e / k n o t - r e s o l v e r / i n s t a l l