From patchwork Mon May 17 12:29:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4293 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 4FkJP56Ncmz3wbk for ; Mon, 17 May 2021 12:30:01 +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 4FkJP42C8hz1V8; Mon, 17 May 2021 12:30:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FkJP35xwNz2xXY; Mon, 17 May 2021 12:29:59 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FkJP229f3z2xF1 for ; Mon, 17 May 2021 12:29:58 +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 4FkJNy4HdhzZF; Mon, 17 May 2021 12:29:54 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621254594; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=L19BL8mbckN2znHAHxfGB5t11wRk6YoVThoVRpHGf8c=; b=7A/CJfEb3J2MkRwhpqwuDF/pLsgrDHlapyWtFVeO6pp28c8b4HA10jd2fL3rvc1VdIwKBW UyuyCkt1OgtFscDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621254594; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=L19BL8mbckN2znHAHxfGB5t11wRk6YoVThoVRpHGf8c=; b=dorVS8tX9lSnS0pRK/L7Qvqh987R5P+d40ffzptq/JDZVGVUi61BraBsD/Av7VfPguT37C fYKjD7nN/k2V1V4PLtY0RGdodnjoxYf1iB8zHJFlIJpiH6rOBMIb9MRP7ky6U+xST96WB/ 3T0JRbW3uw6gfeP+AQp7ocxbJB+cDwG4EwuCv7EtoqbA7O1t+WdFHIwjUq83xMCVv2K/9G iHxCxjgR0EAd+yAIqyS5Vejn5jP5UWKb/waYjwuo+jYHiGYgoFOvYAwBiOsqOiXjMjOqRC iDzy+5/GTacbH35YlqLP7swl48YvuWUCpY6FT370h/dSsQNRwXxdnhpp654VJA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] elfutils: Update to 0.184 Date: Mon, 17 May 2021 14:29:44 +0200 Message-Id: <20210517122944.3894938-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.183 to 0.184 - Update rootfiles - Changelog 2021-05-10 Mark Wielaard * configure.ac (AC_INIT): Set version to 0.184. * NEWS: Add libdw, translation and debuginfod-client entries. 2021-03-30 Frank Ch. Eigler * configure.ac: Look for pthread_setname_np. 2021-02-17 Timm Bäder * configure.ac: Add -Wno-packed-not-aligned check. 2021-02-17 Timm Bäder * configure.ac: Add -Wtrampolines check. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/elfutils | 6 +++--- lfs/elfutils | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/elfutils b/config/rootfiles/packages/elfutils index adf4808ab..c96267c26 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.183.so +usr/lib/libasm-0.184.so #usr/lib/libasm.a #usr/lib/libasm.so usr/lib/libasm.so.1 -usr/lib/libdw-0.183.so +usr/lib/libdw-0.184.so #usr/lib/libdw.a #usr/lib/libdw.so usr/lib/libdw.so.1 -usr/lib/libelf-0.183.so +usr/lib/libelf-0.184.so #usr/lib/libelf.a #usr/lib/libelf.so usr/lib/libelf.so.1 diff --git a/lfs/elfutils b/lfs/elfutils index c2d9a3331..8c86c3b76 100644 --- a/lfs/elfutils +++ b/lfs/elfutils @@ -24,7 +24,7 @@ include Config -VER = 0.183 +VER = 0.184 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 = 4 +PAK_VER = 5 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6f58aa1b9af1a5681b1cbf63e0da2d67 +$(DL_FILE)_MD5 = 9e5af45255ff7dc413de073da2ceff04 install : $(TARGET)