knot-resolver: Update to version 5.7.1 openwrt-21.02
authorMichal Hrusecky <michal.hrusecky@turris.com>
Tue, 13 Feb 2024 13:17:31 +0000 (14:17 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 24 Mar 2024 10:40:20 +0000 (11:40 +0100)
- Fixes CVE-2023-50868 and CVE-2023-50387
- Also, the resolver has not been called 'Knot DNS Resolver' for quite
some time, so fix that, too.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
(cherry picked from commit 1131acf57fb07c0fa3e47c71bdca172f9d2f2e43)

net/knot-resolver/Makefile

index 165614b5d2d1ed0f47fbd3897cd783502376e1a8..d9a2b5f7b0c7fc2f5f0eb012c43f5e7995ad1999 100644 (file)
@@ -10,12 +10,12 @@ PKG_RELRO_FULL:=0
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=knot-resolver
-PKG_VERSION:=5.7.0
+PKG_VERSION:=5.7.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-resolver
-PKG_HASH:=383ef6db1cccabd2dd788ea9385f05e98a2bafdfeb7f0eda57ff9d572f4fad71
+PKG_HASH:=da14b415c61d53747a991f12d6209367ef826a13dc6bf4eeaf5d88760294c3a2
 
 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
 PKG_LICENSE:=GPL-3.0-later
@@ -31,7 +31,7 @@ define Package/knot-resolver
   SECTION:=net
   CATEGORY:=Network
   SUBMENU:=IP Addresses and Names
-  TITLE:=Knot DNS Resolver
+  TITLE:=Knot Resolver
   URL:=https://www.knot-resolver.cz
   DEPENDS=\
     +knot-libs \