Update package version to 147.0.7727.116

This commit is contained in:
2026-04-26 16:17:14 +03:00
parent 90ef39c457
commit e927f6fdeb
3 changed files with 25 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
name: chromium name: chromium
description: A safe, fast and stable open-source browser project description: A safe, fast and stable open-source browser project
version: 147.0.7727.101 version: 147.0.7727.116
revision: 1 revision: 1
url: https://www.chromium.org/Home/ url: https://www.chromium.org/Home/
license: BSD-3-License license: BSD-3-License
@@ -61,4 +61,4 @@ downloads:
- url: https://github.com/chromium-linux-tarballs/chromium-tarballs/releases/download/${BPM_PKG_VERSION}/chromium-${BPM_PKG_VERSION}-linux.tar.xz - url: https://github.com/chromium-linux-tarballs/chromium-tarballs/releases/download/${BPM_PKG_VERSION}/chromium-${BPM_PKG_VERSION}-linux.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 362b6b21748dc6983157d80ceb601c070c0324073c3b311ba67f32cb36b17532 checksum: eebd0546958485c40f8d7f6e4a7d2229d26decc8da473092889d35157338b61b
@@ -0,0 +1,21 @@
The original patch got reverted upstream, but LaneCount and SupportedLaneCount no longer work in Rust 1.95.0
--- a/third_party/rust/chromium_crates_io/vendor/bytemuck-v1/src/pod.rs
+++ b/third_party/rust/chromium_crates_io/vendor/bytemuck-v1/src/pod.rs
@@ -152,7 +152,6 @@ impl_unsafe_marker_for_simd!(
unsafe impl<T, const N: usize> Pod for core::simd::Simd<T, N>
where
T: core::simd::SimdElement + Pod,
- core::simd::LaneCount<N>: core::simd::SupportedLaneCount,
{
}
--- a/third_party/rust/chromium_crates_io/vendor/bytemuck-v1/src/zeroable.rs
+++ b/third_party/rust/chromium_crates_io/vendor/bytemuck-v1/src/zeroable.rs
@@ -231,7 +231,6 @@ impl_unsafe_marker_for_simd!(
unsafe impl<T, const N: usize> Zeroable for core::simd::Simd<T, N>
where
T: core::simd::SimdElement + Zeroable,
- core::simd::LaneCount<N>: core::simd::SupportedLaneCount,
{
}
+2
View File
@@ -22,6 +22,8 @@ prepare() {
# clang++: error: unknown argument: '-fsanitize-ignore-for-ubsan-feature=array-bounds' # 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-145-drop-unknown-clang-flag.patch
patch -Np1 -i "$BPM_WORKDIR"/chromium-147-rust-1.95-bytemuck.patch
# Fixes unknown argument error # Fixes unknown argument error
patch -Np1 -i "$BPM_WORKDIR"/chromium-147-revert-clang-no-lifetime-dse-flag.patch patch -Np1 -i "$BPM_WORKDIR"/chromium-147-revert-clang-no-lifetime-dse-flag.patch