dogtagpki / pki

The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of certificate lifecycle management, including key archival, OCSP and smartcard management.
https://www.dogtagpki.org
GNU General Public License v2.0
363 stars 135 forks source link

Use gcc option -mbranch-protection=standard #4828

Closed edewata closed 1 month ago

edewata commented 1 month ago

The RPM spec has been updated to use gcc option -mbranch-protection=standard on AArch64 since it's now required by rpminspect.

https://sourceware.org/annobin/annobin.html/Test-dynamic-tags.html

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

edewata commented 1 month ago

@fmarco76 Thanks!