Annocheck: Add more glibc exceptions + check PT_TLS segments.
Resolves: #2081131
This commit is contained in:
parent
35ca7e10e2
commit
d34059935f
17
annobin.spec
17
annobin.spec
@ -1,7 +1,7 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Annotate and examine compiled binary files
|
||||
Version: 10.58
|
||||
Version: 10.68
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
# Maintainer: nickc@redhat.com
|
||||
@ -231,7 +231,7 @@ CONFIG_ARGS="$CONFIG_ARGS --with-llvm"
|
||||
%endif
|
||||
|
||||
%if %{without tests}
|
||||
CONFIG_ARGS="$CONFIG_ARGS --without-test"
|
||||
CONFIG_ARGS="$CONFIG_ARGS --without-tests"
|
||||
%endif
|
||||
|
||||
%set_build_flags
|
||||
@ -362,6 +362,19 @@ fi
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Fri May 06 2022 Nick Clifton <nickc@redhat.com> - 10.68-1
|
||||
- Annocheck: Add more glibc exceptions + check PT_TLS segments. (#2081131)
|
||||
- Annocheck: Do not complain about missing -mbranch-protection option in AArch64 binaries if compiled by golang.
|
||||
- Annocheck: Do not complain about missing -mbranch-protection option in AArch64 binaries if compiled in LTO mode.
|
||||
- gcc-plugin: Add support for CLVC_INTEGER options.
|
||||
- Annocheck: Even more special cases for AArch64 glibc on RHEL-8. (#2072082)
|
||||
- Annocheck: Add more special cases for AArch64 glibc on RHEL-8. (#2072082)
|
||||
- llvm-plugin: Fix a thinko in the sources.
|
||||
- gcc-plugin: Add remap of OPT_Wall.
|
||||
- configure: Fix typo in top level configure.ac.
|
||||
- Add support for building using meson+ninja.
|
||||
- Annocheck: Fix test for AArch64 property notes. (#2068657)
|
||||
|
||||
* Mon Mar 14 2022 Nick Clifton <nickc@redhat.com> - 10.58-1
|
||||
- gcc-plugin: Do not issue warning messages for autoconf generated source files. (#2009958)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-10.58.tar.xz) = 7d40fe9ddbee788db3331ec138aa588936d726ec50e0286b23be3792f20c2fc111c635b70598e0d8b6ba24a92de514fc637d5cea6b9d7781de781fbf244dfbd8
|
||||
SHA512 (annobin-10.68.tar.xz) = 0e3a12e173f6f77443c81e44f6be565b8392e6fcba002c8482f3edd13c56620acd5f528a00f10a9f81b9c8aeedf008103850458b2829cecbd89be98649879acc
|
||||
|
Loading…
Reference in New Issue
Block a user