| Name: | binutils |
|---|---|
| Version: | 2.41 |
| Release: | 63.0.1.el10 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 30704214 |
| 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 |
| RPM: | binutils-2.41-63.0.1.el10.aarch64.rpm |
| Source RPM: | binutils-2.41-63.0.1.el10.src.rpm |
| Build Date: | Thu Mar 05 2026 |
| Build Host: | build-ol10-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://sourceware.org/binutils |
| Summary: | A GNU collection of binary utilities |
| Description: | Binutils is a collection of binary utilities, including ar (for creating, modifying and extracting from archives), as (a family of GNU assemblers), gprof (for displaying call graph profile data), ld (the GNU linker), nm (for listing symbols from object files), objcopy (for copying and translating object files), objdump (for displaying information from object files), ranlib (for generating an index for the contents of an archive), readelf (for displaying detailed information about binary files), size (for listing the section sizes of an object or archive file), strings (for listing printable strings from files), strip (for discarding symbols), and addr2line (for converting addresses to file and line). |
- Forward-port Oracle patches to 2.41-63
Reviewed-by: Claudiu Zissulescu <claudiu.zissulescu-ianculescu@oracle.com>
Reviewed-by: Bruce McCulloch <bruce.mcculloch@oracle.com>
Oracle history:
February-03-2026 Bruce McCulloch <bruce.mcculloch@oracle.com> - 2.41-60.0.1
- Forward-port Oracle patches to 2.41-60
Reviewed-by: David Faust <david.faust@oracle.com>
December-18-2025 Bruce McCulloch <bruce.mcculloch@oracle.com> - 2.41-58.0.1.2
- Forward-port Oracle patches to 2.41-58.2
- CVE-2025-11082
- CVE-2025-11083
Reviewed-by: David Faust <david.faust@oracle.com>
September-29-2025 David Faust <david.faust@oracle.com> - 2.41-58.0.1
- Forward-port Oracle patches to 2.41-58.
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
August-29-2025 Bruce McCulloch <bruce.mcculloch@oracle.com> - 2.41-57.0.1
- Forward-port Oracle patches to 2.41-57.
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
Jun-04-2025 Bruce McCulloch <bruce.mcculloch@oracle.com> - 2.41-53.0.3
- Add binutils-orabug-38018827.patch.
- Fix ctf_dict_open clobbering errno.
- Backport of upstream commit:
- 14303d6295e libctf: archive, open: when opening, always set errp to
something.
- [Orabug: 38018827]
- Add binutils-orabug-38018828.patch.
- In kernel links, properly hide CTF types only if conflicting.
- Backport of upstream commits:
- 75e514cfa56 Revert "libctf: fix linking of non-root-visible types"
- 002957be18e libctf: dedup: improve hiding of conflicting types in the
same dict
- [Orabug: 38018828]
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
Reviewed-by: Nick Alcock <nick.alcock@oracle.com>
Reviewed-by: Elena Zannoni <elena.zannoni@oracle.com>
May-28-2025 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> - 2.41-53.0.2
- Backported updates for gprofng.
Reviewed-by: Bruce McCulloch <bruce.mcculloch@oracle.com>
April-02-2025 Bruce McCulloch <bruce.mcculloch@oracle.com> - 2.41-53.0.1
- Merge Oracle patches to 2.41-53.
Reviewed-by: Jose E. Marchesi <jose.marchesi@oracle.com>
November-28-2024 Nick Alcock <nick.alcock@oracle.com> - 2.41-45.0.1
- Latest CTF changes from upstream
- add ctf_dict_set_flag, ctf_lookup_enumerator, ctf_lookup_enumerator_next,
ctf_arc_lookup_enumerator_next; consider enums with differing enumerators
to be conflicting
- add documentation to ctf-api.h
- allow modification of ctf_opened dicts and opening of foreign-
endian older dicts
- looking up types by name prefers non-bitfields if possible
- bugfixes to parent propagation, rewriting of existing dicts,
ctf_archive_count, CU-mapped links, and dumping and linking of
non-root-visible types.
- fix a bunch of small leaks and one big one (on ctf_open error)
- fix a write into freed memory after ctf_rollback and writeout
- internal improvements to serialization, name lookup, symbol
lookup, string handling, and more
- explicitly disable zstd support (enabling requires addition of zstd to
the .so scripts)
- Run linker tests for cross binutils. Compare the native and cross results. (RHEL-117111)
- Fix a potential illegal memory access when copying a corrupt input file. (RHEL-142279)
- Fix a potential illegal memory access when copying a corrupt input file. (RHEL-132254)
- Fix a potential illegal memory access when linking a corrupt input file. (RHEL-126877)
- Fix a potential illegal memory access when linking a corrupt input file. (RHEL-125205)
- Remove workaround for CVE-2025-5702. (RHEL-100159)
- Add fix for CVE-2025-5244. (RHEL-100417) - USe correct fix for CVE-2025-5702. (RHEL-100159)
- Add basic support for RISC-V 64-bit EFI objects. (RHEL-88815)
- Adds z17 as a cpu name for the s390x architecture. (RHEL-87215)