]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
elfutils: Update to version 0.192
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 15 Nov 2024 21:36:34 +0000 (22:36 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 12 Dec 2024 06:53:00 +0000 (07:53 +0100)
- Update from version 0.191 to 0.192
- Update of rootfile
- Changelog
    0.192
CONDUCT:    A new code of conduct has been adopted.  See the
     CONDUCT file for more information.
debuginfod: Add per-file signature verification for integrity
             checking, using RPM IMA scheme from Fedora/RHEL.
    New API for metadata queries: file name -> buildid.
    Server-side extraction of files from kernel debuginfo
     packages is significantly faster. Now takes < 0.25 seconds,
     down from ~50 seconds.
libdw:     New functions dwfl_set_sysroot, dwfl_frame_unwound_source
     and dwfl_unwound_source_str.
stacktrace: Experimental new tool that can process a stream of stack
             samples from the Sysprof profiler and unwind them into call
             chains. Enable on x86 with --enable-stacktrace. See
             README.eu-stacktrace in the development branch for detailed
             usage instructions:
             https://sourceware.org/cgit/elfutils/tree/README.eu-stacktrace?h=users/serhei/eu-stacktrace

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/elfutils
lfs/elfutils

index 04773db9f46c612417206cdbb043a84f3fe7d66a..33d8dbf93776644b36afa7d6bc4db0b6b5896dd6 100644 (file)
 #usr/include/gelf.h
 #usr/include/libelf.h
 #usr/include/nlist.h
-usr/lib/libasm-0.191.so
+usr/lib/libasm-0.192.so
 #usr/lib/libasm.a
 #usr/lib/libasm.so
 usr/lib/libasm.so.1
-usr/lib/libdw-0.191.so
+usr/lib/libdw-0.192.so
 #usr/lib/libdw.a
 #usr/lib/libdw.so
 usr/lib/libdw.so.1
-usr/lib/libelf-0.191.so
+usr/lib/libelf-0.192.so
 #usr/lib/libelf.a
 #usr/lib/libelf.so
 usr/lib/libelf.so.1
@@ -49,10 +49,54 @@ usr/lib/libelf.so.1
 #usr/share/locale/ja/LC_MESSAGES/elfutils.mo
 #usr/share/locale/pl/LC_MESSAGES/elfutils.mo
 #usr/share/locale/uk/LC_MESSAGES/elfutils.mo
+#usr/share/man/man1/debuginfod-find.1
 #usr/share/man/man1/eu-elfclassify.1
 #usr/share/man/man1/eu-readelf.1
 #usr/share/man/man1/eu-srcfiles.1
+#usr/share/man/man3/debuginfod_add_http_header.3
+#usr/share/man/man3/debuginfod_begin.3
+#usr/share/man/man3/debuginfod_end.3
+#usr/share/man/man3/debuginfod_find_debuginfo.3
+#usr/share/man/man3/debuginfod_find_executable.3
+#usr/share/man/man3/debuginfod_find_metadata.3
+#usr/share/man/man3/debuginfod_find_section.3
+#usr/share/man/man3/debuginfod_find_source.3
+#usr/share/man/man3/debuginfod_get_url.3
+#usr/share/man/man3/debuginfod_get_user_data.3
+#usr/share/man/man3/debuginfod_set_progressfn.3
+#usr/share/man/man3/debuginfod_set_user_data.3
+#usr/share/man/man3/elf32_checksum.3
+#usr/share/man/man3/elf32_fsize.3
+#usr/share/man/man3/elf32_getchdr.3
+#usr/share/man/man3/elf32_getehdr.3
+#usr/share/man/man3/elf32_getphdr.3
+#usr/share/man/man3/elf32_getshdr.3
+#usr/share/man/man3/elf32_newehdr.3
+#usr/share/man/man3/elf32_newphdr.3
+#usr/share/man/man3/elf32_offscn.3
+#usr/share/man/man3/elf32_xlatetof.3
+#usr/share/man/man3/elf32_xlatetom.3
+#usr/share/man/man3/elf64_checksum.3
+#usr/share/man/man3/elf64_fsize.3
+#usr/share/man/man3/elf64_getchdr.3
+#usr/share/man/man3/elf64_getehdr.3
+#usr/share/man/man3/elf64_getphdr.3
+#usr/share/man/man3/elf64_getshdr.3
+#usr/share/man/man3/elf64_newehdr.3
+#usr/share/man/man3/elf64_newphdr.3
+#usr/share/man/man3/elf64_offscn.3
+#usr/share/man/man3/elf64_xlatetof.3
+#usr/share/man/man3/elf64_xlatetom.3
 #usr/share/man/man3/elf_begin.3
 #usr/share/man/man3/elf_clone.3
+#usr/share/man/man3/elf_errmsg.3
+#usr/share/man/man3/elf_errno.3
 #usr/share/man/man3/elf_getdata.3
+#usr/share/man/man3/elf_getscn.3
+#usr/share/man/man3/elf_ndxscn.3
 #usr/share/man/man3/elf_update.3
+#usr/share/man/man3/elf_version.3
+#usr/share/man/man3/libelf.3
+#usr/share/man/man7/debuginfod-client-config.7
+#usr/share/man/man8/debuginfod.8
+#usr/share/man/man8/debuginfod.service.8
index 901b82d42e7fa45a306176d728239cd21fc39710..a9f487f1b97fc59b60eb638249a519766c07df43 100644 (file)
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Higher-level library to access ELF files
 
-VER        = 0.191
+VER        = 0.192
 
 THISAPP    = elfutils-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 2a7ad251369eca7ba609ab8644181fd479ad8596ee58dc068398ca22be25a978e96b81a10a92a5555d7574fd1b9227c8d54fb41dceb4025aedfc6ae32870bbca
+$(DL_FILE)_BLAKE2 = cf9036a1fca416e0d47c76471093609230545aee63e31e30991dc3c88417d7c621c930bb74809374da3bf142501cee91a2b861a5a89efcb5e1ac184df5defce1
 
 install : $(TARGET)