public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: - Update to 142.0.7444.175
@ 2026-08-07 16:08 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : be4261aa12a6b2341a55b22f9d114ff5a95a5de0
Author : Than Ngo <than@redhat.com>
Date : 2025-11-18T16:51:14+01:00
Stats : +17/-34 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/be4261aa12a6b2341a55b22f9d114ff5a95a5de0?branch=epel9-next
Log:
- Update to 142.0.7444.175
* High CVE-2025-13223: Type Confusion in V8
* High CVE-2025-13224: Type Confusion in V8
---
diff --git a/chromium-142-dawn-commit-hash.patch b/chromium-142-dawn-commit-hash.patch
deleted file mode 100644
index d0629a6..0000000
--- a/chromium-142-dawn-commit-hash.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Fix FTBFS
-
-../../components/viz/host/gpu_host_impl.cc -o obj/components/viz/host/host/gpu_host_impl.o
-../../components/viz/host/gpu_host_impl.cc:30:10: fatal error: 'gpu/webgpu/dawn_commit_hash.h' file not found
- 30 | #include "gpu/webgpu/dawn_commit_hash.h"
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
---- /dev/null
-+++ b/gpu/webgpu/dawn_commit_hash.h
-@@ -0,0 +1,8 @@
-+/* Generated by lastchange.py, do not edit.*/
-+
-+#ifndef GPU_WEBGPU_DAWN_COMMIT_HASH_H_
-+#define GPU_WEBGPU_DAWN_COMMIT_HASH_H_
-+
-+#define DAWN_COMMIT_HASH "cee9cb0d67e749bf42f5e90cb3b8a6f525dbb920"
-+
-+#endif // GPU_WEBGPU_DAWN_COMMIT_HASH_H_
diff --git a/chromium.conf b/chromium.conf
index 24ecd8e..28573a1 100644
--- a/chromium.conf
+++ b/chromium.conf
@@ -18,7 +18,7 @@ else
fi
DISABLE_FEATURES="LensOverlay"
-FEATURES="AllowQt"
+ENABLE_FEATURES="AllowQt"
CHROMIUM_FLAGS=" --enable-chrome-browser-cloud-management"
if [ "$NATIVE_WAYLAND" == "on" ] ; then
FEATURES+=",WaylandLinuxDrmSyncobj,WaylandPerSurfaceScale,WaylandUiScale"
@@ -29,24 +29,24 @@ else
CHROMIUM_FLAGS+=" --enable-gpu-rasterization"
fi
-FEATURES+=",AcceleratedVideoDecodeLinuxGL,AcceleratedVideoDecodeLinuxZeroCopyGL"
+ENABLE_FEATURES+=",AcceleratedVideoDecodeLinuxGL,AcceleratedVideoDecodeLinuxZeroCopyGL"
case "$GRAPHIC_DRIVER" in
amd|intel)
# Need new mesa with AMD multi planes support, is supported in fedora >= 40 (mesa-24.1.1 or newer)
# see https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26165
CHROMIUM_FLAGS+=" --enable-accelerated-video-decode"
- FEATURES+=",VaapiIgnoreDriverChecks,UseMultiPlaneFormatForHardwareVideo"
+ ENABLE_FEATURES+=",VaapiIgnoreDriverChecks,UseMultiPlaneFormatForHardwareVideo"
;;
nvidia)
# The NVIDIA VaAPI drivers are known to not support Chromium
# see https://crbug.com/1492880. This feature switch is
# provided for developers to test VaAPI drivers on NVIDIA GPUs
- FEATURES+=",VaapiOnNvidiaGPUs"
+ ENABLE_FEATURES+=",VaapiOnNvidiaGPUs"
export CUDA_DISABLE_PERF_BOOST=1
;;
*)
- FEATURES+=",AcceleratedVideoEncoder"
+ ENABLE_FEATURES+=",AcceleratedVideoEncoder"
;;
esac
@@ -54,18 +54,18 @@ if [ "$MODE" != "none" ] ; then
# chromium in VM, running with standard setting
CHROMIUM_FLAGS=""
DISABLE_FEATURES=""
- FEATURES=""
+ ENABLE_FEATURES=""
fi
# Web Dark mode
if [ "$WEB_DARKMODE" == "on" ] ; then
darktype="WebContentsForceDark:inversion_method/cielab_based/image_behavior/none/foreground_lightness_threshold/150/background_lightness_threshold/205"
if [ -z "$FEATURES" ] ; then
- FEATURES+="$darktype"
+ ENABLE_FEATURES+="$darktype"
else
- FEATURES+=",$darktype"
+ ENABLE_FEATURES+=",$darktype"
fi
fi
[ -z "$DISABLE_FEATURES" ] || CHROMIUM_FLAGS+=" --disable-features=$DISABLE_FEATURES"
-[ -z "$FEATURES" ] || CHROMIUM_FLAGS+=" --enable-features=$FEATURES"
+[ -z "$FEATURES" ] || CHROMIUM_FLAGS+=" --enable-features=$ENABLE_FEATURES"
diff --git a/chromium.spec b/chromium.spec
index 98cdb79..59f58f6 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -244,8 +244,8 @@
%endif
Name: chromium
-Version: 142.0.7444.162
-Release: 2%{?dist}
+Version: 142.0.7444.175
+Release: 1%{?dist}
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
Url: http://www.chromium.org/Home
License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
@@ -283,9 +283,6 @@ Patch93: chromium-141-csss_style_sheet.patch
# Revert due to incorrect display of links on startpage in Darkmode
Patch94: chromium-141-revert-remove-darkmode-image-policy.patch
-# FTBFS - fatal error: 'gpu/webgpu/dawn_commit_hash.h' file not found
-Patch95: chromium-142-dawn-commit-hash.patch
-
# FTBFS - error: cannot find attribute `sanitize` in this scope
# --> ../../third_party/crabbyavif/src/src/capi/io.rs:210:41
# |
@@ -993,7 +990,6 @@ Qt6 UI for chromium.
%patch -P92 -p1 -b .nodejs-checkversion
%patch -P93 -p1 -b .ftbfs-csss_style_sheet
%patch -P94 -p1 -R -b .revert-remove-darkmode-image-policy
-%patch -P95 -p1 -b .dawn-commit-hash
%patch -P96 -p1 -b .crabbyavif-ftbfs-old-rust
%if 0%{?fedora} > 43
@@ -1750,6 +1746,11 @@ fi
%endif
%changelog
+* Tue Nov 18 2025 Than Ngo <than@redhat.com> - 142.0.7444.175-1
+- Update to 142.0.7444.175
+ * High CVE-2025-13223: Type Confusion in V8
+ * High CVE-2025-13224: Type Confusion in V8
+
* Sat Nov 15 2025 LuK1337 <priv.luk@gmail.com> - 142.0.7444.162-2
- Disable LensOverlay feature by default
diff --git a/sources b/sources
index c42340c..47c25ae 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (node-v22.14.0-stripped.tar.gz) = affddb541009c6d378049c2d7845b981335d9e7aa387efcc472e5efb621c345cd58ca69778a394f7e4ebbb5e4b1a115a389838ef1b6458ef5e98f2071b166e15
-SHA512 (chromium-142.0.7444.162-clean.tar.xz) = 8033999c0f37f42413c7cd8ec316f2f17c2840ba145b8fa1a7863ef3ac0f0844087336ec540c6b17f8979835be1c1b22dfb22c98f4dab9afe803588358f5cc62
+SHA512 (chromium-142.0.7444.175-clean.tar.xz) = 5840ab104f4993f4b7033cd2b5fdc3f468d8ac06f1477e643d4e70dbc42dcf15f2e4f60456dc568a3e15f8f3c8e365d332a9fcac3f9b7701fe88151b55d70d17
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:08 [rpms/chromium] epel9-next: - Update to 142.0.7444.175 Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox