[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package gcc-toolset-10-elfutils-libelf-0.182-6.el8_4.i686 download

Name gcc-toolset-10-elfutils-libelf
Epoch 0
Version 0.182
Release 6.el8_4
Architecture i686
Website/URL http://elfutils.org/
License GPLv2+ or LGPLv3+
Build Time 2023-12-06 01:08:29
Build Host builder-x86-03.inferitos.ru
Summary Library to read and write ELF files
Repositories AppStream
Description The elfutils-libelf package provides a DSO which allows reading and writing ELF files on a high level. Third party programs depend on this package to read internals of ELF files. The programs of the elfutils package use it also to generate new ELF files.
Errata
Size 221 KiB
Source Project gcc-toolset-10-elfutils-0.182-6.el8_4
SHA-256 checksum efb553ea3982d4cd3126858dd336bd5e3e449080221cf58bc0564ed055791572
× Full screenshot
Changelog link
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.182-6
- Rebuilt for MSVSphere 8.8

* Fri Sep 03 2021 Mark Wielaard <mjw@redhat.com> - 0.182-6
- Also use __requires_exclude_from for libdw.pc

* Thu Jul 29 2021 Mark Wielaard <mjw@redhat.com> - 0.182-5
- Use __provides_exclude_from instead of filter_from_provides

* Tue Jun 29 2021 Mark Wielaard <mjw@redhat.com> - 0.182-4
- Filter out pkgconfig provides

* Wed Nov 11 2020 Mark Wielaard <mjw@redhat.com> - 0.182-3
- Add -lzstd to libdw.so linker script.

* Mon Nov 02 2020 Mark Wielaard <mjw@redhat.com> - 0.182-2
- Add elfutils-0.182-debuginfod-test-fix.patch.

* Mon Nov 02 2020 Mark Wielaard <mjw@redhat.com> - 0.182-1
- Upgrade to upstream 0.182
  - backends: Support for tilegx has been removed.
  - config: New /etc/profile.d files to provide default $DEBUGINFOD_URLS.
  - debuginfod: More efficient package traversal, tolerate various
    errors during scanning, grooming progress is more visible and
    interruptible, more prometheus metrics.
  - debuginfod-client: Now supports compressed (kernel) ELF images.
  - libdwfl: Add ZSTD compression support.

* Mon Nov 02 2020 Mark Wielaard <mjw@redhat.com> - 0.180-2
- Add Requires for -devel packages (#1873413)

* Thu Jun 11 2020 Mark Wielaard <mjw@redhat.com> - 0.180-1
- New upstream release.

* Wed Jun 10 2020 Mark Wielaard <mjw@redhat.com> - 0.178-1
- New upstream release.
  - debuginfod: New server, client tool and library to index and fetch
                ELF/DWARF files addressed by build-id through HTTP.
  - doc: There are now some manual pages for functions and tools.
  - backends: The libebl libraries are no longer dynamically loaded
              through dlopen, but are now compiled into libdw.so directly.
  - readelf: -n, --notes now takes an optional "SECTION" argument.
             -p and -x now also handle section numbers.
             New option --dyn-sym to show just the dynamic symbol table.
  - libdw: Abbrevs and DIEs can now be read concurrently by multiple
           threads through the same Dwarf handle.
  - libdwfl: Will try to use debuginfod when installed as fallback to
             retrieve ELF and DWARF debug data files by build-id.