|
|
|
@ -333,7 +333,7 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: chromium%{chromium_channel}
|
|
|
|
|
Version: 122.0.6261.111
|
|
|
|
|
Version: 122.0.6261.128
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
|
|
|
|
|
Url: http://www.chromium.org/Home
|
|
|
|
@ -593,11 +593,11 @@ Patch414: 0002-Highway-disable-128-bit-vsx.patch
|
|
|
|
|
Patch500: chromium-122-el8-support-64kpage.patch
|
|
|
|
|
|
|
|
|
|
# Old Yandex patch
|
|
|
|
|
Patch500: 0001-Yandex-as-default-search-engine.patch
|
|
|
|
|
Patch600: 0001-Yandex-as-default-search-engine.patch
|
|
|
|
|
# MSVSphere
|
|
|
|
|
Patch501: 0001-Added-Russian-description-and-summary-for-gnome-soft.patch
|
|
|
|
|
Patch601: 0001-Added-Russian-description-and-summary-for-gnome-soft.patch
|
|
|
|
|
# Yandex Search by default
|
|
|
|
|
Patch502: 0001-Added-Yandex-search-bar-as-default-on-newtab-and-new.patch
|
|
|
|
|
Patch602: 0001-Added-Yandex-search-bar-as-default-on-newtab-and-new.patch
|
|
|
|
|
|
|
|
|
|
# upstream patches
|
|
|
|
|
|
|
|
|
@ -1423,12 +1423,11 @@ sed -i 's/std::string data_dir_basename = "chromium"/std::string data_dir_basena
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
#%patch -P500 -p1 -b .Yandex-as-default-search-engine
|
|
|
|
|
%patch -P501 -p1 -b .Added-Russian-description-and-summary-for-gnome-soft
|
|
|
|
|
%patch -P601 -p1 -b .Added-Russian-description-and-summary-for-gnome-soft
|
|
|
|
|
%if ! %{with gost}
|
|
|
|
|
%patch -P502 -p1 -b .Yandex-as-default-search-engine
|
|
|
|
|
%patch -P602 -p1 -b .Yandex-as-default-search-engine
|
|
|
|
|
%else
|
|
|
|
|
%patch -P500 -p1 -b .Yandex-as-default-search-engine
|
|
|
|
|
%patch -P600 -p1 -b .Yandex-as-default-search-engine
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# We patch Chromium to open chrome://new-tab-page even with non-Google search engines
|
|
|
|
@ -2237,6 +2236,10 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 14 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 122.0.6261.128-1.inferit
|
|
|
|
|
- upstream security release 122.0.6261.128
|
|
|
|
|
* High CVE-2024-2400: Use after free in Performance Manager
|
|
|
|
|
|
|
|
|
|
* Thu Mar 07 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 122.0.6261.111-1.inferit
|
|
|
|
|
- upstream security release 122.0.6261.111
|
|
|
|
|
* High CVE-2024-2173: Out of bounds memory access in V8
|
|
|
|
|