parent
61192628c8
commit
a456003d87
1299
binutils.gold.dwarf-5-support.patch
Normal file
1299
binutils.gold.dwarf-5-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
Summary: A GNU collection of binary utilities
|
||||
Name: binutils%{?_with_debug:-debug}
|
||||
Version: 2.35.2
|
||||
Release: 40%{?dist}
|
||||
Release: 41%{?dist}
|
||||
License: GPLv3+
|
||||
URL: https://sourceware.org/binutils
|
||||
|
||||
@ -432,6 +432,10 @@ Patch63: binutils-CVE-2023-25587.patch
|
||||
# Purpose: binutils fix an illegal memory access when parsing an elf file containing corrupt symbol version information
|
||||
# Lifetime: 2.39
|
||||
Patch64: binutils-memory-access-when-parsing-an-elf-file.patch
|
||||
|
||||
# Purpose: binutils fix an illegal memory access when parsing an elf file containing corrupt symbol version information
|
||||
# Lifetime: 2.38
|
||||
Patch65: binutils.gold.dwarf-5-support.patch
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
Provides: bundled(libiberty)
|
||||
@ -1272,6 +1276,9 @@ exit 0
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
%changelog
|
||||
* Wed Apr 19 2023 Nick Clifton <nickc@redhat.com> - 2.35.2-41
|
||||
- Add DWARF-5 support to GOLD. (#2182587)
|
||||
|
||||
* Thu Mar 16 2023 Yara Ahmad <yahmad@redhat.com> - 2.35.2-40
|
||||
- Fix an illegal memory access when parsing an ELF file containing corrupt symbol version information. (#2164701)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user