- Hoshino Lina: Update to cef-143.0.9+ge88e818 (rhbz#2420939) - * High CVE-2025-13630: Type Confusion in V8 - * High CVE-2025-13631: Inappropriate implementation in Google Updater - * High CVE-2025-13632: Inappropriate implementation in DevTools - * High CVE-2025-13633: Use after free in Digital Credentials - * Medium CVE-2025-13634: Inappropriate implementation in Downloads - * Medium CVE-2025-13720: Bad cast in Loader - * Medium CVE-2025-13721: Race in v8 - * Low CVE-2025-13635: Inappropriate implementation in Downloads - * Low CVE-2025-13636: Inappropriate implementation in Split View - * Low CVE-2025-13637: Inappropriate implementation in Downloads - * Low CVE-2025-13638: Use after free in Media Stream - * Low CVE-2025-13639: Inappropriate implementation in WebRTC - * Low CVE-2025-13640: Inappropriate implementation in Passwords - Drop workaround darkmode-image-policy.patch - Fix build error due to Unresolved dependencies - Fix swiftshader to compile with llvm-16.0 - Refresh python-3.9-ftbfs patch for el9 - Refresh ppc64le patches - Refresh chromium.conf
29 lines
1.6 KiB
Diff
29 lines
1.6 KiB
Diff
Index: chromium-143.0.7499.40/third_party/breakpad/BUILD.gn
|
|
===================================================================
|
|
--- chromium-143.0.7499.40.orig/third_party/breakpad/BUILD.gn
|
|
+++ chromium-143.0.7499.40/third_party/breakpad/BUILD.gn
|
|
@@ -804,7 +804,6 @@ if (is_linux || is_chromeos || is_androi
|
|
"breakpad/src/client/minidump_file_writer.h",
|
|
"breakpad/src/common/convert_UTF.cc",
|
|
"breakpad/src/common/convert_UTF.h",
|
|
- "breakpad/src/common/linux/breakpad_getcontext.S",
|
|
"breakpad/src/common/linux/elf_core_dump.cc",
|
|
"breakpad/src/common/linux/elf_core_dump.h",
|
|
"breakpad/src/common/linux/elfutils.cc",
|
|
@@ -836,6 +835,8 @@ if (is_linux || is_chromeos || is_androi
|
|
configs += [ "//build/config/compiler:no_chromium_code" ]
|
|
public_configs = [ ":client_config" ]
|
|
|
|
+ defines = [ "HAVE_GETCONTEXT" ]
|
|
+
|
|
if (current_cpu == "arm" && is_chromeos_ash) {
|
|
# Avoid running out of registers in
|
|
# linux_syscall_support.h:sys_clone()'s inline assembly.
|
|
@@ -893,7 +894,6 @@ if (is_linux || is_chromeos || is_androi
|
|
"breakpad/src/client/linux/minidump_writer/minidump_writer_unittest.cc",
|
|
"breakpad/src/client/linux/minidump_writer/minidump_writer_unittest_utils.cc",
|
|
"breakpad/src/client/linux/minidump_writer/proc_cpuinfo_reader_unittest.cc",
|
|
- "breakpad/src/common/linux/breakpad_getcontext_unittest.cc",
|
|
"breakpad/src/common/linux/elf_core_dump_unittest.cc",
|
|
"breakpad/src/common/linux/file_id_unittest.cc",
|
|
"breakpad/src/common/linux/linux_libc_support_unittest.cc",
|