From 8585cff9aefdbdf58cf7c18bc6cbfc51fcbaeb2a02926360860ff7d1198e0377 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Sat, 15 May 2021 21:14:50 +0000 Subject: [PATCH] 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 --- elfutils-0.183.tar.bz2 | 3 --- elfutils-0.183.tar.bz2.sig | Bin 310 -> 0 bytes elfutils-0.184.tar.bz2 | 3 +++ elfutils-0.184.tar.bz2.sig | Bin 0 -> 310 bytes elfutils-debuginfod.changes | 20 ++++++++++++++++++++ elfutils-debuginfod.spec | 4 +++- elfutils.changes | 19 +++++++++++++++++++ elfutils.spec | 2 +- 8 files changed, 46 insertions(+), 5 deletions(-) delete mode 100644 elfutils-0.183.tar.bz2 delete mode 100644 elfutils-0.183.tar.bz2.sig create mode 100644 elfutils-0.184.tar.bz2 create mode 100644 elfutils-0.184.tar.bz2.sig 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 e82d48663deaabd61d894bb6a6406a81df4368ba3e639fa4f021a68a259d5fdc..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j)@c8ZpHS&$HV4KLsPSL4jA*_wC-0$?C1pa2R95d2r; z%&gg(c&aN10E2D8A-$^Q463#yYNN%v$(B|3%H!-<$I_KJn5!7aKV7?U;8_XTb9|*a_~ih6Ln1rGl|86R|Bjwf?VpaU zv86>oXkTYVWKNa6lQ$5YxvhWm86QFWZ<>GA0hVCWPgyXtt?+C8+RPTw8Zn93cKQ7c Ij!E|e#R49gx&QzG 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 0000000000000000000000000000000000000000000000000000000000000000..a1a8f22c8b85d6cf646d177d99f5dc34e588cefcfc4ca5f90c12294a5b33ab02 GIT binary patch literal 310 zcmV-60m=S}0W$;u0SEvc79j)@c8ZpHS&$HV4KLsPSL4jA*_wC-0$`b4Pyh-E5d2r; z%&gg(c*F4s0GanR1^FM%eaHs5>D+Ht7JAiX5xX^#OlCiK`EhfByNa^4Z&8xrto*cT z&et0=tE=kS6p17=jGcEv>gf23Ovyt`wMgI3_Or4fq|)l|2|c5zGVkD&dR8(t(#(T0v46ATDyozE zTh25SCd(xI^w(CZ=ya?W8G86AsU3WF#hQ($Pvrar8lzXoST5r{%tnCei*_cfPg}56 IYM32 + +- 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