Annocheck: Improve detection of FIPS compliant GO binaries.
GCC Plugin: Fix recording of the -Wimplicit-int and -Wimplicit-function-declaration warnings. Add active checks for when they are deliberately disabled. Tests: Fix implicit-values test so that it will compile with gcc 14+. GCC Plugin: Add support for -fhardended. - Update glibc detection heuristics for PPC64. (RHEL-16453)
This commit is contained in:
parent
ef781616c5
commit
45c1b98537
2 changed files with 9 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 12.30
|
||||
Version: 12.35
|
||||
Release: 1%{?dist}
|
||||
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND (GPL-2.0-or-later WITH GCC-exception-2.0) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND GFDL-1.3-or-later
|
||||
URL: https://sourceware.org/annobin/
|
||||
|
|
@ -524,6 +524,13 @@ make check
|
|||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Jan 04 2024 Nick Clifron <nickc@redhat.com> - 12.35-1
|
||||
- Annocheck: Improve detection of FIPS compliant GO binaries.
|
||||
- GCC Plugin: Fix recording of the -Wimplicit-int and -Wimplicit-function-declaration warnings. Add active checks for when they are deliberately disabled.
|
||||
- Tests: Fix implicit-values test so that it will compile with gcc 14+.
|
||||
- GCC Plugin: Add support for -fhardended.
|
||||
- Update glibc detection heuristics for PPC64. (RHEL-16453)
|
||||
|
||||
* Mon Nov 06 2023 Nick Clifron <nickc@redhat.com> - 12.30-1
|
||||
- Fix another atexit test failure. (#2247481)
|
||||
- Fix atexit test failure.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (annobin-12.30.tar.xz) = 57516fa066fe9f34c31fd3fb55b57246f2d1e33c5029a7396ec565682c16f7b2a7d9d73e2709769db9c29d6618e6415c240435350c98394aec5493a1e3410206
|
||||
SHA512 (annobin-12.35.tar.xz) = 61f615e7ee69467be4bdac397e10e4dc5ecb6d20fb20569ba7fe35e11b18e8e018f5d366c6e184a71701785e83ab3be509f47f6e199b8a40aa5b95e9d7bf4dc0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue