Remove workaround for CVE-2025-5702.
Resolves: RHEL-100159
This commit is contained in:
parent
b3ea003a70
commit
ac1590457e
@ -2,7 +2,7 @@
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: binutils%{?_with_debug:-debug}
|
Name: binutils%{?_with_debug:-debug}
|
||||||
Version: 2.41
|
Version: 2.41
|
||||||
Release: 57%{?dist}
|
Release: 58%{?dist}
|
||||||
License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later
|
License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later
|
||||||
URL: https://sourceware.org/binutils
|
URL: https://sourceware.org/binutils
|
||||||
|
|
||||||
@ -908,13 +908,6 @@ build_target()
|
|||||||
|
|
||||||
pushd $builddir
|
pushd $builddir
|
||||||
|
|
||||||
%if 0%{?rhel} == 10
|
|
||||||
# Work around https://issues.redhat.com/browse/RHEL-49348
|
|
||||||
%ifarch ppc64le
|
|
||||||
export GLIBC_TUNABLES=glibc.cpu.hwcaps=-arch_3_1
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{with docs}
|
%if %{with docs}
|
||||||
# Because of parallel building, info has to be made after all.
|
# Because of parallel building, info has to be made after all.
|
||||||
%make_build %{_smp_mflags} tooldir=%{_prefix} all
|
%make_build %{_smp_mflags} tooldir=%{_prefix} all
|
||||||
@ -1433,6 +1426,9 @@ exit 0
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 06 2025 Nick Clifton <nickc@redhat.com> - 2.41-58
|
||||||
|
- Remove workaround for CVE-2025-5702. (RHEL-100159)
|
||||||
|
|
||||||
* Mon Jun 30 2025 Nick Clifton <nickc@redhat.com> - 2.41-57
|
* Mon Jun 30 2025 Nick Clifton <nickc@redhat.com> - 2.41-57
|
||||||
- Add fix for CVE-2025-5244. (RHEL-100417)
|
- Add fix for CVE-2025-5244. (RHEL-100417)
|
||||||
- USe correct fix for CVE-2025-5702. (RHEL-100159)
|
- USe correct fix for CVE-2025-5702. (RHEL-100159)
|
||||||
|
Loading…
Reference in New Issue
Block a user