From: Tyrel M. McQueen Date: Thu, 30 Jul 2026 10:47:52 +0000 (-0400) Subject: unbound: update to 1.25.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=2a28bbc943cf9d02cf6f911b5598b9733d2977d3;p=openwrt-packages.git unbound: update to 1.25.2 From upstream: 1.25.2 consolidates security fixes for issues reported over a period of time. There are fixes for CVE-2026-14586, CVE-2026-32665, CVE-2026-40691, CVE-2026-41637, CVE-2026-42955, CVE-2026-44621, CVE-2026-44687, CVE-2026-44690, CVE-2026-46582, CVE-2026-50045, CVE-2026-50046, CVE-2026-50243, CVE-2026-50248, CVE-2026-50251, CVE-2026-50252, CVE-2026-52863, CVE-2026-54478, CVE-2026-55708, CVE-2026-55717, CVE-2026-55973, CVE-2026-55990, CVE-2026-55991, CVE-2026-56416 and CVE-2026-56444. Full details at https://github.com/NLnetLabs/unbound/releases/tag/release-1.25.2 Signed-off-by: Tyrel M. McQueen --- diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 622a2e5f7..2dba907a4 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.25.1 +PKG_VERSION:=1.25.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound -PKG_HASH:=0fe8b6277b0959cfd17562debac0aa5f71e0b02dc4ffa9c60271c583edab586f +PKG_HASH:=0d92275c703d5f5f8baba3dab22117dd8c29b495588a5c229768ed6581566600 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 1787fe612..fadca49cc 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 -@@ -984,7 +984,7 @@ if test x_$ub_test_python != x_no; then +@@ -985,7 +985,7 @@ if test x_$ub_test_python != x_no; then fi fi