Name: | elfutils |
Version: | 0.176 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | Development/Tools |
Size: | 1384009 |
License: | GPLv3+ and (GPLv2+ or LGPLv3+) |
RPM: |
elfutils-0.176-2.el7.aarch64.rpm
|
Source RPM: |
elfutils-0.176-2.el7.src.rpm
|
Build Date: | Mon Jun 10 2019 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://elfutils.org/ |
Summary: | A collection of utilities and DSOs to handle ELF files and DWARF data |
Description: | Elfutils is a collection of utilities, including stack (to show
backtraces), nm (for listing symbols from object files), size
(for listing the section sizes of an object or archive file),
strip (for discarding symbols), readelf (to see the raw ELF file
structures), elflint (to check for well-formed ELF files) and
elfcompress (to compress or decompress ELF sections). |
-
Wed May 01 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.176-2
- Add elfutils-0.176-xlate-note.patch (#1704754)
-
Wed Mar 06 2019 Mark Wielaard <mjw@redhat.com> - 0.176-1
- New upstream release (#1676504)
CVE-2019-7146, CVE-2019-7148, CVE-2019-7149, CVE-2019-7150,
CVE-2019-7664, CVE-2019-7665, CVE-2018-16062, CVE-2018-16402,
CVE-2018-16403, CVE-2018-18310, CVE-2018-18521, CVE-2018-18520.
-
Wed Jun 20 2018 Mark Wielaard <mjw@redhat.com> - 0.172-2
- Add elfutils-0.172-robustify.patch. (#1593328)
-
Mon Jun 11 2018 Mark Wielaard <mjw@redhat.com> - 0.172-1
- New upstream release.
- No functional changes compared to 0.171.
- Various bug fixes in libdw and eu-readelf dealing with bad DWARF5
data. Thanks to running the afl fuzzer on eu-readelf and various
testcases.
- eu-readelf -N is ~15% faster.
-
Tue Jun 05 2018 Mark Wielaard <mjw@redhat.com> - 0.171-1
- New upstream release.
- DWARF5 and split dwarf, including GNU DebugFission, support.
- readelf: Handle all new DWARF5 sections.
--debug-dump=info+ will show split unit DIEs when found.
--dwarf-skeleton can be used when inspecting a .dwo file.
Recognizes GNU locviews with --debug-dump=loc.
- libdw: New functions dwarf_die_addr_die, dwarf_get_units,
dwarf_getabbrevattr_data and dwarf_cu_info.
libdw will now try to resolve the alt file on first use
when not set yet with dwarf_set_alt.
dwarf_aggregate_size() now works with multi-dimensional arrays.
- libdwfl: Use process_vm_readv when available instead of ptrace.
- backends: Add a RISC-V backend.
-
Wed Dec 20 2017 Mark Wielaard <mjw@redhat.com> - 0.170-4
- Add elfutils-0.170-dwarf_aggregate_size.patch (#1527966).
-
Wed Nov 08 2017 Mark Wielaard <mjw@redhat.com> - 0.170-3
- Rely on systemd_requires for sysctl_apply default-yama-scope (#1509861).
-
Thu Nov 02 2017 Mark Wielaard <mjw@redhat.com> - 0.170-2
- Rebuild because of binutils bug (#1508966)
-
Mon Oct 16 2017 Mark Wielaard <mjw@redhat.com> - 0.170-1
- New upstream release. Remove upstreamed patches.
- Sync provide_yama_scope with fedora.
- Add elfutils-0.170-x86_64-backtrace-test-override.patch.
-
Tue May 30 2017 Mark Wielaard <mjw@redhat.com> - 0.168-8
- Fix ppc64 fallback unwinder (#1454754)