summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@qt.io>2025-09-25 13:10:42 +0200
committerMichael BrĂ¼ning <michael.bruning@qt.io>2025-09-25 19:33:42 +0200
commitf1f376f88263616b6b8a6cac3de8aebb10c76977 (patch)
tree61fad123bf51ddefbe65aa03179a2fefb626682e
parent402e976a92b49eef88ec5868c0d3423b45504a3d (diff)
Update Chromiumv6.9.36.9.3
Submodule src/3rdparty c5954e05..064efb30: * [Backport] CVE-2025-10890: Side-channel information leakage in V8 (2/2) * [Backport] CVE-2025-10890: Side-channel information leakage in V8 (1/2) * [Backport] CVE-2025-10892: Integer overflow in V8 * [Backport] Dependency for CVE-2025-10892 * [Backport] CVE-2025-10891: Integer overflow in V8 * [Backport] Roll src/third_party/ffmpeg/ 01f23648c..dcdd0fa51 (552 commits) Pick-to: 6.9 Fixes: QTBUG-140538 Change-Id: I5a4adee41f330455097c51e56a8f259c3448f69c Reviewed-by: Moss Heim <moss.heim@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 6f65f6a2e..0bf9de8ca 100644
--- a/CHROMIUM_VERSION
+++ b/CHROMIUM_VERSION
@@ -1,3 +1,3 @@
Based on Chromium version: 130.0.6723.192
-Patched with security patches up to Chromium version: 140.0.7339.186
+Patched with security patches up to Chromium version: 140.0.7339.207
diff --git a/src/3rdparty b/src/3rdparty
-Subproject c5954e05ce52fdfdf4968b20a6eefa759852610
+Subproject 064efb300efcdaebede8d84e58dd6a221fecc36
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index f7359c0ff..2c6069fcc 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -1211,7 +1211,7 @@ const char *qWebEngineChromiumVersion() noexcept
const char *qWebEngineChromiumSecurityPatchVersion() noexcept
{
- return "140.0.7339.186"; // FIXME: Remember to update
+ return "140.0.7339.207"; // FIXME: Remember to update
}
QT_END_NAMESPACE