Files
chromium-dev/chromium-131-no-crel.patch
Ruediger Oertel 484841f80f - Chromium 131.0.6778.13
(beta releaed 2024-10-23)
- dropped patches:
  * chromium-130-missing-includes.patch (upstream)
- added patches:
  * chromium-131-no-crel.patch
    do not use "--crel,----allow-experimental-crel" for "-Wa"

- Chromium 130.0.6723.69 (boo#1232060)
  * CVE-2024-10229: Inappropriate implementation in Extensions
  * CVE-2024-10230: Type Confusion in V8
  * CVE-2024-10231: Type Confusion in V8

OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium-beta?expand=0&rev=62
2024-10-27 21:35:45 +00:00

16 lines
645 B
Diff

--- chromium-131.0.6724.0/build/config/compiler/BUILD.gn 2024/09/23 09:31:06 1.1
+++ chromium-131.0.6724.0/build/config/compiler/BUILD.gn 2024/09/23 09:31:30
@@ -553,12 +553,6 @@
ldflags += [ "-Wl,--color-diagnostics" ]
}
- # Enable ELF CREL (see crbug.com/357878242) for all platforms that use ELF
- # (excluding ChromeOS and NaCl toolchains). Exclude android because lld
- # crashes due to the partitions feature that Android uses.
- if (is_linux && !is_nacl) {
- cflags += [ "-Wa,--crel,--allow-experimental-crel" ]
- }
}
# Enable text section splitting only on linux when using lld for now. Other