import chromium-132.0.6834.110-1.el8

i8ce changed/i8ce/chromium-132.0.6834.110-1.el8
MSVSphere Packaging Team 8 hours ago
parent 791e58551e
commit a2b2f2c851
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1,4 +1,4 @@
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 7e5d2c7864c5c83ec789b59c77cd9c20d2594916 SOURCES/linux-arm64-0.19.2.tgz
dea187019741602d57aaf189a80abba261fbd2aa SOURCES/linux-x64-0.19.2.tgz dea187019741602d57aaf189a80abba261fbd2aa SOURCES/linux-x64-0.19.2.tgz
3e94bb4f999c636293bc745b02d98e7925da5616 SOURCES/node-v20.6.1-linux-arm64.tar.xz 3e94bb4f999c636293bc745b02d98e7925da5616 SOURCES/node-v20.6.1-linux-arm64.tar.xz

2
.gitignore vendored

@ -1,4 +1,4 @@
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-arm64-0.19.2.tgz
SOURCES/linux-x64-0.19.2.tgz SOURCES/linux-x64-0.19.2.tgz
SOURCES/node-v20.6.1-linux-arm64.tar.xz SOURCES/node-v20.6.1-linux-arm64.tar.xz

@ -1,52 +0,0 @@
--- /dev/null 2025-01-15 17:59:31.105999986 +0100
+++ chromium-132.0.6834.83/third_party/ffmpeg/libavcodec/aarch64/autorename_libavcodec_aarch64_vorbisdsp_init.c 2025-01-07 20:49:01.000000000 +0100
@@ -0,0 +1,2 @@
+// Automatically generated on Tue Oct 22 17:56:01 2024. See crbug.com/495833.
+#include "vorbisdsp_init.c"
--- /dev/null 2025-01-15 23:08:30.985344485 +0100
+++ chromium-132.0.6834.83/third_party/ffmpeg/libavutil/aarch64/autorename_libavutil_aarch64_cpu.c 2025-01-07 20:49:01.000000000 +0100
@@ -0,0 +1,2 @@
+// Automatically generated on Tue Oct 22 17:56:01 2024. See crbug.com/495833.
+#include "cpu.c"
--- /dev/null 2025-01-16 08:50:44.906000351 +0100
+++ chromium-132.0.6834.83/third_party/ffmpeg/libavutil/aarch64/autorename_libavutil_aarch64_float_dsp_init.c 2025-01-07 20:49:01.000000000 +0100
@@ -0,0 +1,2 @@
+// Automatically generated on Tue Oct 22 17:56:01 2024. See crbug.com/495833.
+#include "float_dsp_init.c"
--- /dev/null 2025-01-16 08:50:44.906000351 +0100
+++ chromium-132.0.6834.83/third_party/ffmpeg/libavcodec/aarch64/autorename_libavcodec_aarch64_videodsp_init.c 2025-01-07 20:49:01.000000000 +0100
@@ -0,0 +1,2 @@
+// Automatically generated on Tue Oct 22 17:56:01 2024. See crbug.com/495833.
+#include "videodsp_init.c"
--- /dev/null 2025-01-16 10:42:07.086999986 +0100
+++ chromium-132.0.6834.83/third_party/ffmpeg/libavutil/aarch64/cpu_sve.S 2025-01-07 20:49:01.000000000 +0100
@@ -0,0 +1,29 @@
+/*
+ * Copyright (c) 2023 Martin Storsjo
+ *
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * FFmpeg is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with FFmpeg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+#include "asm.S"
+
+ENABLE_SVE
+
+function ff_aarch64_sve_length, export=1
+ cntb x0
+ ret
+endfunc

@ -236,6 +236,8 @@ manual_files=" libavcodec/aarch64/h264pred_neon.S \
libavcodec/aarch64/neon.S \ libavcodec/aarch64/neon.S \
libavcodec/aarch64/vorbisdsp_neon.S \ libavcodec/aarch64/vorbisdsp_neon.S \
libavcodec/aarch64/autorename_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/vorbisdsp_init.c \
libavcodec/aarch64/vp8dsp_neon.S \ libavcodec/aarch64/vp8dsp_neon.S \
libavcodec/x86/hpeldsp.asm \ libavcodec/x86/hpeldsp.asm \
@ -271,8 +273,11 @@ manual_files=" libavcodec/aarch64/h264pred_neon.S \
libavformat/version.c \ libavformat/version.c \
libavutil/aarch64/asm.S \ libavutil/aarch64/asm.S \
libavutil/aarch64/cpu.c \ libavutil/aarch64/cpu.c \
libavutil/aarch64/cpu_sve.S \
libavutil/aarch64/float_dsp_init.c \ libavutil/aarch64/float_dsp_init.c \
libavutil/aarch64/float_dsp_neon.S \ 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/autorename_libavutil_aarch64_float_dsp_neon.S \
libavutil/aarch64/tx_float_neon.S \ libavutil/aarch64/tx_float_neon.S \
libavutil/aarch64/timer.h \ libavutil/aarch64/timer.h \

@ -276,8 +276,8 @@
%endif %endif
Name: chromium%{chromium_channel} Name: chromium%{chromium_channel}
Version: 132.0.6834.83 Version: 132.0.6834.110
Release: 2%{?dist} Release: 1%{?dist}
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
Url: http://www.chromium.org/Home Url: http://www.chromium.org/Home
License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only) License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
@ -331,9 +331,6 @@ Patch151: chromium-131-qt-ui.patch
# revert, it causes ramdom crash on aarch64 # revert, it causes ramdom crash on aarch64
Patch300: chromium-131-revert-decommit-pooled-pages-by-default.patch Patch300: chromium-131-revert-decommit-pooled-pages-by-default.patch
# Workaround for build error on el8 aarch64
Patch304: chromium-132-el8-ffmpeg.patch
# disable memory tagging (epel8 on aarch64) due to new feature IFUNC-Resolver # disable memory tagging (epel8 on aarch64) due to new feature IFUNC-Resolver
# it is not supported in old glibc < 2.30, error: fatal error: 'sys/ifunc.h' file not found # it is not supported in old glibc < 2.30, error: fatal error: 'sys/ifunc.h' file not found
Patch305: chromium-124-el8-arm64-memory_tagging.patch Patch305: chromium-124-el8-arm64-memory_tagging.patch
@ -1046,7 +1043,6 @@ Qt6 UI for chromium.
%if 0%{?rhel} == 8 %if 0%{?rhel} == 8
%ifarch aarch64 %ifarch aarch64
%patch -P304 -p1 -b .el8-ffmpeg
%patch -P305 -p1 -b .el8-memory_tagging %patch -P305 -p1 -b .el8-memory_tagging
%patch -P306 -p1 -b .el8-ifunc-header %patch -P306 -p1 -b .el8-ifunc-header
%endif %endif
@ -1923,6 +1919,11 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%endif %endif
%changelog %changelog
* Thu Jan 23 2025 Than Ngo <than@redhat.com> - 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 <releng@fedoraproject.org> - 132.0.6834.83-2 * Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 132.0.6834.83-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild

Loading…
Cancel
Save