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: CentOS |
Version: 0.187 | Vendor: CentOS |
Release: 5.el9 | Build date: Thu Jun 16 22:30:29 2022 |
Group: Unspecified | Build host: s390-04.stream.rdu2.redhat.com |
Size: 53559 | Source RPM: elfutils-0.187-5.el9.src.rpm |
Packager: builder@centos.org | |
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+)
* Thu Jun 16 2022 Frank Ch. Eigler <fche@redhat.com> - 0.187-5 - rhbz2088774: ship /etc/profile.d/debuginfod* files even without default DEBUGINFOD_URLS. * Fri May 06 2022 Mark Wielaard <mjw@redhat.com> - 0.187-4 - Upgrade to elfutils 0.187 - debuginfod: Support -C option for connection thread pooling. - debuginfod-client: Negative cache file are now zero sized instead of no-permission files. - addr2line: The -A, --absolute option, which shows file names includingthe full compilation directory is now the default. To get theold behavior use the new option --relative. - readelf, elflint: Recognize FDO Packaging Metadata ELF notes - libdw, debuginfo-client: Load libcurl lazily only when files need to be fetched remotely. libcurl is now never loaded when DEBUGINFOD_URLS is unset. And whenDEBUGINFOD_URLS is set, libcurl is only loaded when the debuginfod_begin function is called. - Add elfutils-0.187-csh-profile.patch - Add elfutils-0.187-debuginfod-client-fd-leak.patch - Add elfutils-0.187-mhd_no_dual_stack.patch - Add elfutils-0.187-mhd_epoll.patch * Tue Apr 12 2022 Mark Wielaard <mjw@redhat.com> - 0.186-5 - Add an explicit versioned requires from elfutils-debuginfod-client on elfutils-libelf. * Fri Apr 08 2022 Mark Wielaard <mjw@redhat.com> - 0.186-4 - Add an explicit versioned requires from elfutils-debuginfod-client on elfutils-libs. * Tue Mar 22 2022 Mark Wielaard <mjw@redhat.com> - 0.186-3 - Remove brew testsuite workarounds * Thu Feb 10 2022 Frank Ch. Eigler <fche@redhat.com> - 0.186-2 - rhbz2053226: enable debuginfod.centos.org support by default * Tue Nov 23 2021 Mark Wielaard <mjw@redhat.com> - 0.186-1 - Upgrade to upstream 0.186 - debuginfod-client: Default $DEBUGINFOD_URLS is computed from drop-in files /etc/debuginfod/*.urls rather than hardcoded into the /etc/profile.d/debuginfod* scripts. Add $DEBUGINFOD_MAXSIZE and $DEBUGINFOD_MAXTIME settings for skipping large/slow transfers. Add $DEBUGINFOD_RETRY for retrying aborted lookups. - debuginfod: Supply extra HTTP response headers, describing archive/file names that satisfy the requested buildid content. Support -d :memory: option for in-memory databases. Protect against loops in federated server configurations. Add -r option to use -I/-X regexes for grooming stale files. Protect against wasted CPU from duplicate concurrent requests. Limit the duration of groom ops roughly to rescan (-t) times. Add --passive mode for serving from read-only database. Several other performance improvements & prometheus metrics. - libdw: Support for the NVIDIA Cuda line map extensions. DW_LNE_NVIDIA_inlined_call and DW_LNE_NVIDIA_set_function_name are defined in dwarf.h. New functions dwarf_linecontext and dwarf_linefunctionname. - translations: Update Japanese translation. * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.185-5 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Wed Jun 16 2021 Frank Ch. Eigler <fche@redhat.com> - 0.185-4 - RHBZ1947876 - redux. * Wed Jun 09 2021 Frank Ch. Eigler <fche@redhat.com> - 0.185-3 - RHBZ1947876 - turn -debuginfod-client into a weak reverse dependency. * Mon May 31 2021 Mark Wielaard <mjw@redhat.com> - 0.185-2 - Allow failing make check * Mon May 31 2021 Mark Wielaard <mjw@redhat.com> - 0.185-1 - Upgrade to upstream 0.185 - debuginfod-client: Simplify curl handle reuse so downloads which return an error are retried. - elfcompress: Always exit with code 0 when the operation succeeds (even when nothing was done). On error the exit code is now always 1. * Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.183-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 * 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
/etc/debuginfod/elfutils.urls /etc/profile.d/debuginfod.csh /etc/profile.d/debuginfod.sh /usr/bin/debuginfod-find /usr/lib/.build-id /usr/lib/.build-id/2d /usr/lib/.build-id/2d/30a9452767e3f3fc70d3c6a2f7ef3e1da51d5e /usr/lib/.build-id/9e/7a6d595dabb1e09fca246885294c1a3cdc0dc8 /usr/lib64/libdebuginfod-0.187.so /usr/lib64/libdebuginfod.so.1 /usr/share/man/man1/debuginfod-find.1.gz /usr/share/man/man7/debuginfod-client-config.7.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu May 25 02:24:36 2023