@ -187,11 +187,12 @@
%global use_qt6 0
%global use_qt6 0
%global use_qt 0
%global use_qt 0
%if 0%{?rhel} > 9 || 0%{?fedora}
%if 0%{?rhel} > 9 || 0%{?fedora} > 39
%global use_qt6 1
%global use_qt6 1
%global use_qt 1
%global use_qt 1
%else
%else
%if 0%{?rhel} == 8
%if 0%{?rhel} == 8 || 0%{?rhel} == 9 || 0%{?fedora}
%global use_qt6 0
%global use_qt 1
%global use_qt 1
%endif
%endif
%endif
%endif
@ -313,8 +314,8 @@
%endif
%endif
Name: chromium%{chromium_channel}
Name: chromium%{chromium_channel}
Version: 124.0.6367.155
Version: 124.0.6367.20 1
Release: 1 %{?dist}
Release: 2 %{?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)
@ -442,6 +443,9 @@ Patch140: chromium-122-revert-av1enc-el9.patch
# file conflict with old kernel on el8/el9
# file conflict with old kernel on el8/el9
Patch141: chromium-118-dma_buf_export_sync_file-conflict.patch
Patch141: chromium-118-dma_buf_export_sync_file-conflict.patch
# add correct path for Qt6Gui header and libs
Patch150: chromium-124-qt6.patch
# disable memory tagging in epel7 and epel8 on aarch64 due to new feature IFUNC-Resolver
# disable memory tagging in epel7 and epel8 on aarch64 due to new feature IFUNC-Resolver
# not supported in old glibc < 2.30, error: fatal error: 'sys/ifunc.h' file not found
# not supported in old glibc < 2.30, error: fatal error: 'sys/ifunc.h' file not found
Patch305: chromium-124-arm64-memory_tagging.patch
Patch305: chromium-124-arm64-memory_tagging.patch
@ -1214,6 +1218,10 @@ udev.
%patch -P141 -p1 -b .dma_buf_export_sync_file-conflict
%patch -P141 -p1 -b .dma_buf_export_sync_file-conflict
%endif
%endif
%if 0%{?rhel} > 9 || 0%{?fedora} > 39
%patch -P150 -p1 -b .qt6
%endif
%if 0%{?rhel} && 0%{?rhel} <= 8
%if 0%{?rhel} && 0%{?rhel} <= 8
%ifarch aarch64
%ifarch aarch64
%patch -P305 -p1 -b .memory_tagging
%patch -P305 -p1 -b .memory_tagging
@ -1890,7 +1898,7 @@ popd
%if %{build_headless}
%if %{build_headless}
pushd %{headlessbuilddir}
pushd %{headlessbuilddir}
cp -a headless_lib_data.pak headless_lib_strings .pak headless_shell %{buildroot}%{chromium_path}
cp -a * .pak headless_shell %{buildroot}%{chromium_path}
popd
popd
%endif
%endif
@ -2082,8 +2090,7 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%if %{build_headless}
%if %{build_headless}
%files headless
%files headless
%{chromium_path}/headless_shell
%{chromium_path}/headless_shell
%{chromium_path}/headless_lib_data.pak
%{chromium_path}/headless_*.pak
%{chromium_path}/headless_lib_strings.pak
%endif
%endif
%if %{build_remoting}
%if %{build_remoting}
@ -2113,6 +2120,13 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%endif
%endif
%changelog
%changelog
* Sat May 11 2024 Than Ngo <than@redhat.com> - 124.0.6367.201-2
- include headless_command_resources.pak for head_shell
* Fri May 10 2024 Than Ngo <than@redhat.com> - 124.0.6367.201-1
- update to 124.0.6367.201
* High CVE-2024-4671: Use after free in Visuals
* Wed May 08 2024 Than Ngo <than@redhat.com> - 124.0.6367.155-1
* Wed May 08 2024 Than Ngo <than@redhat.com> - 124.0.6367.155-1
- update to 124.0.6367.155
- update to 124.0.6367.155
* High CVE-2024-4558: Use after free in ANGLE
* High CVE-2024-4558: Use after free in ANGLE