mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
llvm: Fix CVE-2024-0151
(From OE-Core rev: fe1b86ff78090a0214130112abc2d6ea4736bf80) Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
221e778021
commit
f024bb10b3
1086
meta/recipes-devtools/llvm/llvm/0002-llvm-Fix-CVE-2024-0151.patch
Normal file
1086
meta/recipes-devtools/llvm/llvm/0002-llvm-Fix-CVE-2024-0151.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -25,6 +25,7 @@ LLVM_RELEASE = "${PV}"
|
||||
SRC_URI = "https://github.com/llvm/llvm-project/releases/download/llvmorg-${PV}/llvm-project-${PV}.src.tar.xz \
|
||||
file://0007-llvm-allow-env-override-of-exe-path.patch;striplevel=2 \
|
||||
file://0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch;striplevel=2 \
|
||||
file://0002-llvm-Fix-CVE-2024-0151.patch;striplevel=2 \
|
||||
file://llvm-config \
|
||||
"
|
||||
SRC_URI[sha256sum] = "0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a"
|
||||
|
||||
Reference in New Issue
Block a user