From patchwork Sat Nov 27 13:34:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4857 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 (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4J1XfT3sDGz3wsg for ; Sat, 27 Nov 2021 13:34:57 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4J1XfS3HDnz1p5; Sat, 27 Nov 2021 13:34:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4J1XfS2LdHz2yqC; Sat, 27 Nov 2021 13:34:56 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4J1XfQ5dJzz2xgV for ; Sat, 27 Nov 2021 13:34:54 +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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4J1XfP6Lkcz1Cf; Sat, 27 Nov 2021 13:34:53 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1638020094; 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=xOfYlKeusyHYMd9M1MUBMDRh/PvXMdDKL8K5o/p0gCk=; b=UoHjFpEEPMTYMsQM6Qnlx1yvxbXu7Kes4Srv2PozNoC5MMb6QQNNqGlzfgX8imQisBYqJM 17ybyccFsz1NV0DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1638020094; 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=xOfYlKeusyHYMd9M1MUBMDRh/PvXMdDKL8K5o/p0gCk=; b=iuu+ah+9EKqEoN2lPQyLS0ZWpPkFnoP39eCDE5aruHW9WQFOb3zbNRLTQVS/4BW0dp4NSk 4TFGXMoTV5KIcz+9edty08oH35asnKKRe+UBgfltKi+onry03AvLm0z8Ko4NJYmrA3a4vy 6BxPrYflFMeLQcJ93hvlP2pnu4qj8tkVBsBjRIy2Es56aFtunCRYyU8LAAWz2/819+rJON hBRA9KaubmjYd59htl8/2hDIyaDjQaV9umoIrjoonENFiUoAzdGIfwoYoL35ET0MXxDwwK coBTd1LiEHqJFHOG/hS2kiJWtGHNvDe3IYeL0lILPaPdC5ZKgK7U9okW3yv8oA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] elfutils: Update to version 0.186 Date: Sat, 27 Nov 2021 14:34:50 +0100 Message-Id: <20211127133450.3522169-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 0.185 to 0.186 - Update of rootfile - find-dependencies with old libs did not report any issues - Changelog 2021-11-10 Mark Wielaard * configure.ac (AC_INIT): Set version to 0.186. * NEWS: Add translation item. 2021-09-03 John Mellor-Crummey * NEWS: Read inlining info in NVIDIA extended line map 2021-08-10 Adrian Ratiu * configure.ac (AC_CACHE_CHECK): Rework std=gnu99 check to allow clang. 2021-08-20 Saleem Abdulrasool * Add AC_CHECK_HEADERS for error.h and err.h. 2021-07-28 Mark Wielaard * configure.ac (AC_CHECK_DECLS): Add reallocarray check. Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- config/rootfiles/packages/elfutils | 7 ++++--- lfs/elfutils | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/elfutils b/config/rootfiles/packages/elfutils index d5db41fc7..51b169279 100644 --- a/config/rootfiles/packages/elfutils +++ b/config/rootfiles/packages/elfutils @@ -27,15 +27,15 @@ usr/bin/eu-unstrip #usr/include/gelf.h #usr/include/libelf.h #usr/include/nlist.h -usr/lib/libasm-0.185.so +usr/lib/libasm-0.186.so #usr/lib/libasm.a #usr/lib/libasm.so usr/lib/libasm.so.1 -usr/lib/libdw-0.185.so +usr/lib/libdw-0.186.so #usr/lib/libdw.a #usr/lib/libdw.so usr/lib/libdw.so.1 -usr/lib/libelf-0.185.so +usr/lib/libelf-0.186.so #usr/lib/libelf.a #usr/lib/libelf.so usr/lib/libelf.so.1 @@ -54,3 +54,4 @@ usr/lib/libelf.so.1 #usr/share/man/man3/elf_clone.3 #usr/share/man/man3/elf_getdata.3 #usr/share/man/man3/elf_update.3 + diff --git a/lfs/elfutils b/lfs/elfutils index 6a6e9dabc..ccaffec1a 100644 --- a/lfs/elfutils +++ b/lfs/elfutils @@ -24,7 +24,7 @@ include Config -VER = 0.185 +VER = 0.186 THISAPP = elfutils-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = elfutils -PAK_VER = 6 +PAK_VER = 7 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2b6e94c2eebc1f2194173e31bca9396e +$(DL_FILE)_MD5 = 2c095e31e35d6be7b3718477b6d52702 install : $(TARGET)