import binutils-2.30-108.el8_5.1

This commit is contained in:
CentOS Sources 2021-11-10 03:42:28 -05:00 committed by Stepan Oksanichenko
parent 2420618e6d
commit e0556a92a2
2 changed files with 1941 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,7 @@
Summary: A GNU collection of binary utilities
Name: binutils%{?name_cross}%{?_with_debug:-debug}
Version: 2.30
Release: 108%{?dist}
Release: 108%{?dist}.1
License: GPLv3+
URL: https://sourceware.org/binutils
@ -591,6 +591,10 @@ Patch91: binutils-clearing-discarded-relocs.patch
# Lifetime: Fixed in 2.37 (maybe)
Patch92: binutils-gold-i386-gnu-property-notes.patch
# Purpose: Add options to control the display of multibyte characters. CVE 2021-42574
# Lifetime: Fixed in 2.38 (maybe)
Patch93: binutils.unicode.patch
#----------------------------------------------------------------------------
Provides: bundled(libiberty)
@ -820,6 +824,7 @@ using libelf instead of BFD.
%patch90 -p1
%patch91 -p1
%patch92 -p1
%patch93 -p1
# We cannot run autotools as there is an exact requirement of autoconf-2.59.
# FIXME - this is no longer true. Maybe try reinstating autotool use ?
@ -1269,6 +1274,9 @@ exit 0
#----------------------------------------------------------------------------
%changelog
* Wed Oct 20 2021 Nick Clifton <nickc@redhat.com> - 2.30-108.1
- Add ability to control the display of unicode characters. (#2009172)
* Wed Jul 07 2021 Nick Clifton <nickc@redhat.com> - 2.30-108
- Fix thinko in previous delta. (#1970961)