From 512cc730f4123977c71b0c0d85c57e55f252d46f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 28 2020 08:51:49 +0000 Subject: import annobin-8.90-1.el8 --- diff --git a/.annobin.metadata b/.annobin.metadata index 7dcffa3..251f07a 100644 --- a/.annobin.metadata +++ b/.annobin.metadata @@ -1 +1 @@ -a1168f411d26bb7f0a7c950ee98d0a1fd2fb856d SOURCES/annobin-8.78.tar.xz +eafca541590675b6734ff6d5cebfb720eed2e732 SOURCES/annobin-8.90.tar.xz diff --git a/.gitignore b/.gitignore index 8bc2739..80d5723 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/annobin-8.78.tar.xz +SOURCES/annobin-8.90.tar.xz diff --git a/SPECS/annobin.spec b/SPECS/annobin.spec index 028ef3e..d692161 100644 --- a/SPECS/annobin.spec +++ b/SPECS/annobin.spec @@ -1,7 +1,7 @@ Name: annobin Summary: Binary annotation plugin for GCC -Version: 8.78 +Version: 8.90 Release: 1%{?dist} License: GPLv3+ @@ -220,6 +220,26 @@ fi #--------------------------------------------------------------------------------- %changelog +* Fri Nov 15 2019 Nick Clifton - 8.90-1 +- Do not skip positive results. + +* Tue Nov 12 2019 Nick Clifton - 8.89-2 +- Bump NVR to allow rebuild after tweaking gating tests. + +* Tue Nov 12 2019 Nick Clifton - 8.89-1 +- Update to version 8.89. (#1766631) +- Generate a WARN result for code compiled with instrumentation enabled. (#1753918) +- Replace address checks with dladdr1. +- Use libabigail like checking to ensure variable address consistency. +- Skip generation of global notes for hot/cold sections. +- Generate FAIL results if -Wall or -Wformat-security are missing. +- If notes cannot be found in the executable look for them in the debuginfo file, if available. +- Generate a FAIL if notes are missing from the executable/debuginfo file. +- Record and report the setting of the AArcht64 specific -mbranch-protection option. +- Improve detection of GO binaries. +- Add gcc version information to annobin notes. +- Do not complain about missing FORTIFY_SOURCE and GLIBCXX_ASSERTIONS in LTO compilations. + * Tue Aug 06 2019 Nick Clifton - 8.78-1 - Fix a memory allocation error in the annobin plugin. (#1737306)