Name: | elfutils |
---|---|
Version: | 0.174 |
Release: | 6.el8 |
Architecture: | x86_64 |
Group: | Development/Tools |
Size: | 1005361 |
License: | GPLv3+ and (GPLv2+ or LGPLv3+) |
RPM: | elfutils-0.174-6.el8.x86_64.rpm |
Source RPM: | elfutils-0.174-6.el8.src.rpm |
Build Date: | Fri May 10 2019 |
Build Host: | ca-build101.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). |
- Add elfutils-0.174-gnu-props-32.patch.
- Add elfutils-0.174-x86_64_unwind.patch (#1650114). - Add elfutils-0.174-gnu-property-note.patch (#1650120). - Add elfutils-0.174-version-note.patch. - Add elfutils-0.174-gnu-attribute-note.patch (#1650125).
- Add elfutils-0.174-size-rec-ar.patch CVE-2018-18520 (#1646479) - Add elfutils-0.174-ar-sh_entsize-zero.patch CVE-2018-18521 (#1646484)
- Add elfutils-0.174-libdwfl-sanity-check-core-reads.patch CVE-2018-18310 (#1642606)
- Add elfutils-0.174-strip-unstrip-group.patch (#1638248).
- New upstream release (#1614972) - libelf, libdw and all tools now handle extended shnum and shstrndx correctly - elfcompress: Don't rewrite input file if no section data needs updating. Try harder to keep same file mode bits (suid) on rewrite. - strip: Handle mixed (out of order) allocated/non-allocated sections. - unstrip: Handle SHT_GROUP sections. - backends: RISCV and M68K now have backend implementations to generate CFI based backtraces. - Fixes CVE-2018-16062, CVE-2018-16402 and CVE-2018-16403 (#1623754, #1625052, #1625057).
- Rebuild with fixed binutils
- Add elfutils-0.173-strip-alloc-nonalloc.patch (#1609577)
- Drop libstdc++-devel BuildRequires. gcc-c++ will pull it in.
- Update elfutils-0.173-annobingroup.patch.