]> git.99rst.org Git - openwrt-packages.git/commitdiff
unbound: update to 1.26.0
authorTyrel M. McQueen <redacted>
Sun, 13 Sep 2026 14:52:04 +0000 (10:52 -0400)
committerJosef Schlehofer <redacted>
Sun, 13 Sep 2026 20:06:00 +0000 (22:06 +0200)
From upstream: 1.26.0 has a number of bug fixes, including a fix
for an error in log printout in fix for CVE-2026-50248, and
some features.

Full details at

https://github.com/NLnetLabs/unbound/releases/tag/release-1.26.0

Signed-off-by: Tyrel M. McQueen <redacted>
net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch

index 2dba907a498b0aa7b17a5e55fa8edfb2fd958286..42eaf4e0ded854719c1255555b9cbbf3729e8ec2 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
-PKG_VERSION:=1.25.2
+PKG_VERSION:=1.26.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
-PKG_HASH:=0d92275c703d5f5f8baba3dab22117dd8c29b495588a5c229768ed6581566600
+PKG_HASH:=77458a7156e275c0b7b17fabcb357cb12445d95cfcb26fb9bb7d5ecba45e0b63
 
 PKG_MAINTAINER:=
 PKG_LICENSE:=BSD-3-Clause
index fadca49cc9308af4ee41ad4aa8d9985f15368208..781ab6a9bd80e88417593feef19149f2f8557eb3 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
-@@ -985,7 +985,7 @@ if test x_$ub_test_python != x_no; then
+@@ -986,7 +986,7 @@ if test x_$ub_test_python != x_no; then
     fi
  fi
  
git clone https://git.99rst.org/PROJECT