Add --ignore-gaps option to check-abi.sh script.
Use this option in the abi-test check. Tweak hardening test to skip pic and stack protection checks.
This commit is contained in:
parent
a9bdd53186
commit
c42ae85f5e
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/annobin-3.3.tar.xz
|
||||
/annobin-3.4.tar.xz
|
||||
/annobin-3.5.tar.xz
|
||||
/annobin-3.6.tar.xz
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 3.5
|
||||
Version: 3.6
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
@ -159,6 +159,11 @@ exit 0
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
%changelog
|
||||
* Mon Mar 12 2018 Nick Clifton <nickc@redhat.com> - 3.6-1
|
||||
- Add --ignore-gaps option to check-abi.sh script.
|
||||
- Use this option in the abi-test check.
|
||||
- Tweak hardening test to skip pic and stack protection checks.
|
||||
|
||||
* Tue Mar 06 2018 Nick Clifton <nickc@redhat.com> - 3.5-1
|
||||
- Handle functions with specific assembler names. (#1552018)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-3.5.tar.xz) = 23296e285ed31db3a6d4c191a1d7dd9157fc77077ca1597af04a811b0aa1efb05a271c990d8aec85fc2262186654c59769d51794bfd93f95b93547683b4b4aaa
|
||||
SHA512 (annobin-3.6.tar.xz) = 3d2ff4bd0c76133cf62f0774f1cfc3d0d4035651843d4dbafccdfd57a951f8531a5c6b441d78116b12d25720aaf47219c0eb95905cf1691dcb650730490aa7ed
|
||||
|
Loading…
Reference in New Issue
Block a user