Changelog for
elfutils-0.187-4.fc35.x86_64.rpm :
* Fri May 06 2022 Mark Wielaard
- 0.187-4- Add elfutils-0.187-mhd_no_dual_stack.patch- Add elfutils-0.187-mhd_epoll.patch
* Thu May 05 2022 Mark Wielaard - 0.187-3- Add elfutils-0.187-debuginfod-client-fd-leak.patch
* Tue May 03 2022 Mark Wielaard - 0.187-2- Add elfutils-0.187-csh-profile.patch
* Tue Apr 26 2022 Mark Wielaard - 0.187-1- 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.
* Tue Apr 12 2022 Mark Wielaard - 0.186-5- Add an explicit versioned requires from elfutils-debuginfod-client on elfutils-libelf.
* Thu Apr 07 2022 Mark Wielaard - 0.186-4- Add an explicit versioned requires from elfutils-debuginfod-client on elfutils-libs.
* Fri Mar 25 2022 Mark Wielaard - 0.186-3- Add elfutils-0.186-elf-glibc.patch- Add elfutils-0.186-fdo-ebl.patch- Add elfutils-0.186-fdo-efllint.patch- Add elfutils-0.186-fdo-swap.patch- Add elfutils-0.186-ppc64le-error-return-workaround.patch
* Wed Nov 10 2021 Mark Wielaard - 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.
* Thu Aug 05 2021 Mark Wielaard - 0.185-5- Use autosetup- Add elfutils-0.185-raise-pthread_kill-backtrace.patch
* Wed Jul 21 2021 Fedora Release Engineering - 0.185-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jul 15 2021 Mark Wielaard - 0.185-3- Update version to 0.185-3 for rawhide/f35 upgrade from f34 This build enables debuginfod client by default- Workaround bad test in make check
* Wed May 26 2021 Mark Wielaard - 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.
* Sun May 16 2021 Frank Ch. Eigler - 0.184-5- Fix 404-latch problem on reused debuginfod_client. (PR27859)
* Wed May 12 2021 Frank Ch. Eigler - 0.184-4- Ship new profile.d files. (1956952)
* Wed May 12 2021 Frank Ch. Eigler - 0.184-3- Don\'t nuke the new profile.d files. (1956952)
* Tue May 11 2021 Frank Ch. Eigler - 0.184-2- Activate debuginfod client by default (1956952) to the fedora server.
* Mon May 10 2021 Mark Wielaard - 0.184-1- Upgrade to upstream 0.184 - debuginfod: Use libarchive\'s bsdtar as the .deb-family file unpacker. - debuginfod-client: Client caches negative results. If a query for a file failed with 404, an empty 000 permission file is created in the cache. This will prevent requesting the same file for the next 10 minutes. Client objects now carry long-lived curl handles for outgoing connections. This makes it more efficient for multiple sequential queries, because the TCP connections and/or TLS state info are kept around awhile, avoiding O(100ms) setup latencies. - libdw: handle DW_FORM_indirect when reading attributes - translations: Update Polish translation.
* Mon Apr 19 2021 Mark Wielaard - 0.183-3- Introduce CI gating setup
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 0.183-2- Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583.
* Mon Feb 08 2021 Mark Wielaard - 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 - 0.182-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Dec 17 2020 Mark Wielaard - 0.182-2- Add elfutils-0.182-s390-pid_memory_read.patch
* Sat Oct 31 2020 Mark Wielaard - 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 - 0.181-3- Add elfutils-0.181-array-param.patch.
* Fri Sep 18 2020 Mark Wielaard - 0.181-2- Add ZSTD support elfutils-0.181-zstd.patch.
* Tue Sep 08 2020 Mark Wielaard - 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 - 0.180-7- Add elfutils-0.180-shf-compressed.patch
* Mon Jul 27 2020 Fedora Release Engineering - 0.180-6- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 22 2020 Mark Wielaard - 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 - 0.180-4- Use make macros- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Fri Jul 03 2020 Mark Wielaard - 0.180-3- Add elfutils-0.180-mhd-result.patch
* Wed Jul 01 2020 Jeff Law - 0.180-2- Disable LTO
* Thu Jun 11 2020 Mark Wielaard - 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.