Annocheck: Fix a division by zero error when parsing GO binaries.
Resolves: #1818863
This commit is contained in:
parent
dcc513660a
commit
dcdc0af39b
1
.gitignore
vendored
1
.gitignore
vendored
@ -132,3 +132,4 @@
|
|||||||
/annobin-9.14.tar.xz
|
/annobin-9.14.tar.xz
|
||||||
/annobin-9.15.tar.xz
|
/annobin-9.15.tar.xz
|
||||||
/annobin-9.16.tar.xz
|
/annobin-9.16.tar.xz
|
||||||
|
/annobin-9.18.tar.xz
|
||||||
|
11
annobin.spec
11
annobin.spec
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: annobin
|
Name: annobin
|
||||||
Summary: Annotate and examine compiled binary files
|
Summary: Annotate and examine compiled binary files
|
||||||
Version: 9.16
|
Version: 9.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
# ProtocolURL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||||
@ -175,7 +175,7 @@ if [ -z "%{gcc_vr}" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Requires: (gcc >= %{gcc_major} with gcc < %{gcc_next})"
|
echo "Requires: (gcc >= %{gcc_major} and gcc < %{gcc_next})"
|
||||||
|
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
@ -192,9 +192,9 @@ touch doc/annobin.info
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%if %{with debuginfod}
|
%if %{with debuginfod}
|
||||||
%configure --quiet --with-gcc-plugin-dir=%{ANNOBIN_GCC_PLUGIN_DIR} --with-debuginfod
|
%configure --quiet --with-gcc-plugin-dir=%{ANNOBIN_GCC_PLUGIN_DIR} --with-debuginfod || cat config.log
|
||||||
%else
|
%else
|
||||||
%configure --quiet --with-gcc-plugin-dir=%{ANNOBIN_GCC_PLUGIN_DIR}
|
%configure --quiet --with-gcc-plugin-dir=%{ANNOBIN_GCC_PLUGIN_DIR} || cat config.log
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%make_build
|
%make_build
|
||||||
@ -276,6 +276,9 @@ fi
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 30 2020 Nick Clifton <nickc@redhat.com> - 9.18-1
|
||||||
|
- Annocheck: Fix a division by zero error when parsing GO binaries. (#1818863)
|
||||||
|
|
||||||
* Fri Mar 27 2020 Nick Clifton <nickc@redhat.com> - 9.16-1
|
* Fri Mar 27 2020 Nick Clifton <nickc@redhat.com> - 9.16-1
|
||||||
- Annobin: Fix access to the -flto and -fsanitize flags.
|
- Annobin: Fix access to the -flto and -fsanitize flags.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (annobin-9.16.tar.xz) = 8de941e4db9f355d7584ed97d524dcb021ff14375a2d79ee4b112d3e6a308bd9c6f5bdacab38f40fc94ca0f7f895aa41dc98e0dea772561028084c7c79fbda39
|
SHA512 (annobin-9.18.tar.xz) = cd7b19ffde8dcab6bcf75e997d743ccbbd3bcd17690061cb1a2ff05651bfbb43b37df408b6efc4e683d52ae5654dfaf23b56e1c3c58928759610576afdcd9346
|
||||||
|
Loading…
Reference in New Issue
Block a user