Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
231b5bdd19 |
2 changed files with 10 additions and 2 deletions
10
annobin.spec
10
annobin.spec
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 12.88
|
Version: 12.94
|
||||||
Release: 1%{?dist}
|
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
|
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/
|
URL: https://sourceware.org/annobin/
|
||||||
|
|
@ -532,6 +532,14 @@ make check
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 13 2025 Nick Clifton <nickc@redhat.com> - 12.94-1
|
||||||
|
- Annocheck: Update heuristic for detecting gcc files to cope with gcc 15. (#2365824)
|
||||||
|
- Annocheck: Fix test for GO revision. (RHEL-56031)
|
||||||
|
- Annocheck: Do not rely upon libelf's ability to detect links to separate debuginfo files. (RHEL-79264)
|
||||||
|
- Annocheck: Fix resource leak. (RHEL-79253)
|
||||||
|
- Annocheck: Fix double free. Add special handling for COMBOOT modules.
|
||||||
|
- Annocheck: Improve diagnostics when a separate debug info file cannot be found.
|
||||||
|
|
||||||
* Mon Feb 03 2025 Nick Clifton <nickc@redhat.com> - 12.88-1
|
* Mon Feb 03 2025 Nick Clifton <nickc@redhat.com> - 12.88-1
|
||||||
- Annocheck: Look for -fstack-clash-protection in DW_AT_producer string. (RHEL-77328)
|
- Annocheck: Look for -fstack-clash-protection in DW_AT_producer string. (RHEL-77328)
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (annobin-12.88.tar.xz) = 2523617393c2f8a7f61f863eecc49f94ab53b71c15522543bb2a6ddbdead6dc306dd67e0df73765b881fcbb4617af940e0fc5865cccb5b4940b11ce2cd27f816
|
SHA512 (annobin-12.94.tar.xz) = 02ec315774f8a0914baf1dd462538b02bf490ebc1bfce334817900adb054c6a3eae00b9a0c5dc39675a5ee263735ba13d449769ae4c977c1ff753c8cf2206b27
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue