diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-09-16 12:05:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-20 23:17:53 +0100 |
commit | dab9e569c6a89685d0a0afcca7630cb609212881 (patch) | |
tree | f82ab0c2056cbe720d3314d48d9f7ea567f2a84d /meta/recipes-bsp/grub/grub2.inc | |
parent | 3acd3c8675f780fd7250776b3e56c1c0b5fa7328 (diff) | |
download | poky-dab9e569c6a89685d0a0afcca7630cb609212881.tar.gz |
grub: Apply backports to fix build with clang on x86
(From OE-Core rev: 2213b6ce1ec944228d7bb3c95f2e02ac0995b5be)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub/grub2.inc')
-rw-r--r-- | meta/recipes-bsp/grub/grub2.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 47ea561002..4a4bd571f5 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -32,6 +32,8 @@ SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \ | |||
32 | file://CVE-2022-28734-net-http-Fix-OOB-write-for-split-http-headers.patch \ | 32 | file://CVE-2022-28734-net-http-Fix-OOB-write-for-split-http-headers.patch \ |
33 | file://CVE-2022-28734-net-http-Error-out-on-headers-with-LF-without-CR.patch \ | 33 | file://CVE-2022-28734-net-http-Error-out-on-headers-with-LF-without-CR.patch \ |
34 | file://CVE-2022-28735-kern-efi-sb-Reject-non-kernel-files-in-the-shim_lock.patch \ | 34 | file://CVE-2022-28735-kern-efi-sb-Reject-non-kernel-files-in-the-shim_lock.patch \ |
35 | file://0001-configure-Remove-obsoleted-malign-jumps-loops-functi.patch \ | ||
36 | file://0002-configure-Check-for-falign-jumps-1-beside-falign-loo.patch \ | ||
35 | " | 37 | " |
36 | 38 | ||
37 | SRC_URI[sha256sum] = "23b64b4c741569f9426ed2e3d0e6780796fca081bee4c99f62aa3f53ae803f5f" | 39 | SRC_URI[sha256sum] = "23b64b4c741569f9426ed2e3d0e6780796fca081bee4c99f62aa3f53ae803f5f" |