summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/unbound
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-09 17:00:12 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2025-11-12 11:38:29 +0530
commit6eb226f7c5bf9bc5dd5cc05adf9a85c1180d1e0d (patch)
treed9cc7ff73de83dda0426e3300d51f4bf193ea83e /meta-networking/recipes-support/unbound
parent517e7703135474a0e9df700d0ab204e31768a1fb (diff)
downloadmeta-openembedded-6eb226f7c5bf9bc5dd5cc05adf9a85c1180d1e0d.tar.gz
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 <skandigraun@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-networking/recipes-support/unbound')
-rw-r--r--meta-networking/recipes-support/unbound/unbound_1.19.3.bb2
1 files changed, 1 insertions, 1 deletions
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"
9LICENSE = "BSD-3-Clause" 9LICENSE = "BSD-3-Clause"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06"
11 11
12SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;branch=branch-1.19.3 \ 12SRC_URI = "git://github.com/NLnetLabs/unbound.git;protocol=https;nobranch=1 \
13 file://CVE-2024-8508.patch \ 13 file://CVE-2024-8508.patch \
14 file://CVE-2024-33655.patch \ 14 file://CVE-2024-33655.patch \
15 file://CVE-2025-11411.patch \ 15 file://CVE-2025-11411.patch \