diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-05 08:38:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-05 08:39:43 +0100 |
commit | 0e5bdb623b0f3ca4d71eba56b54915905acbc7d9 (patch) | |
tree | a16dd26ecb839d2086c78b7d55f6d24761b7e0a0 /meta | |
parent | 38e3769a72f8538145428294ff21e83c866aae3c (diff) | |
download | poky-0e5bdb623b0f3ca4d71eba56b54915905acbc7d9.tar.gz |
xdg-utils: Fix CVE number
In the previous commit I somehow mixed up and used an incorrect CVE number.
Use the correct one.
(From OE-Core rev: b3e2729f686ff6e16e11590bcd701c057ae5f1e2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils/CVE-2022-4055.patch (renamed from meta/recipes-extended/xdg-utils/xdg-utils/CVE-2020-27748.patch) | 2 | ||||
-rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils/CVE-2020-27748.patch b/meta/recipes-extended/xdg-utils/xdg-utils/CVE-2022-4055.patch index ec3605e158..b236030108 100644 --- a/meta/recipes-extended/xdg-utils/xdg-utils/CVE-2020-27748.patch +++ b/meta/recipes-extended/xdg-utils/xdg-utils/CVE-2022-4055.patch | |||
@@ -14,7 +14,7 @@ Upstream-Status: Submitted [https://gitlab.freedesktop.org/xdg/xdg-utils/-/issue | |||
14 | 14 | ||
15 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | 15 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
16 | 16 | ||
17 | CVE: CVE-2020-27748 | 17 | CVE: CVE-2022-4055 |
18 | 18 | ||
19 | 19 | ||
20 | Index: xdg-utils-1.1.3/scripts/xdg-email.in | 20 | Index: xdg-utils-1.1.3/scripts/xdg-email.in |
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb index d95bcccd2a..4d93180535 100644 --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.3.bb | |||
@@ -21,7 +21,7 @@ SRC_URI = "https://portland.freedesktop.org/download/${BPN}-${PV}.tar.gz \ | |||
21 | file://0001-Reinstate-xdg-terminal.patch \ | 21 | file://0001-Reinstate-xdg-terminal.patch \ |
22 | file://0001-Don-t-build-the-in-script-manual.patch \ | 22 | file://0001-Don-t-build-the-in-script-manual.patch \ |
23 | file://1f199813e0eb0246f63b54e9e154970e609575af.patch \ | 23 | file://1f199813e0eb0246f63b54e9e154970e609575af.patch \ |
24 | file://CVE-2020-27748.patch \ | 24 | file://CVE-2022-4055.patch \ |
25 | " | 25 | " |
26 | 26 | ||
27 | SRC_URI[md5sum] = "902042508b626027a3709d105f0b63ff" | 27 | SRC_URI[md5sum] = "902042508b626027a3709d105f0b63ff" |