From patchwork Fri Nov 15 21:36:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8228 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Xqr2N0HjBz3wpd for ; Fri, 15 Nov 2024 21:37:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Xqr2G3PzFz4fh; Fri, 15 Nov 2024 21:36:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Xqr2G0jflz34CL; Fri, 15 Nov 2024 21:36:54 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Xqr2D1DBlz32sM for ; Fri, 15 Nov 2024 21:36:52 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Xqr2C5bJ1z1Yq; Fri, 15 Nov 2024 21:36:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1731706611; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ek3mrfspl+ENWANS+O6ftPe44qzizT6J28V2CkM04M4=; b=IWkBR3jHKJtUvf7etrFXtnKegHGfS1brdC/O9WP7pDlFPPFkAmqX1Q/99NrEUNGrDbtjtp Xjjd1QL++MevimAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1731706611; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ek3mrfspl+ENWANS+O6ftPe44qzizT6J28V2CkM04M4=; b=j/IMq3h2g1piWsQsyIh21TgAlg9BV2eMXqg7HWi2Mr0SDkL/r03km1pAkwaV6d8fH9lbBc fu/6v1dzvjMZW9mK7B5M+77ndxouRStgcQSPL470ZQRnwJE5x8sgsK/qs2fjw7wwO+FYjF XuY0iHV8XbwycDce5HiPubgZ+EKrYizDXnfyU2N+KF6AocWUlk8+Pk0jQqA5u52AzFR+sD D0kvDgylrcH8QNzBwU53zXyJP9sLNOSfbSZSGPyVOVxkYua5X/h/K6iupbTexEnpHVDTzX b0+qa8tAQGkkYhMMm8bj638EpQbmCcDkTHYL9rIvi8t7pOE+Cz93d5cba8+SAQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] elfutils: Update to version 0.192 Date: Fri, 15 Nov 2024 22:36:34 +0100 Message-ID: <20241115213640.899223-3-adolf.belka@ipfire.org> In-Reply-To: <20241115213640.899223-1-adolf.belka@ipfire.org> References: <20241115213640.899223-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: S6KM54H5KAPKCLHV6BOIBHQMQVT6ZP4R X-Message-ID-Hash: S6KM54H5KAPKCLHV6BOIBHQMQVT6ZP4R X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - 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 Reviewed-by: Michael Tremer --- 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)