Import patches for PR/17510 and PR/17512 to fix reading corrupt ELF binaries.
Resolves: BZ #1157276, #1157277
This commit is contained in:
parent
d81a234001
commit
8d9ecc8685
@ -19,7 +19,7 @@
|
||||
Summary: A GNU collection of binary utilities
|
||||
Name: %{?cross}binutils%{?_with_debug:-debug}
|
||||
Version: 2.24
|
||||
Release: 25%{?dist}
|
||||
Release: 26%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Development/Tools
|
||||
URL: http://sources.redhat.com/binutils
|
||||
@ -74,6 +74,7 @@ Patch29: binutils-2.24-aarch64-fix-ie-relax.patch
|
||||
Patch30: binutils-HEAD-change-ld-notice-interface.patch
|
||||
Patch31: binutils-2.24-corrupt-srec.patch
|
||||
Patch32: binutils-2.24-corrupt-groups.patch
|
||||
Patch33: binutils-2.24-corrupt-elf.patch
|
||||
|
||||
Provides: bundled(libiberty)
|
||||
|
||||
@ -208,8 +209,9 @@ using libelf instead of BFD.
|
||||
%patch28 -p1 -b .aa64-2~
|
||||
%patch29 -p1 -b .aa64-3~
|
||||
%patch30 -p1 -b .ldplugin~
|
||||
%patch31 -p0 -b .srec~
|
||||
%patch32 -p0 -b .groups~
|
||||
%patch31 -p0 -b .corrupt-srec~
|
||||
%patch32 -p0 -b .corrupt-groups~
|
||||
%patch33 -p0 -b .corrupt-elf~
|
||||
|
||||
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
|
||||
|
||||
@ -524,6 +526,10 @@ exit 0
|
||||
%endif # %{isnative}
|
||||
|
||||
%changelog
|
||||
* Tue Oct 28 2014 Nick Clifton <nickc@redhat.com> - 2.24-26
|
||||
- Import patches for PR/17510 and PR/17512 to fix reading corrupt ELF binaries.
|
||||
Resolves: BZ #1157276, #1157277
|
||||
|
||||
* Mon Oct 27 2014 Nick Clifton <nickc@redhat.com> - 2.24-25
|
||||
- Import patch from mainline to fix seg-fault when reading corrupt group headers.
|
||||
Resolves: BZ #1157276
|
||||
|
Loading…
Reference in New Issue
Block a user