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 0f104e92..00000000 --- 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 fbb010a0..f25e3d4f 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 - 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 - 127.0.6533.88-1 - update to 127.0.6533.88