- Fix bug in hardened tool which would skip gcc compiled files if the notes were too small.
- Fix bugs in section-size tool. - Fix bug in buillt-by tool.
This commit is contained in:
parent
ccb481d55d
commit
a241ed8b29
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@
|
|||||||
/annobin-8.27.tar.xz
|
/annobin-8.27.tar.xz
|
||||||
/annobin-8.29.tar.xz
|
/annobin-8.29.tar.xz
|
||||||
/annobin-8.30.tar.xz
|
/annobin-8.30.tar.xz
|
||||||
|
/annobin-8.31.tar.xz
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Binary annotation plugin for GCC
|
Summary: Binary annotation plugin for GCC
|
||||||
Version: 8.30
|
Version: 8.31
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -200,6 +200,11 @@ make check
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 30 2018 Nick Clifton <nickc@redhat.com> - 8.31-1
|
||||||
|
- Fix bug in hardened tool which would skip gcc compiled files if the notes were too small.
|
||||||
|
- Fix bugs in section-size tool.
|
||||||
|
- Fix bug in buillt-by tool.
|
||||||
|
|
||||||
* Wed Aug 29 2018 Nick Clifton <nickc@redhat.com> - 8.30-1
|
* Wed Aug 29 2018 Nick Clifton <nickc@redhat.com> - 8.30-1
|
||||||
- Generate notes for comdat sections. (#1619267)
|
- Generate notes for comdat sections. (#1619267)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-8.30.tar.xz) = 9dc9987662ddb8b16c828957547b16f4ffd50f0587daf68d1a3dc9e4425765693cf09f3b134ad9a7520207edd27724513f4e13e81437697a0ca70fe53bcc3d8b
|
SHA512 (annobin-8.31.tar.xz) = f6f4b632a77690467ec253c122ae83d0fc2cbc9116737fcc5d665cc78890aa872d940687c8143932f842dd1fd10c84fc389c4f9e0c7dc1db4fb6bdb8c7e04c86
|
||||||
|
Loading…
Reference in New Issue
Block a user