diff options
| author | Bhabu Bindu <bindudaniel1996@gmail.com> | 2023-01-09 15:05:18 +0530 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-26 23:37:05 +0000 |
| commit | da271d70f0491f81f567874282c8b57275171436 (patch) | |
| tree | e1f785399c045f5f9e4ce3e7db37c097fb7b4411 /meta/recipes-devtools/qemu/qemu.inc | |
| parent | d95be1c7edc3ce0b7a27c9d8dfbaa178162a89e9 (diff) | |
| download | poky-da271d70f0491f81f567874282c8b57275171436.tar.gz | |
qemu: Fix CVE-2022-4144
Add patch to fix CVE-2022-4144
Link: https://security-tracker.debian.org/tracker/CVE-2022-4144
(From OE-Core rev: 4cb3874abf4fdeb04337a48a14c765ba9b2269d4)
Signed-off-by: Bhabu Bindu <bhabu.bindu@kpit.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu/qemu.inc')
| -rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index cc9681fb4b..b68be447f1 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -92,6 +92,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
| 92 | file://0020-target-ppc-move-xs-n-madd-am-ds-p-xs-n-msub-am-ds-p-.patch \ | 92 | file://0020-target-ppc-move-xs-n-madd-am-ds-p-xs-n-msub-am-ds-p-.patch \ |
| 93 | file://0021-target-ppc-implement-xs-n-maddqp-o-xs-n-msubqp-o.patch \ | 93 | file://0021-target-ppc-implement-xs-n-maddqp-o-xs-n-msubqp-o.patch \ |
| 94 | file://CVE-2022-3165.patch \ | 94 | file://CVE-2022-3165.patch \ |
| 95 | file://CVE-2022-4144.patch \ | ||
| 95 | " | 96 | " |
| 96 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 97 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
| 97 | 98 | ||
