Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: elfutils-debuginfod-client | Distribution: Fedora Project |
Version: 0.183 | Vendor: Fedora Project |
Release: 1.fc34 | Build date: Sun Feb 7 21:31:35 2021 |
Group: Unspecified | Build host: buildvm-s390x-04.s390.fedoraproject.org |
Size: 42938 | Source RPM: elfutils-0.183-1.fc34.src.rpm |
Packager: Fedora Project | |
Url: http://elfutils.org/ | |
Summary: Library and command line client for build-id HTTP ELF/DWARF server |
The elfutils-debuginfod-client package contains shared libraries dynamically loaded from -ldw, which use a debuginfod service to look up debuginfo and associated data. Also includes a command-line frontend.
GPLv3+ and (GPLv2+ or LGPLv3+)
* Mon Feb 08 2021 Mark Wielaard <mjw@fedoraproject.org> - 0.183-1 - Upgrade to upstream 0.183 - debuginfod: New thread-busy metric and more detailed error metrics. New --fdcache-mintmp and tracking of filesystem freespace. - debuginfod-client: DEBUGINFOD_SONAME macro added to debuginfod.h can be used to dlopen the libdebuginfod.so library. New function debuginfod_set_verbose_fd and DEBUGINFOD_VERBOSE environment variable. - config: profile.sh and profile.csh won't export DEBUGINFOD_URLS unless configured --enable-debuginfod-urls[=URLS] - elflint, readelf: Recognize SHF_GNU_RETAIN. Handle SHT_X86_64_UNWIND as valid relocation target type. * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.182-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Dec 17 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.182-2 - Add elfutils-0.182-s390-pid_memory_read.patch * Sat Oct 31 2020 Mark Wielaard <mjw@fedoraproject.org> - 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 Oct 19 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.181-3 - Add elfutils-0.181-array-param.patch. * Fri Sep 18 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.181-2 - Add ZSTD support elfutils-0.181-zstd.patch. * Tue Sep 08 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.181-1 - Upgrade to upstream 0.181 - libelf: elf_update now compensates (fixes up) a bad sh_addralign for SHF_COMPRESSED sections. - libdebuginfod: configure now takes --enable-libdebuginfod=dummy or --disable-libdebuginfod for bootstrapping. DEBUGINFOD_URLS now accepts "scheme-free" urls (guessing at what the user meant, either http:// or file://) - readelf, elflint: Handle aarch64 bti, pac bits in dynamic table and gnu property notes. - libdw, readelf: Recognize DW_CFA_AARCH64_negate_ra_state. Allows unwinding on arm64 for code that is compiled for PAC (Pointer Authentication Code) as long as it isn't enabled. * Tue Aug 25 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.180-7 - Add elfutils-0.180-shf-compressed.patch * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.180-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 22 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.180-5 - Remove elfutils-libelf-devel-static and elfutils-devel-static subpackages. - Remove duplicate listing of sysconfig/debuginfod (config) file. * Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 0.180-4 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro * Fri Jul 03 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.180-3 - Add elfutils-0.180-mhd-result.patch * Wed Jul 01 2020 Jeff Law <law@redhat.com> - 0.180-2 - Disable LTO * Thu Jun 11 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.180-1 - New upstream release. elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given. libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix. libdw: Use correct CU to resolve file names in dwarf_decl_file. libdwfl: Handle debugaltlink in dwfl_standard_find_debuginfo. size: Also obey radix printing for bsd format. nm: Explicitly print weak 'V' or 'T' and common 'C' symbols. * Thu Apr 30 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.179-2 - Add elfutils-0.179-debug-client-alt-link.patch * Mon Mar 30 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.179-1 - New upstream release. debuginfod-client: - When DEBUGINFOD_PROGRESS is set and the program doesn't install its own debuginfod_progressfn_t show download progress on stderr. - DEBUGINFOD_TIMEOUT is now defined as seconds to get at least 100K, defaults to 90 seconds. - Default to $XDG_CACHE_HOME/debuginfod_client. - New functions debuginfod_set_user_data, debuginfod_get_user_data, debuginfod_get_url and debuginfod_add_http_header. - Support for file:// URLs. debuginfod: - Performance improvements through highly parallelized scanning and archive content caching. - Uses libarchive directly for reading rpm archives. - Support for indexing .deb/.ddeb archives through dpkg-deb or bsdtar. - Generic archive support through -Z EXT[=CMD]. Which can be used for example for arch-linux pacman files by using -Z '.tar.zst=zstdcat'. - Better logging using User-Agent and X-Forwarded-For headers. - More prometheus metrics. - Support for eliding dots or extraneous slashes in path names. debuginfod-find: - Accept /path/names in place of buildid hex. libelf: - Handle PN_XNUM in elf_getphdrnum before shdr 0 is cached - Ensure zlib resource cleanup on failure. libdwfl: - dwfl_linux_kernel_find_elf and dwfl_linux_kernel_report_offline now find and handle a compressed vmlinuz image. readelf, elflint: - Handle PT_GNU_PROPERTY. translations: - Updated Ukrainian translation. * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.178-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jan 24 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.178-8 - Add elfutils-0.178-gcc10-null-dereference.patch * Fri Jan 10 2020 Mark Wielaard <mjw@fedoraproject.org> - 0.178-7 - Add elfutils-0.178-debuginfod-timeoutprogress.patch - Add elfutils-0.178-libasm-ebl.patch * Wed Dec 11 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-6 - Add elfutils-0.178-curl-code-gcc-10.patch - Add elfutils-0.178-compressed-vmlinuz.patch * Mon Dec 09 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-5 - Add elfutils-0.178-debuginfod-no-cache.patch. * Thu Nov 28 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-4 - Define %{depsuffix} before use. * Thu Nov 28 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-3 - Add elfutils-debuginfod-client Provides and Requires with depsuffix to get multilib dependencies correct. Add %{version}-%{release} to keep subpackages in sync. * Wed Nov 27 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.178-2 - Fix libdebuginfod file list for debuginfo-client[-devel]. * Tue Nov 26 2019 Mark Wielaard <mjw@fedoraproject.org> - 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. - libcpu: Add RISC-V disassembler. - 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. * Wed Aug 14 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.177-1 - New upstream release. - elfclassify: New tool to analyze ELF objects. - readelf: Print DW_AT_data_member_location as decimal offset. Decode DW_AT_discr_list block attributes. - libdw: Add DW_AT_GNU_numerator, DW_AT_GNU_denominator and DW_AT_GNU_bias. - libdwelf: Add dwelf_elf_e_machine_string. dwelf_elf_begin now only returns NULL when there is an error reading or decompressing a file. If the file is not an ELF file an ELF handle of type ELF_K_NONE is returned. - backends: Add support for C-SKY. * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.176-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jul 05 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.176-4 - Add elfutils-0.176-strip-symbols-illformed.patch * Mon Jun 03 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.176-3 - Add elfutils-0.176-elf-update.patch * Tue Apr 30 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.176-2 - Update elfutils-0.176-gcc-pr88835.patch. - Add elfutils-0.176-pt-gnu-prop.patch - Add elfutils-0.176-xlate-note.patch * Fri Feb 15 2019 Mark Wielaard <mjw@fedoraproject.org> - 0.176-1 - New upstream release. - backends: riscv improved core file and return value location support. - Fixes CVE-2019-7146, CVE-2019-7148, CVE-2019-7149, CVE-2019-7150, CVE-2019-7664, CVE-2019-7665.
/usr/bin/debuginfod-find /usr/lib/.build-id /usr/lib/.build-id/1d /usr/lib/.build-id/1d/2b0c7132f29b5f221dea882a73d8ad9bd49ab2 /usr/lib/.build-id/fe /usr/lib/.build-id/fe/4bf53e1e88e0df05f1a58e9fbd2c2481e191f6 /usr/lib64/libdebuginfod-0.183.so /usr/lib64/libdebuginfod.so.1 /usr/share/man/man1/debuginfod-find.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue May 9 18:36:13 2023