]> git.99rst.org Git - openwrt-packages.git/commitdiff
unbound: update to 1.26.1
authorTyrel M. McQueen <redacted>
Sun, 20 Sep 2026 03:26:50 +0000 (23:26 -0400)
committerJosef Schlehofer <redacted>
Sun, 20 Sep 2026 06:08:49 +0000 (08:08 +0200)
From upstream: This release consolidates security fixes for issues reported over
a period of time. There are fixes for CVE-2026-77860, CVE-2026-77955,
CVE-2026-78227, CVE-2026-80225, CVE-2026-81634, CVE-2026-81642,
CVE-2026-82717, CVE-2026-82720, and CVE-2026-85501.

Full details at

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

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

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