public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: - Update tp 143.0.7499.192
@ 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 : 9fa42d3890a4bae4720fb451545932a4bfc2c7a7
            Author : Than Ngo <than@redhat.com>
            Date   : 2026-01-07T15:49:11+01:00
            Stats  : +15/-3 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/chromium/c/9fa42d3890a4bae4720fb451545932a4bfc2c7a7?branch=epel9-next

            Log:
            - Update tp 143.0.7499.192
  * High CVE-2026-0628: Insufficient policy enforcement in WebView tag
- Fix rhbz#2425338, Enable control flow integrity support for x86_64/aarch64
- Enable build for epel10.1

---
diff --git a/chromium.spec b/chromium.spec
index 1fd4d4e..85c31f5 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -1,3 +1,6 @@
+*# macro for el10 minor version
+%define rhel_minor_version %(grep -oP '10\.[0-9.]*' /etc/redhat-release |  cut -d '.' -f2)
+
 %define _lto_cflags %{nil}
 %global _default_patch_fuzz 2
 
@@ -138,6 +141,9 @@
 
 # enable|disable control flow integrity support
 %global cfi 0
+%ifarch x86_64 aarch64
+%global cfi 1
+%endif
 
 # enable qt backend
 %global enable_qt 1
@@ -254,7 +260,7 @@
 %endif
 
 Name:	chromium
-Version: 143.0.7499.169
+Version: 143.0.7499.192
 Release: 1%{?dist}
 Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
 Url: http://www.chromium.org/Home
@@ -1089,7 +1095,7 @@ Qt6 UI for chromium.
 %patch -P310 -p1 -b .rust-FTBFS-suppress-warnings
 %patch -P311 -p1 -b .fstack-protector-strong
 
-%if 0%{?rhel} == 9
+%if 0%{?rhel} == 9 || 0%{?rhel_minor_version} == 1
 %patch -P312 -p1 -b .el9-rust-no-alloc-shim-is-unstable
 %patch -P313 -p1 -b .el9-rust_alloc_error_handler_should_panic
 %endif
@@ -1811,6 +1817,12 @@ fi
 %endif
 
 %changelog
+* Wed Jan 07 2026 Than Ngo <than@redhat.com> - 143.0.7499.192-1
+- Update tp 143.0.7499.192
+  * High CVE-2026-0628: Insufficient policy enforcement in WebView tag
+- Fix rhbz#2425338, Enable control flow integrity support for x86_64/aarch64
+- Enable build for epel10.1
+
 * Sat Dec 20 2025 Than Ngo <than@redhat.com> - 143.0.7499.169-1
 - Update to 143.0.7499.169
 

diff --git a/sources b/sources
index 4745341..fb67321 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 SHA512 (node-v22.14.0-stripped.tar.gz) = affddb541009c6d378049c2d7845b981335d9e7aa387efcc472e5efb621c345cd58ca69778a394f7e4ebbb5e4b1a115a389838ef1b6458ef5e98f2071b166e15
-SHA512 (chromium-143.0.7499.169-clean.tar.xz) = c4b456b7ce87c53c79bf2483f6903c2ef0a1af6204ea9c44d924f5d7b099d01b2f9c36f029ccb1134332e6ae16936231b8b5306bd9b68a2865f84c650269c19f
+SHA512 (chromium-143.0.7499.192-clean.tar.xz) = 252f3feb974a9618f649c3ba6b848f87b747bee173d86c956a3c822305343574cfd369414c94c8e648c3d65d4f4e54c171d364989c0fb937240ed16abe6dda9a

^ 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 tp 143.0.7499.192 Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox