From: Tyrel M. McQueen Date: Wed, 27 May 2026 16:27:31 +0000 (-0400) Subject: unbound: update to 1.25.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0270d94c31426037b9956d1bdc22104dd874d75d;p=openwrt-packages.git unbound: update to 1.25.1 From upstream: 1.25.1 consolidates security fixes for issues reported over a period of time. There are fixes for CVE-2026-33278, CVE-2026-42944, CVE-2026-42959, CVE-2026-32792, CVE-2026-40622, CVE-2026-41292, CVE-2026-42534, CVE-2026-42923, CVE-2026-42960, CVE-2026-44390 and CVE-2026-44608. Full details at https://www.nlnetlabs.nl/news/2026/May/20/unbound-1.25.1-released/ and https://www.nlnetlabs.nl/news/2026/Apr/29/unbound-1.25.0-released/ Signed-off-by: Tyrel M. McQueen --- diff --git a/net/unbound/Makefile b/net/unbound/Makefile index a598e5ef7..708d07050 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unbound -PKG_VERSION:=1.24.2 +PKG_VERSION:=1.25.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound -PKG_HASH:=44e7b53e008a6dcaec03032769a212b46ab5c23c105284aa05a4f3af78e59cdb +PKG_HASH:=0fe8b6277b0959cfd17562debac0aa5f71e0b02dc4ffa9c60271c583edab586f PKG_MAINTAINER:=Eric Luehrsen PKG_LICENSE:=BSD-3-Clause diff --git a/net/unbound/patches/010-configure-uname.patch b/net/unbound/patches/010-configure-uname.patch index 3a196fdce..1787fe612 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 -@@ -904,7 +904,7 @@ if test x_$ub_test_python != x_no; then +@@ -984,7 +984,7 @@ if test x_$ub_test_python != x_no; then fi fi