Skip to content

Commit 6dca7ea

Browse files
committed
unbound: update to 1.24.2
Fixes: Possible Domain Hijacking via promiscuous NS Records (CVE-2025-11411) Changelog: https://www.nlnetlabs.nl/projects/unbound/download/#unbound-1-24-2 Upstream commit f6269baa605d31859f28770e01a24e3677e5f82c NLnetLabs/unbound@f6269ba Signed-off-by: Goetz Goerisch <[email protected]>
1 parent 57242e5 commit 6dca7ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

net/unbound/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=unbound
11-
PKG_VERSION:=1.24.0
11+
PKG_VERSION:=1.24.2
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1515
PKG_SOURCE_URL:=https://nlnetlabs.nl/downloads/unbound
16-
PKG_HASH:=147b22983cc7008aa21007e251b3845bfcf899ffd2d3b269253ebf2e27465086
16+
PKG_HASH:=44e7b53e008a6dcaec03032769a212b46ab5c23c105284aa05a4f3af78e59cdb
1717

1818
PKG_MAINTAINER:=Eric Luehrsen <[email protected]>
1919
PKG_LICENSE:=BSD-3-Clause

net/unbound/patches/010-configure-uname.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Fix cross compile errors by inserting an environment variable for the
33
target. Use "uname" on host only if "UNAME" variable is empty.
44
--- a/configure.ac
55
+++ b/configure.ac
6-
@@ -902,7 +902,7 @@ if test x_$ub_test_python != x_no; then
6+
@@ -904,7 +904,7 @@ if test x_$ub_test_python != x_no; then
77
fi
88
fi
99

0 commit comments

Comments
 (0)