diff --git a/elfutils-0.183.tar.bz2 b/elfutils-0.183.tar.bz2 deleted file mode 100644 index 303e6e8..0000000 --- a/elfutils-0.183.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3637c208d309d58714a51e61e63f1958808fead882e9b607506a29e5474f2c5 -size 9109254 diff --git a/elfutils-0.183.tar.bz2.sig b/elfutils-0.183.tar.bz2.sig deleted file mode 100644 index e82d486..0000000 Binary files a/elfutils-0.183.tar.bz2.sig and /dev/null differ diff --git a/elfutils-0.184.tar.bz2 b/elfutils-0.184.tar.bz2 new file mode 100644 index 0000000..a3bd9b7 --- /dev/null +++ b/elfutils-0.184.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e7d1d7f0333815dd1f62135d047a4dc4082068f361452f357997c11360644b +size 9185468 diff --git a/elfutils-0.184.tar.bz2.sig b/elfutils-0.184.tar.bz2.sig new file mode 100644 index 0000000..a1a8f22 Binary files /dev/null and b/elfutils-0.184.tar.bz2.sig differ diff --git a/elfutils-debuginfod.changes b/elfutils-debuginfod.changes index 4648b0e..c242903 100644 --- a/elfutils-debuginfod.changes +++ b/elfutils-debuginfod.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon May 10 19:39:44 UTC 2021 - Martin Liška + +- 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 diff --git a/elfutils-debuginfod.spec b/elfutils-debuginfod.spec index 8b387dc..5e0c6ad 100644 --- a/elfutils-debuginfod.spec +++ b/elfutils-debuginfod.spec @@ -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 diff --git a/elfutils.changes b/elfutils.changes index d4577b6..8feaa4c 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon May 10 19:39:16 UTC 2021 - Martin Liška + +- 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 diff --git a/elfutils.spec b/elfutils.spec index 8558328..af17db1 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -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