summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2023-09-11 16:02:51 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-14 04:38:05 +0000
commit98bfb5acfed85e8bfae063ddc3cf0d361494fc6a (patch)
treedf79433d1b0d49658a7c635424f261b39b474569
parentad12349a41ada22ad7b24dc275b3e0dbe79a71f6 (diff)
Update Chromium
Submodule src/3rdparty b295bd04..a71ba6ff: * [Backport] CVE-2023-4863: Heap buffer overflow in WebP * Bump V8_PATCH_LEVEL * [Backport] CVE-2023-4762: Type Confusion in V8 * [Backport] CVE-2023-4763: Use after free in Networks * [Backport] blink::HTMLMediaElement::ShouldReusePlayer: avoid dereferencing a potentally NULL domWindow * FIXUP: Qt GN integration * Avoid using libdrm Fixes: QTBUG-115470 Fixes: QTBUG-116501 Change-Id: Ibeff96e0dca65b42ffe512627eab3c2f0f349c8c Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit e4d73afd5464bd7f34063e08aab55e8f6b16aa22) (cherry picked from commit e763db0fb23ec8c38b3423668da2a3d94a0157cd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--CHROMIUM_VERSION4
m---------src/3rdparty0
-rw-r--r--src/core/web_engine_context.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHROMIUM_VERSION b/CHROMIUM_VERSION
index 7933480d1..1876305bd 100644
--- a/CHROMIUM_VERSION
+++ b/CHROMIUM_VERSION
@@ -1,3 +1,3 @@
-Based on Chromium version: 108.0.5359.181
-Patched with security patches up to Chromium version: 116.0.5845.110
+Based on Chromium version: 112.0.5615.213
+Patched with security patches up to Chromium version: 116.0.5845.187
diff --git a/src/3rdparty b/src/3rdparty
-Subproject b295bd0409f7d8144879d9a047cda4919585b0f
+Subproject a71ba6ffc8e34033b93c0727e8d7eb17f7d6a25
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index 8ff112510..6c19428e5 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -931,7 +931,7 @@ const char *qWebEngineChromiumVersion() noexcept
const char *qWebEngineChromiumSecurityPatchVersion() noexcept
{
- return "116.0.5845.110"; // FIXME: Remember to update
+ return "116.0.5845.187"; // FIXME: Remember to update
}
QT_END_NAMESPACE