From 7e52202bdce5914d3136642d751b3b262d71b1ce Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 24 Jan 2025 01:10:48 +0300 Subject: [PATCH] import chromium-132.0.6834.110-1.el9 --- .chromium.metadata | 2 +- .gitignore | 2 +- SOURCES/clean_ffmpeg.sh | 5 +++++ SPECS/chromium.spec | 12 ++++++++++-- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.chromium.metadata b/.chromium.metadata index 8d42d19e..5f141d96 100644 --- a/.chromium.metadata +++ b/.chromium.metadata @@ -1,3 +1,3 @@ -70242bc02c1ad7f7ee0320becdc6620c9d76792c SOURCES/chromium-132.0.6834.83-clean.tar.xz +54ef3c4645db0db0a23aaceb38afd6f0b26842e6 SOURCES/chromium-132.0.6834.110-clean.tar.xz 7e5d2c7864c5c83ec789b59c77cd9c20d2594916 SOURCES/linux-arm64-0.19.2.tgz dea187019741602d57aaf189a80abba261fbd2aa SOURCES/linux-x64-0.19.2.tgz diff --git a/.gitignore b/.gitignore index 3af12022..4c7eda42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/chromium-132.0.6834.83-clean.tar.xz +SOURCES/chromium-132.0.6834.110-clean.tar.xz SOURCES/linux-arm64-0.19.2.tgz SOURCES/linux-x64-0.19.2.tgz diff --git a/SOURCES/clean_ffmpeg.sh b/SOURCES/clean_ffmpeg.sh index 4b3de8a4..f26b2fe0 100755 --- a/SOURCES/clean_ffmpeg.sh +++ b/SOURCES/clean_ffmpeg.sh @@ -236,6 +236,8 @@ manual_files=" libavcodec/aarch64/h264pred_neon.S \ libavcodec/aarch64/neon.S \ libavcodec/aarch64/vorbisdsp_neon.S \ libavcodec/aarch64/autorename_libavcodec_aarch64_vorbisdsp_neon.S \ + libavcodec/aarch64/autorename_libavcodec_aarch64_vorbisdsp_init.c \ + libavcodec/aarch64/autorename_libavcodec_aarch64_videodsp_init.c \ libavcodec/aarch64/vorbisdsp_init.c \ libavcodec/aarch64/vp8dsp_neon.S \ libavcodec/x86/hpeldsp.asm \ @@ -271,8 +273,11 @@ manual_files=" libavcodec/aarch64/h264pred_neon.S \ libavformat/version.c \ libavutil/aarch64/asm.S \ libavutil/aarch64/cpu.c \ + libavutil/aarch64/cpu_sve.S \ libavutil/aarch64/float_dsp_init.c \ libavutil/aarch64/float_dsp_neon.S \ + libavutil/aarch64/autorename_libavutil_aarch64_cpu.c \ + libavutil/aarch64/autorename_libavutil_aarch64_float_dsp_init.c \ libavutil/aarch64/autorename_libavutil_aarch64_float_dsp_neon.S \ libavutil/aarch64/tx_float_neon.S \ libavutil/aarch64/timer.h \ diff --git a/SPECS/chromium.spec b/SPECS/chromium.spec index b789630a..a03aab1c 100644 --- a/SPECS/chromium.spec +++ b/SPECS/chromium.spec @@ -276,7 +276,7 @@ %endif Name: chromium%{chromium_channel} -Version: 132.0.6834.83 +Version: 132.0.6834.110 Release: 1%{?dist} Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use Url: http://www.chromium.org/Home @@ -1048,7 +1048,7 @@ Qt6 UI for chromium. %endif %patch -P307 -p1 -b .el8-atk-compiler-error %endif -%if 0%{?rhel} == 8 || 0%{?rhel} == 9 +%if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?fedora} == 40 %patch -P308 -p1 -b .el8-unsupport-clang-flags %patch -P309 -p1 -b .el8-unsupport-rustc-flags %patch -P310 -p1 -b .el8-clang18-build-error @@ -1919,6 +1919,14 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt %endif %changelog +* Thu Jan 23 2025 Than Ngo - 132.0.6834.110-1 +- Update to 132.0.6834.110 + * High CVE-2025-0611: Object corruption in V8 + * High CVE-2025-0612: Out of bounds memory access in V8 + +* Thu Jan 16 2025 Fedora Release Engineering - 132.0.6834.83-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jan 15 2025 Than Ngo - 132.0.6834.83-1 - Update to 132.0.6834.83 * High CVE-2025-0434: Out of bounds memory access in V8