- LLVM Plugin: Fix building with LLVM version 17.
- GCC Plugin: Enable string note format by default. - Annocheck: Change GO FIPS test to look for CGO_ENABLED markers.
This commit is contained in:
parent
bb897c4f25
commit
adbdd10cb3
2 changed files with 7 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 12.23
|
||||
Version: 12.26
|
||||
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/
|
||||
|
|
@ -514,6 +514,11 @@ fi
|
|||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Sep 14 2023 Yara Ahmad <yahmad@redhat.com> - 12.26-1
|
||||
- LLVM Plugin: Fix building with LLVM version 17.
|
||||
- GCC Plugin: Enable string note format by default.
|
||||
- Annocheck: Change GO FIPS test to look for CGO_ENABLED markers.
|
||||
|
||||
* Tue Aug 01 2023 Yara Ahmad <yahmad@redhat.com> - 12.23-1
|
||||
- Annocheck: Add test for FIPS compliant GO binaries.
|
||||
- Annocheck: Fix double free. (#2226749)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (annobin-12.23.tar.xz) = 6716d5525d77b39bce0f05158753e6badb8c27529f71d4f65d511ea6430dcd3e2efe88b711c7eebd8b840c2cbcfeed6877393a39f75f473812b99d6c2d927968
|
||||
SHA512 (annobin-12.26.tar.xz) = 979643818fa794b74c8fdfc02404988f85da67d2c45afaa35f05f1127a537d8db9f710531043c625d7a2b6625f24c5b3c1f584519925182ef3786d415ce70ad8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue