↵ Return to the main page of elfutils-libs
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2022-06-14 | Mark Wielaard <mjw at fedoraproject dot org> - 0.187-5 | - Add sysuser support for creating the debuginfod user |
| 2022-05-06 | Mark Wielaard <mjw at fedoraproject dot org> - 0.187-4 | - Add elfutils-0.187-mhd_no_dual_stack.patch - Add elfutils-0.187-mhd_epoll.patch |
| 2022-05-05 | Mark Wielaard <mjw at fedoraproject dot org> - 0.187-3 | - Add elfutils-0.187-debuginfod-client-fd-leak.patch |
| 2022-05-03 | Mark Wielaard <mjw at fedoraproject dot org> - 0.187-2 | - Add elfutils-0.187-csh-profile.patch |
| 2022-04-26 | Mark Wielaard <mjw at fedoraproject dot org> - 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. |
| 2022-04-12 | Mark Wielaard <mjw at fedoraproject dot org> - 0.186-5 | - Add an explicit versioned requires from elfutils-debuginfod-client on elfutils-libelf. |
| 2022-04-07 | Mark Wielaard <mjw at fedoraproject dot org> - 0.186-4 | - Add an explicit versioned requires from elfutils-debuginfod-client on elfutils-libs. |
| 2022-03-25 | Mark Wielaard <mjw at fedoraproject dot org> - 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 |
| 2022-01-20 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.186-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild |
| 2021-11-10 | Mark Wielaard <mjw at fedoraproject dot org> - 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. |