import binutils-2.30-111.el8

This commit is contained in:
CentOS Sources 2021-11-24 04:19:51 +00:00 committed by Stepan Oksanichenko
parent e42d2e3021
commit c945c9f292
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 Summary: A GNU collection of binary utilities
Name: binutils%{?name_cross}%{?_with_debug:-debug} Name: binutils%{?name_cross}%{?_with_debug:-debug}
Version: 2.30 Version: 2.30
Release: 110%{?dist} Release: 111%{?dist}
License: GPLv3+ License: GPLv3+
URL: https://sourceware.org/binutils URL: https://sourceware.org/binutils
@ -599,6 +599,10 @@ Patch93: binutils-plugin-as-needed-correct.patch
# Lifetime: Fixed in 2.37 # Lifetime: Fixed in 2.37
Patch94: binutils-s390x-arch14.patch Patch94: binutils-s390x-arch14.patch
# Purpose: Add options to control the display of multibyte characters. CVE 2021-42574
# Lifetime: Fixed in 2.38 (maybe)
Patch95: binutils.unicode.patch
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
Provides: bundled(libiberty) Provides: bundled(libiberty)
@ -830,6 +834,7 @@ using libelf instead of BFD.
%patch92 -p1 %patch92 -p1
%patch93 -p1 %patch93 -p1
%patch94 -p1 %patch94 -p1
%patch95 -p1
# We cannot run autotools as there is an exact requirement of autoconf-2.59. # 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 ? # FIXME - this is no longer true. Maybe try reinstating autotool use ?
@ -1279,6 +1284,9 @@ exit 0
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
%changelog %changelog
* Mon Oct 25 2021 Nick Clifton <nickc@redhat.com> - 2.30-111
- Add ability to control the display of unicode characters. (#2009173)
* Wed Sep 29 2021 Nick Clifton <nickc@redhat.com> - 2.30-110 * Wed Sep 29 2021 Nick Clifton <nickc@redhat.com> - 2.30-110
- Add support for the arch14 extensions to the s390x architecture. (#1984819) - Add support for the arch14 extensions to the s390x architecture. (#1984819)