From: Tyrel M. McQueen Date: Sun, 13 Sep 2026 14:52:04 +0000 (-0400) Subject: unbound: update to 1.26.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=881a8c5c5bfb6d341a50072b6e53186c7c5d09c0;p=openwrt-packages.git unbound: update to 1.26.0 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 --- diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 2dba907a4..42eaf4e0d 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -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 diff --git a/net/unbound/patches/010-configure-uname.patch b/net/unbound/patches/010-configure-uname.patch index fadca49cc..781ab6a9b 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 -@@ -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