summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2023-05-31 18:53:20 +0200
committerMichael BrĂ¼ning <michael.bruning@qt.io>2023-06-02 15:31:19 +0200
commite3968b68630179220d751a352e7ee9efd548075d (patch)
tree8ba4a0085bb5ca647338a1e792b0a6e026f0e94e
parentccc2693bd31059e09915affb733bc4e089441820 (diff)
Update Chromium
Submodule src/3rdparty 34482ee5..06943d86: * Fix name clash with SetForm * Add is_mingw helper and fix gn configurations * [Backport] CVE-2023-2724: Type Confusion in V8 * [Backport] CVE-2023-2723: Use after free in DevTools * [Backport] Security bug 1439691 * [Backport] Security bug 1442263 * [Backport] Security bug 1425115 * [Backport] CVE-2023-2721: Use after free in Navigation * Add workaround for broken windows.foundation.h header on mingw * Do not use posix_memalign with mingw * Fix nasm config for mingw * Add gn mingw compilation Change-Id: I557330876c215a700fa42fdf2679eb9218e50431 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> (cherry picked from commit 2da9670a25b784c08b2983af72564c29ba684d05)
-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 d35720207..586f452ee 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: 112.0.5615.138
+Patched with security patches up to Chromium version: 113.0.5672.126
diff --git a/src/3rdparty b/src/3rdparty
-Subproject 34482ee5da826627131767d907800f6f4a2f0a3
+Subproject 45483c4d3267d923adf4441d6823600743132c1
diff --git a/src/core/web_engine_context.cpp b/src/core/web_engine_context.cpp
index c15119b35..fab0501be 100644
--- a/src/core/web_engine_context.cpp
+++ b/src/core/web_engine_context.cpp
@@ -937,7 +937,7 @@ const char *qWebEngineChromiumVersion() noexcept
const char *qWebEngineChromiumSecurityPatchVersion() noexcept
{
- return "112.0.5615.138"; // FIXME: Remember to update
+ return "113.0.5672.126"; // FIXME: Remember to update
}
QT_END_NAMESPACE