public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/firefox] f44: Added rhbz#2458184 - Drop -fcf-protection flag
@ 2026-07-10 9:12 Martin Stransky
0 siblings, 0 replies; only message in thread
From: Martin Stransky @ 2026-07-10 9:12 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/firefox
Branch : f44
Commit : 205b5151b4ea1a41a39b73fc261d3112770ef9f0
Author : Martin Stransky <stransky@redhat.com>
Date : 2026-07-10T11:11:25+02:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/firefox/c/205b5151b4ea1a41a39b73fc261d3112770ef9f0?branch=f44
Log:
Added rhbz#2458184 - Drop -fcf-protection flag
---
diff --git a/firefox.spec b/firefox.spec
index 6bb3065..c3e84dc 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -190,7 +190,7 @@ ExcludeArch: i686
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 152.0.4
-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+
@@ -813,6 +813,8 @@ MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | sed -e 's/-fexceptions//')
# See also https://fedoraproject.org/wiki/Changes/Harden_All_Packages
# Workaround for mozbz#1531309
MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | sed -e 's/-Werror=format-security//')
+# Bug 2458184 - Drop -fcf-protection flag during Firefox builds
+MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | sed -e 's/-fcf-protection//')
# More Fedora specific build flags
MOZ_OPT_FLAGS="$MOZ_OPT_FLAGS -fpermissive"
%if %{?debug_build}
@@ -1212,6 +1214,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Fri Jul 10 2026 Martin Stransky <stransky@redhat.com> - 152.0.4-3
+- Added rhbz#2458184 - Drop -fcf-protection flag
+
* Tue Jul 07 2026 Martin Stransky <stransky@redhat.com> - 152.0.4-2
- Remove Fedora 40/41 tweaks.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-10 9:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 9:12 [rpms/firefox] f44: Added rhbz#2458184 - Drop -fcf-protection flag Martin Stransky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox