|
|
|
@ -310,7 +310,7 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: chromium%{chromium_channel}
|
|
|
|
|
Version: 126.0.6478.126
|
|
|
|
|
Version: 126.0.6478.182
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
|
|
|
|
|
Url: http://www.chromium.org/Home
|
|
|
|
@ -1125,6 +1125,20 @@ A minimal headless client built from Chromium. headless_shell is built
|
|
|
|
|
without support for alsa, cups, dbus, gconf, gio, kerberos, pulseaudio, or
|
|
|
|
|
udev.
|
|
|
|
|
|
|
|
|
|
%package qt5-ui
|
|
|
|
|
Summary: Qt5 UI built from Chromium
|
|
|
|
|
Requires: chromium%{_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description qt5-ui
|
|
|
|
|
Qt5 UI for chromium.
|
|
|
|
|
|
|
|
|
|
%package qt6-ui
|
|
|
|
|
Summary: Qt6 UI built from Chromium
|
|
|
|
|
Requires: chromium%{_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description qt6-ui
|
|
|
|
|
Qt6 UI for chromium.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n chromium-%{version}
|
|
|
|
|
|
|
|
|
@ -2005,17 +2019,21 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|
|
|
|
%{chromium_path}/%{chromium_browser_channel}
|
|
|
|
|
%{chromium_path}/%{chromium_browser_channel}.sh
|
|
|
|
|
%attr(4755, root, root) %{chromium_path}/chrome-sandbox
|
|
|
|
|
%{_mandir}/man1/%{chromium_browser_channel}.*
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{chromium_browser_channel}.png
|
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
|
%{_datadir}/metainfo/*.appdata.xml
|
|
|
|
|
%{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
|
|
|
|
|
|
|
|
|
|
%if %{use_qt}
|
|
|
|
|
%files qt5-ui
|
|
|
|
|
%{chromium_path}/libqt5_shim.so
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{use_qt6}
|
|
|
|
|
%files qt6-ui
|
|
|
|
|
%{chromium_path}/libqt6_shim.so
|
|
|
|
|
%endif
|
|
|
|
|
%{_mandir}/man1/%{chromium_browser_channel}.*
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{chromium_browser_channel}.png
|
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
|
%{_datadir}/metainfo/*.appdata.xml
|
|
|
|
|
%{_datadir}/gnome-control-center/default-apps/chromium-browser.xml
|
|
|
|
|
|
|
|
|
|
%files common
|
|
|
|
|
%if %{build_clear_key_cdm}
|
|
|
|
@ -2131,6 +2149,20 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jul 16 2024 Than Ngo <than@redhat.com> - 126.0.6478.182-1
|
|
|
|
|
- update to 126.0.6478.182
|
|
|
|
|
* High CVE-2024-6772: Inappropriate implementation in V8
|
|
|
|
|
* High CVE-2024-6773: Type Confusion in V8
|
|
|
|
|
* High CVE-2024-6774: Use after free in Screen Capture
|
|
|
|
|
* High CVE-2024-6775: Use after free in Media Stream
|
|
|
|
|
* High CVE-2024-6776: Use after free in Audio
|
|
|
|
|
* High CVE-2024-6777: Use after free in Navigation
|
|
|
|
|
* High CVE-2024-6778: Race in DevTools
|
|
|
|
|
* High CVE-2024-6779: Out of bounds memory access in V8
|
|
|
|
|
|
|
|
|
|
* Sun Jul 07 2024 Than Ngo <than@redhat.com> - 126.0.6478.126-2
|
|
|
|
|
- fixed rhbz#2293202, chromium Wayland UI regression
|
|
|
|
|
|
|
|
|
|
* Tue Jun 25 2024 Than Ngo <than@redhat.com> - 126.0.6478.126-1
|
|
|
|
|
- update to 126.0.6478.126
|
|
|
|
|
* High CVE-2024-6290: Use after free in Dawn
|
|
|
|
|