diff options
author | Kai Kang <kai.kang@windriver.com> | 2022-02-11 18:35:28 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-12 17:05:35 +0000 |
commit | 602bec0060de94fa0ebb4e3b76bb3c3515a7a4a4 (patch) | |
tree | bed2154ad31985eb9cdc14be3347a5ccf0e43fc5 /meta/recipes-sato/webkit | |
parent | 16403507bd273e7ba4ac89fc63342f4d3096eb3f (diff) | |
download | poky-602bec0060de94fa0ebb4e3b76bb3c3515a7a4a4.tar.gz |
webkitgtk: 2.34.4 -> 2.34.5
Update webkitgtk from 2.34.4 to 2.34.5. It fixes CVE-2022-22589,
CVE-2022-22590 and CVE-2022-22592 in 2.34.5 according to
https://webkitgtk.org/security/WSA-2022-0002.html
And fix indentation as well.
CVE: CVE-2022-22589
CVE: CVE-2022-22590
CVE: CVE-2022-22592
(From OE-Core rev: 775e3e4ca357bd11ec77cd01ca072c6adca89173)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/webkit')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.34.5.bb (renamed from meta/recipes-sato/webkit/webkitgtk_2.34.4.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.34.4.bb b/meta/recipes-sato/webkit/webkitgtk_2.34.5.bb index cfae4eafef..227ac2bf72 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.34.4.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.34.5.bb | |||
@@ -5,9 +5,9 @@ BUGTRACKER = "https://bugs.webkit.org/" | |||
5 | LICENSE = "BSD-2-Clause & LGPLv2+" | 5 | LICENSE = "BSD-2-Clause & LGPLv2+" |
6 | LIC_FILES_CHKSUM = "file://Source/JavaScriptCore/COPYING.LIB;md5=d0c6d6397a5d84286dda758da57bd691 \ | 6 | LIC_FILES_CHKSUM = "file://Source/JavaScriptCore/COPYING.LIB;md5=d0c6d6397a5d84286dda758da57bd691 \ |
7 | file://Source/WebCore/LICENSE-APPLE;md5=4646f90082c40bcf298c285f8bab0b12 \ | 7 | file://Source/WebCore/LICENSE-APPLE;md5=4646f90082c40bcf298c285f8bab0b12 \ |
8 | file://Source/WebCore/LICENSE-LGPL-2;md5=36357ffde2b64ae177b2494445b79d21 \ | 8 | file://Source/WebCore/LICENSE-LGPL-2;md5=36357ffde2b64ae177b2494445b79d21 \ |
9 | file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf8b8a7c36b6eec80 \ | 9 | file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf8b8a7c36b6eec80 \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | 12 | SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ |
13 | file://0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch \ | 13 | file://0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch \ |
@@ -21,7 +21,7 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ | |||
21 | file://reproducibility.patch \ | 21 | file://reproducibility.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI[sha256sum] = "975f5019199ba7699191835cf75e01a18b94e3bcd0107da7389d4ddcb1aba406" | 24 | SRC_URI[sha256sum] = "68930643af7a47a3af05f46d66e784422433753dab335d3282f319a85a5629b4" |
25 | 25 | ||
26 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc | 26 | inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc |
27 | 27 | ||