public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Stransky <stransky@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/firefox] f44: Added rhbz#2458184 - Drop -fcf-protection flag
Date: Fri, 10 Jul 2026 09:12:11 GMT [thread overview]
Message-ID: <178367473171.1.371056471718629017.rpms-firefox-205b5151b4ea@fedoraproject.org> (raw)
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.
reply other threads:[~2026-07-10 9:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178367473171.1.371056471718629017.rpms-firefox-205b5151b4ea@fedoraproject.org \
--to=stransky@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox