import chromium-131.0.6778.264-1.el9

i9ce changed/i9ce/chromium-131.0.6778.264-1.el9
MSVSphere Packaging Team 5 days ago
parent dd96bb9d5f
commit 6a71446713
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1,3 +1,3 @@
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 7e5d2c7864c5c83ec789b59c77cd9c20d2594916 SOURCES/linux-arm64-0.19.2.tgz
dea187019741602d57aaf189a80abba261fbd2aa SOURCES/linux-x64-0.19.2.tgz dea187019741602d57aaf189a80abba261fbd2aa SOURCES/linux-x64-0.19.2.tgz

2
.gitignore vendored

@ -1,3 +1,3 @@
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-arm64-0.19.2.tgz
SOURCES/linux-x64-0.19.2.tgz SOURCES/linux-x64-0.19.2.tgz

@ -38,7 +38,7 @@ case "$GRAPHIC_DRIVER" in
FEATURES+="VaapiVideoDecodeLinuxGL,VaapiVideoEncoder,VaapiOnNvidiaGPUs" 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" FEATURES+="VaapiVideoEncoder,VaapiVideoDecodeLinuxGL"
;; ;;
esac esac

@ -279,7 +279,7 @@
%endif %endif
Name: chromium%{chromium_channel} Name: chromium%{chromium_channel}
Version: 131.0.6778.204 Version: 131.0.6778.264
Release: 1%{?dist} Release: 1%{?dist}
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
@ -1933,6 +1933,10 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%endif %endif
%changelog %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 * Thu Dec 19 2024 Than Ngo <than@redhat.com> - 131.0.6778.204-1
- Update to 131.0.6778.204 - Update to 131.0.6778.204
* High CVE-2024-12692: Type Confusion in V8 * High CVE-2024-12692: Type Confusion in V8

Loading…
Cancel
Save