public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/firefox] rawhide: Disabled dom.ipc.forkserver.enable due to mzbz#2056004
@ 2026-07-22 10:10 Martin Stransky
  0 siblings, 0 replies; only message in thread
From: Martin Stransky @ 2026-07-22 10:10 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/firefox
Branch : rawhide
Commit : 4620db70371173056ee902e986dcb3ed1b2d72be
Author : Martin Stransky <stransky@redhat.com>
Date   : 2026-07-22T12:09:57+02:00
Stats  : +8/-5 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/firefox/c/4620db70371173056ee902e986dcb3ed1b2d72be?branch=rawhide

Log:
Disabled dom.ipc.forkserver.enable due to mzbz#2056004

---
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js
index 979f21b..2b7f4c8 100644
--- a/firefox-redhat-default-prefs.js
+++ b/firefox-redhat-default-prefs.js
@@ -31,3 +31,5 @@ pref("browser.policies.perUserDir",         true);
 pref("browser.gnome-search-provider.enabled",true);
 /* Enable ffvpx playback for WebRTC */
 pref("media.navigator.mediadatadecoder_vpx_enabled", true);
+/* Disabled due to mzbz#2056004 */
+pref("dom.ipc.forkserver.enable", false);

diff --git a/firefox.spec b/firefox.spec
index 264170e..4cd28d2 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -91,9 +91,9 @@ ExcludeArch: i686
 %ifarch x86_64
 %if %{release_build}
 %if 0%{?fedora} >= 44 || 0%{?rhel} >= 11
-%global build_with_pgo    0
+%global build_with_pgo    1
 %else
-%global build_with_pgo    0
+%global build_with_pgo    1
 %endif
 %endif
 %endif
@@ -186,7 +186,7 @@ ExcludeArch: i686
 Summary:        Mozilla Firefox Web browser
 Name:           firefox
 Version:        153.0
-Release:        2%{?pre_tag}%{?dist}
+Release:        3%{?pre_tag}%{?dist}
 URL:            https://www.mozilla.org/firefox/
 # Automatically converted from old format: MPLv1.1 or GPLv2+ or LGPLv2+ - review is highly recommended.
 License:        LicenseRef-Callaway-MPLv1.1 OR GPL-2.0-or-later OR LicenseRef-Callaway-LGPLv2+
@@ -255,13 +255,11 @@ Patch242:        0026-Add-KDE-integration-to-Firefox.patch
 Patch400:        mozilla-1196777.patch
 Patch401:        mozilla-1667096.patch
 
-
 # PGO/LTO patches
 Patch600:        pgo.patch
 Patch602:        mozilla-1516803.patch
 Patch603:        firefox-gcc-always-inline.patch
 
-
 %if %{?system_nss}
 BuildRequires:  pkgconfig(nspr) >= %{nspr_version}
 BuildRequires:  pkgconfig(nss) >= %{nss_version}
@@ -1201,6 +1199,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Tue Wed 22 2026 Martin Stransky <stransky@redhat.com> - 153.0-3
+- Disabled dom.ipc.forkserver.enable due to mzbz#2056004.
+
 * Tue Jul 21 2026 Martin Stransky <stransky@redhat.com> - 153.0-2
 - Temporary disable PGO
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-22 10:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 10:10 [rpms/firefox] rawhide: Disabled dom.ipc.forkserver.enable due to mzbz#2056004 Martin Stransky

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