Fix infinite loop hangup in annocheck.
Disable debuginfod support by default. Improve parsing of .comment section.
This commit is contained in:
parent
5d051cb7a7
commit
cb98e5f903
1
.gitignore
vendored
1
.gitignore
vendored
@ -126,3 +126,4 @@
|
|||||||
/annobin-9.08.tar.xz
|
/annobin-9.08.tar.xz
|
||||||
/annobin-9.09.tar.xz
|
/annobin-9.09.tar.xz
|
||||||
/annobin-9.10.tar.xz
|
/annobin-9.10.tar.xz
|
||||||
|
/annobin-9.11.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 9.10
|
Version: 9.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||||
@ -276,6 +276,11 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 28 2020 Nick Clifton <nickc@redhat.com> - 9.11-1
|
||||||
|
- Fix infinite loop hangup in annocheck.
|
||||||
|
- Disable debuginfod support by default.
|
||||||
|
- Improve parsing of .comment section.
|
||||||
|
|
||||||
* Thu Feb 27 2020 Nick Clifton <nickc@redhat.com> - 9.10-1
|
* Thu Feb 27 2020 Nick Clifton <nickc@redhat.com> - 9.10-1
|
||||||
- Fix clang plugin to use hidden symbols.
|
- Fix clang plugin to use hidden symbols.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-9.10.tar.xz) = 4b091b3494b12ada210c2383174eb17dc53645105165e20a0a7b1e453decf0c0f280fc958e393e6863b871d519895524adcb24bafee3e46f7d51e55473347fe3
|
SHA512 (annobin-9.11.tar.xz) = 3ad9dbf639840de4dbea427c0c0a5e1df0da0fd2460dd025445c841aa71977d93ff4e78b63b9ffd3e762d33cd5902bde578fe36ae6b0c6555c7fe4f4f0604c30
|
||||||
|
Loading…
Reference in New Issue
Block a user