summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2022-12-20 23:20:27 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 17:33:23 +0000
commit99f1aa47364b59b0f00b90b5e4a959546cfda105 (patch)
tree3806d5007726a522b44277f626a29ef20c80b5c4 /meta/recipes-sato
parent7af48055e331e662e6f116ea8b5cc7166dcdfbf8 (diff)
downloadpoky-99f1aa47364b59b0f00b90b5e4a959546cfda105.tar.gz
webkitgtk: 2.36.7 -> 2.36.8
webkitgtk 2.36.8 is a bug fix release in the stable 2.36 series. What’s new in the WebKitGTK 2.36.8 release? * Fix jumpy elements when scrolling GitLab and other web sites. * Fix WebKitWebView:web-process-terminated signal not being emitted for the first web view when sandboxing is enabled. * Fix hang when opening HTML <select> elements in GTK4 builds. * Fix kinetic scrolling with elements that use overflow scrolling. * Fix several crashes and rendering issues. It fixes CVES: CVE: CVE-2022-32886 CVE: CVE-2022-32891 CVE: CVE-2022-32912 Refs: * https://webkitgtk.org/2022/09/16/webkitgtk2.36.8-released.html * https://webkitgtk.org/security/WSA-2022-0009.html (From OE-Core rev: 94c4dc8d233a35270dfedd9739f36c7aca0a559f) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.36.8.bb (renamed from meta/recipes-sato/webkit/webkitgtk_2.36.7.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb b/meta/recipes-sato/webkit/webkitgtk_2.36.8.bb
index 026e24ae39..7b2c5c6e36 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.36.7.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.36.8.bb
@@ -9,14 +9,14 @@ LIC_FILES_CHKSUM = "file://Source/JavaScriptCore/COPYING.LIB;md5=d0c6d6397a5d842
9 file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf8b8a7c36b6eec80 \ 9 file://Source/WebCore/LICENSE-LGPL-2.1;md5=a778a33ef338abbaf8b8a7c36b6eec80 \
10 " 10 "
11 11
12SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \ 12SRC_URI = "https://www.webkitgtk.org/releases/${BP}.tar.xz \
13 file://0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch \ 13 file://0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch \
14 file://0001-Tweak-gtkdoc-settings-so-that-gtkdoc-generation-work.patch \ 14 file://0001-Tweak-gtkdoc-settings-so-that-gtkdoc-generation-work.patch \
15 file://0001-Fix-build-without-opengl-or-es.patch \ 15 file://0001-Fix-build-without-opengl-or-es.patch \
16 file://reproducibility.patch \ 16 file://reproducibility.patch \
17 file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \ 17 file://0001-When-building-introspection-files-do-not-quote-CFLAG.patch \
18 " 18 "
19SRC_URI[sha256sum] = "0c260cf2b32f0481d017670dfed1b61e554967cd067195606c9f9eb5fe731743" 19SRC_URI[sha256sum] = "0ad9fb6bf28308fe3889faf184bd179d13ac1b46835d2136edbab2c133d00437"
20 20
21inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc 21inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
22 22