From f3014bcfafd48096e8ce9200703989fff5ca33a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCning?= Date: Wed, 11 Oct 2023 11:06:19 +0200 Subject: Update Chromium Submodule src/3rdparty 14780aaa..75a9a538: * [Backport] Add Intel Meteorlake GPU series type * Fix ffmpeg assembly with newer binutil * [Backport] Security bug 1447972 (2/2) * [Backport] Security bug 1447972 (1/2) * [Backport] Security bug 1479104 * [Backport] Security bug 1480184 * [Backport] CVE-2023-5217: Heap buffer overflow in vp8 encoding in libvpx * Zygote: Prevent leaking control socket to child processes * FIXUP: jumbo build * [Backport] Set ABSL_OPTION_USE_STD_ANY to 2 * [Backport] Replace uses of re2::StringPiece::set(). * [Backport] Make absl::string_view a typedef for std::string_view * Fix broken copy of non-BMP characters Fixes: QTBUG-117653 Change-Id: I49b82a1f97ffda0f7ba2b3607217a178e51ee222 Reviewed-by: Michal Klocek (cherry picked from commit 482839a0d315722f006cdd90a3e2eff97a991b2c) Reviewed-by: Qt Cherry-pick Bot --- CHROMIUM_VERSION | 2 +- src/3rdparty | 2 +- src/core/web_engine_context.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHROMIUM_VERSION b/CHROMIUM_VERSION index a9ed5a339..19f3aa7a6 100644 --- a/CHROMIUM_VERSION +++ b/CHROMIUM_VERSION @@ -1,3 +1,3 @@ Based on Chromium version: 112.0.5615.213 -Patched with security patches up to Chromium version: 117.0.5938.63 +Patched with security patches up to Chromium version: 117.0.5938.149 diff --git a/src/3rdparty b/src/3rdparty index 14780aaa6..75a9a5388 160000 --- a/src/3rdparty +++ b/src/3rdparty @@ -1 +1 @@ -Subproject commit 14780aaa6b0f85a6912878b3874c18e63c99a5d9 +Subproject commit 75a9a5388ffe90c81e037ee19b2b28801e3a0156 diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp index 74c0b1672..05ce9d39c 100644 --- a/src/core/web_engine_context.cpp +++ b/src/core/web_engine_context.cpp @@ -965,7 +965,7 @@ const char *qWebEngineChromiumVersion() noexcept const char *qWebEngineChromiumSecurityPatchVersion() noexcept { - return "117.0.5938.63"; // FIXME: Remember to update + return "117.0.5938.149"; // FIXME: Remember to update } QT_END_NAMESPACE -- cgit v1.2.3