knot-resolver: update to version 5.7.0
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 2 Sep 2023 15:23:37 +0000 (17:23 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 3 Sep 2023 08:02:16 +0000 (10:02 +0200)
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 <pepe.schlehofer@gmail.com>
net/knot-resolver/Makefile
net/knot-resolver/patches/010-fix-lmdb.patch

index 31cb3654ccbd4ed0c748a6fb5419e987ff81550b..8732ff7f3339aed1ca91bd218409698a9c95e68f 100644 (file)
@@ -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 <jan.pavlinec1@gmail.com>
 PKG_LICENSE:=GPL-3.0-later
index 4168226461a131a781ca2a6568f36f0a644b726f..2b0f0c030ab45d55c8e70b515247b3a00c03173b 100644 (file)
@@ -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('------------------------------')