From 6eb226f7c5bf9bc5dd5cc05adf9a85c1180d1e0d Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sun, 9 Nov 2025 17:00:12 +0100 Subject: [PATCH] unbound: fix SRC_URI The branch used in the SRC_URI got deleted, and the used revision is detached from all branches. Use nobranch tag in the SRC_URI to avoid fetching failures. Signed-off-by: Gyorgy Sarvari Signed-off-by: Anuj Mittal --- meta-networking/recipes-support/unbound/unbound_1.19.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/unbound/unbound_1.19.3.bb b/meta-networking/recipes-support/unbound/unbound_1.19.3.bb index e48d76ea59..0542ae454b 100644 --- a/meta-networking/recipes-support/unbound/unbound_1.19.3.bb +++ b/meta-networking/recipes-support/unbound/unbound_1.19.3.bb @@ -9,7 +9,7 @@ SECTION = "net" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" -SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=branch-1.19.3 \ +SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;nobranch=1 \ file://CVE-2024-8508.patch \ file://CVE-2024-33655.patch \ file://CVE-2025-11411.patch \