|
|
@ -263,7 +263,7 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: chromium%{chromium_channel}
|
|
|
|
Name: chromium%{chromium_channel}
|
|
|
|
Version: 119.0.6045.105
|
|
|
|
Version: 119.0.6045.123
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
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
|
|
|
@ -371,7 +371,7 @@ Patch130: chromium-119-revert-av1enc-el9.patch
|
|
|
|
# file conflict with old kernel on el8/el9
|
|
|
|
# file conflict with old kernel on el8/el9
|
|
|
|
Patch140: chromium-118-dma_buf_export_sync_file-conflict.patch
|
|
|
|
Patch140: chromium-118-dma_buf_export_sync_file-conflict.patch
|
|
|
|
|
|
|
|
|
|
|
|
# fixes for old clang version in fedora < 38 end epel (old clang <= 15)
|
|
|
|
# fixes for old clang version in fedora < 38 end epel < 9 (old clang <= 15)
|
|
|
|
# compiler build errors, no matching constructor for initialization
|
|
|
|
# compiler build errors, no matching constructor for initialization
|
|
|
|
Patch300: chromium-119-no_matching_constructor.patch
|
|
|
|
Patch300: chromium-119-no_matching_constructor.patch
|
|
|
|
Patch301: chromium-115-compiler-SkColor4f.patch
|
|
|
|
Patch301: chromium-115-compiler-SkColor4f.patch
|
|
|
@ -730,19 +730,13 @@ Requires: u2f-hidraw-policy
|
|
|
|
|
|
|
|
|
|
|
|
Requires: chromium-common%{_isa} = %{version}-%{release}
|
|
|
|
Requires: chromium-common%{_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
# rhel 7: ia32 x86_64
|
|
|
|
# rhel 7: x86_64
|
|
|
|
# rhel 8+: ia32, x86_64, aarch64
|
|
|
|
# rhel 8+ and fedora 37+: x86_64 aarch64
|
|
|
|
# fedora 32 or older: ia32, x86_64, aarch64
|
|
|
|
|
|
|
|
# fedora 33+: x86_64 aarch64 only
|
|
|
|
|
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
%if 0%{?rhel} == 7
|
|
|
|
ExclusiveArch: x86_64
|
|
|
|
ExclusiveArch: x86_64
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%if 0%{?fedora} > 32
|
|
|
|
|
|
|
|
ExclusiveArch: x86_64 aarch64
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
ExclusiveArch: x86_64 aarch64
|
|
|
|
ExclusiveArch: x86_64 aarch64
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# FIXME
|
|
|
|
# FIXME
|
|
|
|
%if "%{_lib}" == "lib64"
|
|
|
|
%if "%{_lib}" == "lib64"
|
|
|
@ -770,7 +764,7 @@ Provides: bundled(expat) = 2.2.0
|
|
|
|
Provides: bundled(fdmlibm) = 5.3
|
|
|
|
Provides: bundled(fdmlibm) = 5.3
|
|
|
|
|
|
|
|
|
|
|
|
# Don't get too excited. MPEG and other legally problematic stuff is stripped out.
|
|
|
|
# Don't get too excited. MPEG and other legally problematic stuff is stripped out.
|
|
|
|
Provides: bundled(ffmpeg) = 5.1.2
|
|
|
|
Provides: bundled(ffmpeg) = 6.0
|
|
|
|
|
|
|
|
|
|
|
|
%if %{bundlelibaom}
|
|
|
|
%if %{bundlelibaom}
|
|
|
|
Provides: bundled(libaom)
|
|
|
|
Provides: bundled(libaom)
|
|
|
@ -1003,7 +997,7 @@ udev.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if %{clang}
|
|
|
|
%if %{clang}
|
|
|
|
%if 0%{?rhel} || 0%{?fedora} < 38
|
|
|
|
%if 0%{?rhel} < 9 || 0%{?fedora} < 38
|
|
|
|
%patch -P300 -p1 -b .no_matching_constructor
|
|
|
|
%patch -P300 -p1 -b .no_matching_constructor
|
|
|
|
%patch -P301 -p1 -b .workaround_clang-SkColor4f
|
|
|
|
%patch -P301 -p1 -b .workaround_clang-SkColor4f
|
|
|
|
%patch -P302 -p1 -b .workaround_clang_bug-structured_binding
|
|
|
|
%patch -P302 -p1 -b .workaround_clang_bug-structured_binding
|
|
|
@ -1730,6 +1724,12 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|
|
|
%{chromium_path}/chromedriver
|
|
|
|
%{chromium_path}/chromedriver
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Nov 10 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 119.0.6045.123-1.inferit
|
|
|
|
|
|
|
|
- update to 119.0.6045.123, include following security fixes:
|
|
|
|
|
|
|
|
high CVE-2023-5996: Use after free in WebAudio
|
|
|
|
|
|
|
|
- enable debuginfo
|
|
|
|
|
|
|
|
- sync patches with upstream
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 2 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 119.0.6045.105-1.inferit
|
|
|
|
* Thu Nov 2 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 119.0.6045.105-1.inferit
|
|
|
|
- Update to 119.0.6045.105
|
|
|
|
- Update to 119.0.6045.105
|
|
|
|
|
|
|
|
|
|
|
|