From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4b4Pk83fm6z36WM for ; Sat, 24 May 2025 14:37:04 +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 "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4b4Pk50HHNz337B for ; Sat, 24 May 2025 14:37:01 +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 4b4Pk43bZnz5F0; Sat, 24 May 2025 14:37:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1748097420; 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=0MpSVt/l0M+jIEZW6MIKR5T7sPBa5wjsXAmOQ5PWpqg=; b=Y0npRVb7j20op8Okay/sfnZWo5P+aDmjR8YOIYVFJvPgLb/guY0kley6roPFBl0dXLCxuA nOnFUu7Pb8EOzKAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1748097420; 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=0MpSVt/l0M+jIEZW6MIKR5T7sPBa5wjsXAmOQ5PWpqg=; b=jWC30K6uJ9ydbsRWr0o9mdOgwPyTpjDDNDpA1W2738KvuadjaUHMdahZnVJlSf98011RC+ 8fVArvZIpxHONrD/+gyf+lcxb0wRSB2LVKMXgwUyHn1JEgBp02TeZIQQACGHH/3vxkCB/9 OAn52slJk/ETZhvRA/W1zQI6nWnVh4pv7e0OsXW6NmvxL14U3nyYQw8OpOvCjyVgsSl9qI AESCMPIiBrwoJiIKrlwZ9xuRCYMvkhrFBmyf18Nho3q4Pr6809phqbDR0+YoKm6lWlkvCn RPAs9C19sm24ki0Jc2oP3z6r47X+0hy5L6YeWfSqy46A4q2w0prnTSc8CxpBzw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] elfutils: Update to version 0.193 Date: Sat, 24 May 2025 16:36:47 +0200 Message-ID: <20250524143655.3304593-2-adolf.belka@ipfire.org> In-Reply-To: <20250524143655.3304593-1-adolf.belka@ipfire.org> References: <20250524143655.3304593-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - Update from version 0.192 to 0.193 - Update of rootfile - Changelog 0.193 debuginfod: Add CORS (webapp access) support to webapi and --cors option. Add --listen-address option for binding the HTTP listen socket to a specific IPv4 or IPv6 address. debuginfod client now caches x-debuginfod-* HTTP headers alongside downloaded files. libdw: Add dwarf_language and dwarf_language_lower_bound functions. Improved support for DWARF6 language metadata as well as DWARF language constants for Nim, Dylan, Algol68, V and Mojo. dwarf_srclang is now forward-compatible with DWARF6 language constants. libdwfl_stacktrace: Experimental new library interface for unwinding stack samples into call chains, and tracking and caching Elf data for multiple processes, building on libdwfl. Initially supports perf_events stack sample data. libelf: elf_scnshndx has been rewritten to be more robust, particularily for ELF files with more than 64K sections. readelf: Improved handling of corrupt ELF data. --section-headers output now includes a "Key to Flags" explaining section flag meanings. Signed-off-by: Adolf Belka --- config/rootfiles/common/elfutils | 7 ++++--- lfs/elfutils | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/elfutils b/config/rootfiles/common/elfutils index 33d8dbf93..830888ed4 100644 --- a/config/rootfiles/common/elfutils +++ b/config/rootfiles/common/elfutils @@ -24,19 +24,20 @@ #usr/include/elfutils/libdw.h #usr/include/elfutils/libdwelf.h #usr/include/elfutils/libdwfl.h +usr/include/elfutils/libdwfl_stacktrace.h #usr/include/elfutils/version.h #usr/include/gelf.h #usr/include/libelf.h #usr/include/nlist.h -usr/lib/libasm-0.192.so +usr/lib/libasm-0.193.so #usr/lib/libasm.a #usr/lib/libasm.so usr/lib/libasm.so.1 -usr/lib/libdw-0.192.so +usr/lib/libdw-0.193.so #usr/lib/libdw.a #usr/lib/libdw.so usr/lib/libdw.so.1 -usr/lib/libelf-0.192.so +usr/lib/libelf-0.193.so #usr/lib/libelf.a #usr/lib/libelf.so usr/lib/libelf.so.1 diff --git a/lfs/elfutils b/lfs/elfutils index a9f487f1b..8cf2d361b 100644 --- a/lfs/elfutils +++ b/lfs/elfutils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = Higher-level library to access ELF files -VER = 0.192 +VER = 0.193 THISAPP = elfutils-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = cf9036a1fca416e0d47c76471093609230545aee63e31e30991dc3c88417d7c621c930bb74809374da3bf142501cee91a2b861a5a89efcb5e1ac184df5defce1 +$(DL_FILE)_BLAKE2 = 3ddda695e92c76d0f98432b65d51737bdebf9cad536e0a583d10beb4693d98ce6e47716ff143d82dd3488e59489b03170bd292cb165d44bfb8581ff67dd2b1b9 install : $(TARGET) -- 2.49.0