From: Tyrel M. McQueen Date: Sun, 20 Sep 2026 03:26:50 +0000 (-0400) Subject: unbound: update to 1.26.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5174da3aa379d65cdf3247a3359241910b79ee1c;p=openwrt-packages.git unbound: update to 1.26.1 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 --- diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 42eaf4e0d..3d77ad7ff 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -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 diff --git a/net/unbound/patches/010-configure-uname.patch b/net/unbound/patches/010-configure-uname.patch index 781ab6a9b..d61596505 100644 --- a/net/unbound/patches/010-configure-uname.patch +++ b/net/unbound/patches/010-configure-uname.patch @@ -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