From patchwork Thu Jun 10 11:52:30 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4411 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) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4G12Qs0GP7z3wc6 for ; Thu, 10 Jun 2021 11:52:37 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4G12Qq6vjJzy4; Thu, 10 Jun 2021 11:52:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G12Qq5sVKz2yl3; Thu, 10 Jun 2021 11:52:35 +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 4G12Qp3Z1Gz2xSB for ; Thu, 10 Jun 2021 11:52:34 +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 4G12Qn5kZXzTD; Thu, 10 Jun 2021 11:52:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1623325953; 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=CoSuD+GGiCSoFYjD8NsD/UArHAZE/rmr5HaTvG7VYaM=; b=diU73HI8NIIRhbgz5YjH9Y9crPONxglbaWzfIUmH8pGvSc7c62dNjkNywTxRcwIwuxH/hi I89fA4QnN8+aHQDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1623325953; 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=CoSuD+GGiCSoFYjD8NsD/UArHAZE/rmr5HaTvG7VYaM=; b=eaBsMe8wD+F/iIB6L+JsTHQdANGzBE3GYUgn/d+xtShABy28eeEzBUS5kPKKLcUxjBtji0 dRerQc7XjpVnrWsoDzgGnH1Y+EzlRO8B1yzEl67niSBQczKFLqPBGTzqLKnwXT/2ApH9N/ tIXDqP7D2nF9wFIPpXmsJUOxnCEGSy7rIzW9IAJ9BxLRkjtR6GbIQTDtQI8f0hBXrmQXc9 KQUrv2hpjiU5JYyOGRUeMQaAppm4YoFsILEGgYKB1/jqEnTCRc1AYA5Z/hELa2WSVox4Z/ 47qk8gTrhcg//0BsrZcpx5MdezgWThUXGeoeNp1DBpvE1DgF7fCR+mBmVVFXVQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] elfutils: Update to 0.185 Date: Thu, 10 Jun 2021 13:52:30 +0200 Message-Id: <20210610115230.3548898-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.184 to 0.185 - Update rootfile - Changelog Version 0.185 debuginfod-client: Simplify curl handle reuse so downloads which return an error are retried. elfcompress: Always exit with code 0 when the operation succeeds (even when nothing was done). On error the exit code is now always 1. Signed-off-by: Adolf Belka --- 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 c96267c26..d5db41fc7 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.184.so +usr/lib/libasm-0.185.so #usr/lib/libasm.a #usr/lib/libasm.so usr/lib/libasm.so.1 -usr/lib/libdw-0.184.so +usr/lib/libdw-0.185.so #usr/lib/libdw.a #usr/lib/libdw.so usr/lib/libdw.so.1 -usr/lib/libelf-0.184.so +usr/lib/libelf-0.185.so #usr/lib/libelf.a #usr/lib/libelf.so usr/lib/libelf.so.1 diff --git a/lfs/elfutils b/lfs/elfutils index 8c86c3b76..6a6e9dabc 100644 --- a/lfs/elfutils +++ b/lfs/elfutils @@ -24,7 +24,7 @@ include Config -VER = 0.184 +VER = 0.185 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 = 5 +PAK_VER = 6 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9e5af45255ff7dc413de073da2ceff04 +$(DL_FILE)_MD5 = 2b6e94c2eebc1f2194173e31bca9396e install : $(TARGET)