From patchwork Fri Nov 10 10:58:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7322 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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SRbRv2h9Zz3wvm for ; Fri, 10 Nov 2023 10:59:23 +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 ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SRbRq2vkQz1NZ; Fri, 10 Nov 2023 10:59:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SRbRq0LmJz33gM; Fri, 10 Nov 2023 10:59:19 +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) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SRbRm12gWz2xKQ for ; Fri, 10 Nov 2023 10:59:16 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SRbRl1fSzz71; Fri, 10 Nov 2023 10:59:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1699613955; 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; bh=wOLzYpfTkOT2OxFO12KzcJ8wsUFBrBtFQIxjNka9EQo=; b=mnnRItIV0bD5Zj4DE4ZSc9mc0U0R05TwtgSDWizcnNg6ZD5MwMMC3cjk4HShQxfu4TvMBq HfJqwpenK1kJ2dDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1699613955; 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; bh=wOLzYpfTkOT2OxFO12KzcJ8wsUFBrBtFQIxjNka9EQo=; b=rozoWPN7/SyVEi984VGiCUOO/lmb0au9kMAEDUmeEm6SRVKD8AAhKOge/u4k4g78H25rnQ DP6T/gTX7VJl76vkpwi0jFmrvB6exYH1OGcCKAeLEMmmdbrwBRsVGkLYKYfDh1a2F7uGLd 85bn9G0oP/GF3WULAv4JgfaUEfS7mS0fZcIvbxiJ2jkt3VSEq5CMsLTq1SVXedjK6cGnKk GGlsKAaew7b1g1gunXlMCK1KKFKv/eRBAJpfzaLN2Kl8WdKajXdDonljC6QibMXIXL1x4O zOqAeCfss94leNO6Go0/A/pcQQ9J1j1pxchi0TTz5+gRmh74HKQ+YaBuEFEm3w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] elfutils: Update to version 0.190 Date: Fri, 10 Nov 2023 11:58:58 +0100 Message-ID: <20231110105910.11113-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 5IBHV7BTZUBUZKGV3NQATE25PF34NSYN X-Message-ID-Hash: 5IBHV7BTZUBUZKGV3NQATE25PF34NSYN 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.189 to 0.190 - Update of rootfile - Changelog 0.190 CONTRIBUTING: Switch from real name policy to known identity policy. Updated ChangeLog policy (no more separate ChangeLog files). There is a SECURITY bug policy now. The default branch is now 'main'. libelf: Add RELR support. libdw: Recognize .debug_[ct]u_index sections readelf: Support readelf -Ds, --use-dynamic --symbol. Support .gdb_index version 9 scrlines: New tool that compiles a list of source files associated with a specified dwarf/elf file. debuginfod: Schema change (reindexing required, sorry!) for a 60% compression in filename representation, which was a large part of the sqlite index; also, more deliberate sqlite -wal management during scanning using the --scan-checkpoint option. backends: Various LoongArch updates. Signed-off-by: Adolf Belka --- config/rootfiles/packages/elfutils | 8 +++++--- lfs/elfutils | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/elfutils b/config/rootfiles/packages/elfutils index 85a6f25f4..f7d56ad89 100644 --- a/config/rootfiles/packages/elfutils +++ b/config/rootfiles/packages/elfutils @@ -11,6 +11,7 @@ usr/bin/eu-objdump usr/bin/eu-ranlib usr/bin/eu-readelf usr/bin/eu-size +usr/bin/eu-srcfiles usr/bin/eu-stack usr/bin/eu-strings usr/bin/eu-strip @@ -27,15 +28,15 @@ usr/bin/eu-unstrip #usr/include/gelf.h #usr/include/libelf.h #usr/include/nlist.h -usr/lib/libasm-0.189.so +usr/lib/libasm-0.190.so #usr/lib/libasm.a #usr/lib/libasm.so usr/lib/libasm.so.1 -usr/lib/libdw-0.189.so +usr/lib/libdw-0.190.so #usr/lib/libdw.a #usr/lib/libdw.so usr/lib/libdw.so.1 -usr/lib/libelf-0.189.so +usr/lib/libelf-0.190.so #usr/lib/libelf.a #usr/lib/libelf.so usr/lib/libelf.so.1 @@ -50,6 +51,7 @@ usr/lib/libelf.so.1 #usr/share/locale/uk/LC_MESSAGES/elfutils.mo #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/elf_begin.3 #usr/share/man/man3/elf_clone.3 #usr/share/man/man3/elf_getdata.3 diff --git a/lfs/elfutils b/lfs/elfutils index c262c45f4..9fb69af62 100644 --- a/lfs/elfutils +++ b/lfs/elfutils @@ -26,7 +26,7 @@ include Config SUMMARY = Higher-level library to access ELF files -VER = 0.189 +VER = 0.190 THISAPP = elfutils-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = elfutils -PAK_VER = 9 +PAK_VER = 10 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 30596271e14cf3408326abc38a9775b849b8cb0ee119a5455df9434a7d3b9a57afb15e0236a179a26c7bd400d303749964c9d6350c419f747784fd99d12517e0 +$(DL_FILE)_BLAKE2 = 9934aff08f1898377708b28595fb52130ef9f80408132ac7d306845b10672ba45cf1ac69783da07b3eea9fd647741d44da45b8b2626c45a768cb2844c6186513 install : $(TARGET)