unbound: update to 1.25.1
authorTyrel M. McQueen <redacted>
Wed, 27 May 2026 16:27:31 +0000 (12:27 -0400)
committerJosef Schlehofer <redacted>
Thu, 28 May 2026 09:17:42 +0000 (11:17 +0200)
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 <redacted>
net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch

index a598e5ef70054f7c9f681017408b88014bc3d7f0..708d0705071c113665f1fd49ccfffc6b1149a4a5 100644 (file)
@@ -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 <ericluehrsen@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
index 3a196fdcecd0e054cc2b452b9dc09bba2e8e64e6..1787fe612a40fb67e5d61b9c9eed6a35c93abd27 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
-@@ -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
  
git clone https://git.99rst.org/PROJECT