import chromium-131.0.6778.264-1.el8

i8ce changed/i8ce/chromium-131.0.6778.264-1.el8
MSVSphere Packaging Team 2 weeks ago
parent 3eaf3310da
commit 55c31a4ff9
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1,4 +1,4 @@
812055f5582cf8600b3e9ffd95f256ab9f3b9ff8 SOURCES/chromium-131.0.6778.204-clean.tar.xz
cd5059a368dcceabd55626814a565a74cec1d1f5 SOURCES/chromium-131.0.6778.264-clean.tar.xz
7e5d2c7864c5c83ec789b59c77cd9c20d2594916 SOURCES/linux-arm64-0.19.2.tgz
dea187019741602d57aaf189a80abba261fbd2aa SOURCES/linux-x64-0.19.2.tgz
3e94bb4f999c636293bc745b02d98e7925da5616 SOURCES/node-v20.6.1-linux-arm64.tar.xz

2
.gitignore vendored

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

@ -38,7 +38,7 @@ case "$GRAPHIC_DRIVER" in
FEATURES+="VaapiVideoDecodeLinuxGL,VaapiVideoEncoder,VaapiOnNvidiaGPUs"
;;
*)
CHROMIUM_FLAGS+=" --use-gl=angle --use-angle=gl --disable-gpu-compositing"
CHROMIUM_FLAGS+=" --use-gl=angle --use-angle=gl"
FEATURES+="VaapiVideoEncoder,VaapiVideoDecodeLinuxGL"
;;
esac

@ -279,7 +279,7 @@
%endif
Name: chromium%{chromium_channel}
Version: 131.0.6778.204
Version: 131.0.6778.264
Release: 1%{?dist}
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
Url: http://www.chromium.org/Home
@ -1933,6 +1933,10 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%endif
%changelog
* Wed Jan 08 2025 Than Ngo <than@redhat.com> - 131.0.6778.264-1
- Update to 131.0.6778.264
* High CVE-2025-0291: Type Confusion in V8
* Thu Dec 19 2024 Than Ngo <than@redhat.com> - 131.0.6778.204-1
- Update to 131.0.6778.204
* High CVE-2024-12692: Type Confusion in V8

Loading…
Cancel
Save