mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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>
This commit is contained in:
committed by
Anuj Mittal
parent
517e770313
commit
6eb226f7c5
@@ -9,7 +9,7 @@ SECTION = "net"
|
|||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5308494bc0590c0cb036afd781d78f06"
|
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-8508.patch \
|
||||||
file://CVE-2024-33655.patch \
|
file://CVE-2024-33655.patch \
|
||||||
file://CVE-2025-11411.patch \
|
file://CVE-2025-11411.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user