unbound: update to 1.23.0
authorEric Luehrsen <redacted>
Fri, 2 May 2025 03:39:37 +0000 (23:39 -0400)
committerHannu Nyman <redacted>
Fri, 9 May 2025 18:52:16 +0000 (21:52 +0300)
Signed-off-by: Eric Luehrsen <redacted>
net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch

index 0b14eddaa9bc116da69a306faad3c02c8fae5a08..a40abf508dbcc026e88840c964c1f251e3fd23c7 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.22.0
-PKG_RELEASE:=2
+PKG_VERSION:=1.23.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=c5dd1bdef5d5685b2cedb749158dd152c52d44f65529a34ac15cd88d4b1b3d43
+PKG_HASH:=959bd5f3875316d7b3f67ee237a56de5565f5b35fc9b5fc3cea6cfe735a03bb8
 
 PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index 65b9449c06617056ab6d39f402820711bffec671..866cf7fa4f8752e26276e1f24014b25a63aafcdc 100644 (file)
@@ -3,7 +3,7 @@ Fix cross compile errors by inserting an environment variable for the
 target. Use "uname" on host only if "UNAME" variable is empty.
 --- a/configure.ac
 +++ b/configure.ac
-@@ -897,7 +897,7 @@ if test x_$ub_test_python != x_no; then
+@@ -900,7 +900,7 @@ if test x_$ub_test_python != x_no; then
     fi
  fi
  
git clone https://git.99rst.org/PROJECT