diff options
author | Jani Välimaa <wally@mageia.org> | 2023-12-05 21:39:27 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2023-12-05 21:39:27 +0200 |
commit | ce8ea0fd5850c613b918b161159c5ccd18a43d8d (patch) | |
tree | bb5e4294be5e6844a1430d5ef60b20722be4f5ab /NEWS | |
parent | d0a550a50f4691967960099d278f1203e666081d (diff) | |
download | rpm-setup-ce8ea0fd5850c613b918b161159c5ccd18a43d8d.tar rpm-setup-ce8ea0fd5850c613b918b161159c5ccd18a43d8d.tar.gz rpm-setup-ce8ea0fd5850c613b918b161159c5ccd18a43d8d.tar.bz2 rpm-setup-ce8ea0fd5850c613b918b161159c5ccd18a43d8d.tar.xz rpm-setup-ce8ea0fd5850c613b918b161159c5ccd18a43d8d.zip |
macros: use -fstack-protector-strong instead of '-fstack-protector --param=ssp-buffer-size=4' in %_ssp_cflags
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
@@ -2,6 +2,7 @@ - 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 +- macros: use -fstack-protector-strong instead of '-fstack-protector --param=ssp-buffer-size=4' in %_ssp_cflags - macros: use -Wl,-z,now with -Wl,-z,relro unless _disable_ld_now is defined - mangle script shebangs |