forked from pool/elfutils
Updating link to change in openSUSE:Factory/elfutils revision 87.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=cdf24f74a6d7820ed774520988473e3a
This commit is contained in:
parent
1dfb41146a
commit
8585cff9ae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3637c208d309d58714a51e61e63f1958808fead882e9b607506a29e5474f2c5
|
||||
size 9109254
|
Binary file not shown.
3
elfutils-0.184.tar.bz2
Normal file
3
elfutils-0.184.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87e7d1d7f0333815dd1f62135d047a4dc4082068f361452f357997c11360644b
|
||||
size 9185468
|
BIN
elfutils-0.184.tar.bz2.sig
Normal file
BIN
elfutils-0.184.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 10 19:39:44 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Update to version 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.
|
||||
- Add 2 build dependences for tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 16 15:40:31 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elfutils-debuginfod
|
||||
Version: 0.183
|
||||
Version: 0.184
|
||||
Release: 0
|
||||
Summary: Debuginfod server provided by elfutils
|
||||
License: GPL-3.0-or-later
|
||||
@ -32,6 +32,8 @@ Patch0: disable-run-readelf-self-test.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
BuildRequires: bsdtar
|
||||
BuildRequires: procps
|
||||
# For the run-debuginfod-find.sh test case in %%check for /usr/sbin/ss
|
||||
BuildRequires: curl
|
||||
BuildRequires: flex
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 10 19:39:16 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Update to version 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 17 07:43:33 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: elfutils
|
||||
Version: 0.183
|
||||
Version: 0.184
|
||||
Release: 0
|
||||
Summary: Higher-level library to access ELF files
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user