Update package version to 149.0.7827.155

This commit is contained in:
2026-06-21 11:34:03 +03:00
parent d8e9624f44
commit d91e265d76
8 changed files with 80 additions and 69 deletions
+8 -6
View File
@@ -15,12 +15,12 @@ prepare() {
# Fixes from Gentoo
patch -Np1 -i "$BPM_WORKDIR"/chromium-138-nodejs-version-check.patch
# Increase _FORTIFY_SOURCE level to match Arch's default flags
# Increase _FORTIFY_SOURCE level
patch -Np1 -i "$BPM_WORKDIR"/increase-fortify-level.patch
# Fix issue about missing compiler flag, can be dropped when arch has LLVM 23
# Fix issue about missing compiler flag. Can be fixed by upgrading to LLVM 23
# clang++: error: unknown argument: '-fsanitize-ignore-for-ubsan-feature=array-bounds'
patch -Np1 -i "$BPM_WORKDIR"/chromium-145-drop-unknown-clang-flag.patch
patch -Np1 -i "$BPM_WORKDIR"/chromium-149-drop-unknown-clang-flag.patch
patch -Np1 -i "$BPM_WORKDIR"/chromium-147-rust-1.95-bytemuck.patch
@@ -34,9 +34,11 @@ prepare() {
patch -Np1 -i "$BPM_WORKDIR"/dont_require_profiler_builtins.rlib.patch
# Causes a build failure with our clang version
patch -Np1 -i "$BPM_WORKDIR"/chromium-148-revert-clang-fsanitize-return-flag-1.patch
patch -Np1 -i "$BPM_WORKDIR"/chromium-148-revert-clang-fsanitize-return-flag-2.patch
# Chromium bundles a patched minizip with extra features.
patch -Np1 -i "$BPM_WORKDIR"/chromium-149-unbundle-minizip-undo-unicode.patch
patch -Np1 -i "$BPM_WORKDIR"/chromium-149-use-of-undeclared-identifier-ERROR.patch
# Allow building against system libraries in official builds
sed -i 's/OFFICIAL_BUILD/GOOGLE_CHROME_BUILD/' tools/generate_shim_headers/generate_shim_headers.py