From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] elfutils: Update to version 0.191 Date: Tue, 12 Mar 2024 11:07:04 +0100 Message-ID: <20240312100710.92028-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5979289722633451775==" List-Id: --===============5979289722633451775== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 0.190 to 0.191 - Update of rootfile - Changelog 0.191 libdw: dwarf_addrdie now supports binaries lacking a .debug_aranges section. Improved support for DWARF package files. Add new function dwarf_cu_dwp_section_info. debuginfod: Caching eviction logic improvements to improve retention of small/frequent/slow files such as Fedora's vdso.debug. srcfiles: Can now fetch the source files of a DWARF/ELF file and place them into a zip. Signed-off-by: Adolf Belka --- config/rootfiles/common/elfutils | 7 ++++--- lfs/elfutils | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/elfutils b/config/rootfiles/common/elfut= ils index 830638e2b..fce1549dc 100644 --- a/config/rootfiles/common/elfutils +++ b/config/rootfiles/common/elfutils @@ -28,15 +28,15 @@ #usr/include/gelf.h #usr/include/libelf.h #usr/include/nlist.h -usr/lib/libasm-0.190.so +usr/lib/libasm-0.191.so #usr/lib/libasm.a #usr/lib/libasm.so usr/lib/libasm.so.1 -usr/lib/libdw-0.190.so +usr/lib/libdw-0.191.so #usr/lib/libdw.a #usr/lib/libdw.so usr/lib/libdw.so.1 -usr/lib/libelf-0.190.so +usr/lib/libelf-0.191.so #usr/lib/libelf.a #usr/lib/libelf.so usr/lib/libelf.so.1 @@ -56,3 +56,4 @@ usr/lib/libelf.so.1 #usr/share/man/man3/elf_clone.3 #usr/share/man/man3/elf_getdata.3 #usr/share/man/man3/elf_update.3 + diff --git a/lfs/elfutils b/lfs/elfutils index 7dd95caa2..901b82d42 100644 --- a/lfs/elfutils +++ b/lfs/elfutils @@ -26,7 +26,7 @@ include Config =20 SUMMARY =3D Higher-level library to access ELF files =20 -VER =3D 0.190 +VER =3D 0.191 =20 THISAPP =3D elfutils-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 9934aff08f1898377708b28595fb52130ef9f80408132ac7d30684= 5b10672ba45cf1ac69783da07b3eea9fd647741d44da45b8b2626c45a768cb2844c6186513 +$(DL_FILE)_BLAKE2 =3D 2a7ad251369eca7ba609ab8644181fd479ad8596ee58dc068398ca= 22be25a978e96b81a10a92a5555d7574fd1b9227c8d54fb41dceb4025aedfc6ae32870bbca =20 install : $(TARGET) =20 --=20 2.44.0 --===============5979289722633451775==--