summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2023-11-02 22:19:37 +0100
committerMichael BrĂ¼ning <michael.bruning@qt.io>2023-11-03 14:58:55 +0100
commitec27984cfb257e94a0ca6fdb2e40c278fdf94663 (patch)
treeea6b5362508b65a8b370574e542ebced4de639d5
parent888f786ff054d2216ddb669992ffe5aeae7f82d4 (diff)
Update Chromium
Submodule src/3rdparty 8146bf85..4253d879: * [Backport] CVE-2023-45853: Buffer overflow in MiniZip (2/2) * [Backport] CVE-2023-45853: Buffer overflow in MiniZip (1/2) * [Backport] Security bug 1471305 * [Backport] CVE-2023-5482 and CVE-2023-5849 * [Backport] Security bug 1478470 Pick-to: 6.6 Fixes: QTBUG-118682 Change-Id: I067d1d9f7791d57d95a12a1f9762998d56ed4de2 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--CHROMIUM_VERSION2
m---------src/3rdparty0
-rw-r--r--src/core/web_engine_context.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/CHROMIUM_VERSION b/CHROMIUM_VERSION
index cbdb9d3bd..fcd5df99e 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: 118.0.5993.117
+Patched with security patches up to Chromium version: 119.0.6045.105
diff --git a/src/3rdparty b/src/3rdparty
-Subproject 8146bf8543363d4c48cbaf854909abccf84de02
+Subproject 4253d879ba8a63bf70d87b80b286936456d1042
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index 7887d0ce7..5329e99e2 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -964,7 +964,7 @@ const char *qWebEngineChromiumVersion() noexcept
const char *qWebEngineChromiumSecurityPatchVersion() noexcept
{
- return "118.0.5993.117"; // FIXME: Remember to update
+ return "119.0.6045.105"; // FIXME: Remember to update
}
QT_END_NAMESPACE