]> git.99rst.org Git - openwrt-packages.git/commitdiff
unbound: update to 1.25.2
authorTyrel M. McQueen <redacted>
Thu, 30 Jul 2026 10:47:52 +0000 (06:47 -0400)
committerJosef Schlehofer <redacted>
Fri, 31 Jul 2026 05:55:00 +0000 (07:55 +0200)
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 <redacted>
net/unbound/Makefile
net/unbound/patches/010-configure-uname.patch

index 622a2e5f7448edb268fbac268995f18f088048b8..2dba907a498b0aa7b17a5e55fa8edfb2fd958286 100644 (file)
@@ -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
index 1787fe612a40fb67e5d61b9c9eed6a35c93abd27..fadca49cc9308af4ee41ad4aa8d9985f15368208 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
-@@ -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
  
git clone https://git.99rst.org/PROJECT