From e901f555fb8aa9a560a452131ffff13fd8283096 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sat, 2 Sep 2023 17:23:37 +0200 Subject: [PATCH] knot-resolver: update to version 5.7.0 Changelog: https://www.knot-resolver.cz/2023-01-26-knot-resolver-5.6.0.html https://www.knot-resolver.cz/2023-08-22-knot-resolver-5.7.0.html Signed-off-by: Josef Schlehofer (cherry picked from commit a5314681149259827c1eec074ae11fe6b7a80961) --- net/knot-resolver/Makefile | 4 ++-- net/knot-resolver/patches/010-fix-lmdb.patch | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/knot-resolver/Makefile b/net/knot-resolver/Makefile index f748b0e4f8..165614b5d2 100644 --- a/net/knot-resolver/Makefile +++ b/net/knot-resolver/Makefile @@ -10,12 +10,12 @@ PKG_RELRO_FULL:=0 include $(TOPDIR)/rules.mk PKG_NAME:=knot-resolver -PKG_VERSION:=5.5.3 +PKG_VERSION:=5.7.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-resolver -PKG_HASH:=a38f57c68b7d237d662784d8406e6098aad66a148f44dcf498d1e9664c5fed2d +PKG_HASH:=383ef6db1cccabd2dd788ea9385f05e98a2bafdfeb7f0eda57ff9d572f4fad71 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=GPL-3.0-later diff --git a/net/knot-resolver/patches/010-fix-lmdb.patch b/net/knot-resolver/patches/010-fix-lmdb.patch index 4168226461..2b0f0c030a 100644 --- a/net/knot-resolver/patches/010-fix-lmdb.patch +++ b/net/knot-resolver/patches/010-fix-lmdb.patch @@ -17,4 +17,4 @@ which is now not propagated in OpenWrt meson host package. +##endif gnutls = dependency('gnutls') luajit = dependency('luajit') - # NOTE avoid using link_args for luajit due to a macOS issue + message('------------------------------') -- 2.30.2