public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] elfutils: Update to version 0.192
Date: Fri, 15 Nov 2024 22:36:34 +0100	[thread overview]
Message-ID: <20241115213640.899223-3-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20241115213640.899223-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 4893 bytes --]

- 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(a)ipfire.org>
---
 config/rootfiles/common/elfutils | 50 ++++++++++++++++++++++++++++++--
 lfs/elfutils                     |  4 +--
 2 files changed, 49 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/common/elfutils b/config/rootfiles/common/elfutils
index 04773db9f..33d8dbf93 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.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
diff --git a/lfs/elfutils b/lfs/elfutils
index 901b82d42..a9f487f1b 100644
--- a/lfs/elfutils
+++ b/lfs/elfutils
@@ -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)
 
-- 
2.47.0


  parent reply	other threads:[~2024-11-15 21:36 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-15 21:36 [PATCH] cairo: Update to version 1.18.2 Adolf Belka
2024-11-15 21:36 ` [PATCH] conntrack-tools: Update to version 1.4.8 Adolf Belka
2024-11-18 20:01   ` Michael Tremer
2024-11-15 21:36 ` Adolf Belka [this message]
2024-11-18 20:00   ` [PATCH] elfutils: Update to version 0.192 Michael Tremer
2024-11-15 21:36 ` [PATCH] freetype: Update to version 2.13.3 Adolf Belka
2024-11-18 20:01   ` Michael Tremer
2024-11-15 21:36 ` [PATCH] fribidi: Update to version 1.0.16 Adolf Belka
2024-11-18 20:01   ` Michael Tremer
2024-11-15 21:36 ` [PATCH] fuse: Update to version 3.16.2 Adolf Belka
2024-11-18 20:01   ` Michael Tremer
2024-11-15 21:36 ` [PATCH] iptables: Update to version 1.8.11 Adolf Belka
2024-11-18 20:01   ` Michael Tremer
2024-11-15 21:36 ` [PATCH] libnetfilter_conntrack: Update to version 1.1.0 Adolf Belka
2024-11-18 20:01   ` Michael Tremer
2024-11-15 21:36 ` [PATCH] perl-Imager: Update to version 1.024 Adolf Belka
2024-11-18 20:01   ` Michael Tremer
2024-11-18 20:01 ` [PATCH] cairo: Update to version 1.18.2 Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241115213640.899223-3-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox