forked from pool/elfutils
Accepting request 789786 from Base:System
- Update to version 0.179: 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: 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. (forwarded request 789782 from marxin) OBS-URL: https://build.opensuse.org/request/show/789786 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=79
This commit is contained in:
commit
349dbd30e4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31e7a00e96d4e9c4bda452e1f2cdac4daf8abd24f5e154dee232131899f3a0f2
|
||||
size 9007557
|
Binary file not shown.
3
elfutils-0.179.tar.bz2
Normal file
3
elfutils-0.179.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25a545566cbacaa37ae6222e58f1c48ea4570f53ba991886e2f5ce96e22a23a2
|
||||
size 9057637
|
BIN
elfutils-0.179.tar.bz2.sig
Normal file
BIN
elfutils-0.179.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 30 12:07:18 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Update to version 0.179:
|
||||
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: 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 Feb 4 09:06:00 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elfutils-debuginfod
|
||||
Version: 0.178
|
||||
Version: 0.179
|
||||
Release: 0
|
||||
Summary: debuginfod part of elfutils
|
||||
License: GPL-3.0-or-later
|
||||
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 30 12:07:18 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Update to version 0.179:
|
||||
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: 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 08:39:45 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elfutils
|
||||
Version: 0.178
|
||||
Version: 0.179
|
||||
Release: 0
|
||||
Summary: Higher-level library to access ELF files
|
||||
License: GPL-3.0-or-later
|
||||
@ -139,7 +139,6 @@ chmod a+x tests/run*.sh
|
||||
# remove unneeded files
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
ls -lR %{buildroot}/%{_libdir}/libelf*
|
||||
rm %{buildroot}/%{_libdir}/pkgconfig/libdebuginfod.pc
|
||||
%find_lang %{name}
|
||||
|
||||
%post -n libasm1 -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user