SHA256
6
0
forked from pool/elfutils

Updating link to change in openSUSE:Factory/elfutils revision 92.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=0b4cd1a2e0c001967b3566dfd3aed439
This commit is contained in:
OBS User buildservice-autocommit
2021-11-15 14:25:59 +00:00
committed by Git OBS Bridge
parent 52c6cefe76
commit 4c4cd142b5
10 changed files with 74 additions and 202 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Nov 11 08:56:25 UTC 2021 - Martin Liška <mliska@suse.cz>
- Update to version 0.185:
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
- Remove tests-Allow-an-extra-pthread_kill-frame-in-backtrace.patch
and disable-run-readelf-self-test.patch.
- Remove -flto-partition=none -Wno-error=stack-usage= from _lto_flags
-------------------------------------------------------------------
Tue Oct 5 06:02:09 UTC 2021 - Stephan Kulow <coolo@suse.com>