diff options
author | Jani Välimaa <wally@mageia.org> | 2023-12-05 21:15:06 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2023-12-05 21:15:06 +0200 |
commit | d0a550a50f4691967960099d278f1203e666081d (patch) | |
tree | bcced56e86dfa34e3e4d5591a3b8dfe2d1a223d3 /NEWS | |
parent | a22410d179913eada175bc578927db34f6bc88c7 (diff) | |
download | rpm-setup-d0a550a50f4691967960099d278f1203e666081d.tar rpm-setup-d0a550a50f4691967960099d278f1203e666081d.tar.gz rpm-setup-d0a550a50f4691967960099d278f1203e666081d.tar.bz2 rpm-setup-d0a550a50f4691967960099d278f1203e666081d.tar.xz rpm-setup-d0a550a50f4691967960099d278f1203e666081d.zip |
rpmrc: add -fstack-clash-protection to default flags for all supported arches
Recommended in https://best.openssf.org/Compiler-Hardening-Guides/Compiler-Options-Hardening-Guide-for-C-and-C++.html
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +- rpmrc: add -fstack-clash-protection to default flags for all supported arches - rpmrc: add -mbranch-protection=standard to aarch64 default flags - rpmrc: drop arches we don't really support - rpmrc: drop arch_compat also available in /usr/lib/rpm/rpmrc |