public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: - remove old patch that seems to be the cause of a crash
@ 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 : 7a9444bd5f608685cc1993c4cf8a3fee6825b084
Author : Than Ngo <than@redhat.com>
Date : 2024-08-01T11:29:45+02:00
Stats : +5/-25 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/7a9444bd5f608685cc1993c4cf8a3fee6825b084?branch=epel9-next
Log:
- remove old patch that seems to be the cause of a crash
when the user set user.max_user_namespaces to 0
---
diff --git a/chromium-70.0.3538.67-sandbox-pie.patch b/chromium-70.0.3538.67-sandbox-pie.patch
deleted file mode 100644
index 0f104e9..0000000
--- a/chromium-70.0.3538.67-sandbox-pie.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -up chromium-70.0.3538.67/sandbox/linux/BUILD.gn.sandboxpie chromium-70.0.3538.67/sandbox/linux/BUILD.gn
---- chromium-70.0.3538.67/sandbox/linux/BUILD.gn.sandboxpie 2018-10-18 12:14:05.766939769 -0400
-+++ chromium-70.0.3538.67/sandbox/linux/BUILD.gn 2018-10-18 12:16:37.820027182 -0400
-@@ -315,10 +315,16 @@ if (is_linux) {
- # For ULLONG_MAX
- "-std=gnu99",
-
-+ "-fPIE",
-+
- # These files have a suspicious comparison.
- # TODO fix this and re-enable this warning.
- "-Wno-sign-compare",
- ]
-+
-+ ldflags = [
-+ "-pie",
-+ ]
- }
- }
-
diff --git a/chromium.spec b/chromium.spec
index fbb010a..f25e3d4 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -297,14 +297,11 @@
Name: chromium%{chromium_channel}
Version: 127.0.6533.88
-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)
-### Chromium Fedora Patches ###
-Patch0: chromium-70.0.3538.67-sandbox-pie.patch
-
# Use /etc/chromium for initial_prefs
Patch1: chromium-115-initial_prefs-etc-path.patch
@@ -1057,7 +1054,6 @@ Qt6 UI for chromium.
%setup -q -n chromium-%{version}
### Chromium Fedora Patches ###
-%patch -P0 -p1 -b .sandboxpie
%patch -P1 -p1 -b .etc
%patch -P5 -p1 -b .nozlibmangle
%patch -P6 -p1 -b .nounrar
@@ -2032,6 +2028,10 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%endif
%changelog
+* Thu Aug 01 2024 Than Ngo <than@redhat.com> - 127.0.6533.88-2
+- remove old patch that seems to be the cause of a crash
+ when the user set user.max_user_namespaces to 0
+
* Wed Jul 31 2024 Than Ngo <than@redhat.com> - 127.0.6533.88-1
- update to 127.0.6533.88
^ 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: - remove old patch that seems to be the cause of a crash Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox