public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: fixed condition for is_cfi/use_thin_lto on aarch64/ppc64le
@ 2026-08-07 16:06 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 8326e719e54f5a487c6946831430baa081746230
Author : Than Ngo <than@redhat.com>
Date : 2024-07-18T20:57:20+02:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/8326e719e54f5a487c6946831430baa081746230?branch=epel9-next
Log:
fixed condition for is_cfi/use_thin_lto on aarch64/ppc64le
---
diff --git a/chromium.spec b/chromium.spec
index 931b9c0..35b8c4c 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -311,7 +311,7 @@
Name: chromium%{chromium_channel}
Version: 126.0.6478.182
-Release: 1%{?dist}
+Release: 2%{?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)
@@ -1496,6 +1496,8 @@ CHROMIUM_CORE_GN_DEFINES+=' chrome_pgo_phase=0'
%if ! %{cfi}
CHROMIUM_CORE_GN_DEFINES+=' is_cfi=false use_thin_lto=false'
+%else
+CHROMIUM_CORE_GN_DEFINES+=' is_cfi=true use_thin_lto=true'
%endif
%if %{useapikey}
@@ -2149,6 +2151,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%endif
%changelog
+* Thu Jul 18 2024 Than Ngo <than@redhat.com> - 126.0.6478.182-2
+- fixed condition for is_cfi/use_thin_lto on aarch64/ppc64le
+
* Tue Jul 16 2024 Than Ngo <than@redhat.com> - 126.0.6478.182-1
- update to 126.0.6478.182
* High CVE-2024-6772: Inappropriate implementation in V8
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:06 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:06 [rpms/chromium] epel9-next: fixed condition for is_cfi/use_thin_lto on aarch64/ppc64le Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox