- update to 120.0.6099.224

* High CVE-2024-0517: Out of bounds write in V8
  * High CVE-2024-0518: Type Confusion in V8
  * High CVE-2024-0519: Out of bounds memory access in V8
i8ce changed/i9e/chromium-120.0.6099.224-1.el9.inferit
Arkady L. Shane 8 months ago
parent e528f04246
commit 0c93358bd5
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,4 +1,4 @@
c6ec95d43728be4156387183b0d2306526f51f82 SOURCES/chromium-120.0.6099.216.tar.xz
c93520cc51f38bcecddeead445c78e6992d474c3 SOURCES/chromium-120.0.6099.224.tar.xz
dea187019741602d57aaf189a80abba261fbd2aa SOURCES/linux-x64-0.19.2.tgz
7e5d2c7864c5c83ec789b59c77cd9c20d2594916 SOURCES/linux-arm64-0.19.2.tgz
769196d081c6a0ad37f1c63dec56febfff3370de SOURCES/node-v20.6.1-linux-x64.tar.xz

2
.gitignore vendored

@ -1,4 +1,4 @@
SOURCES/chromium-120.0.6099.216.tar.xz
SOURCES/chromium-120.0.6099.224.tar.xz
SOURCES/linux-x64-0.19.2.tgz
SOURCES/linux-arm64-0.19.2.tgz
SOURCES/node-v20.6.1-linux-x64.tar.xz

@ -316,7 +316,7 @@
%endif
Name: chromium%{chromium_channel}
Version: 120.0.6099.216
Version: 120.0.6099.224
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
@ -1907,6 +1907,12 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%endif
%changelog
* Wed Jan 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 120.0.6099.224-1.inferit
- update to 120.0.6099.224
* High CVE-2024-0517: Out of bounds write in V8
* High CVE-2024-0518: Type Confusion in V8
* High CVE-2024-0519: Out of bounds memory access in V8
* Thu Jan 11 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 120.0.6099.216-1.inferit
- update to 120.0.6099.216
* High CVE-2024-0333: Insufficient data validation in Extensions

Loading…
Cancel
Save