From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Type: multipart/mixed; boundary="===============5514921081964729147==" List-Id: --===============5514921081964729147== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 alway= s 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/e= lfutils 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 @@ =20 include Config =20 -VER =3D 0.184 +VER =3D 0.185 =20 THISAPP =3D elfutils-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D elfutils -PAK_VER =3D 5 +PAK_VER =3D 6 =20 DEPS =3D =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 9e5af45255ff7dc413de073da2ceff04 +$(DL_FILE)_MD5 =3D 2b6e94c2eebc1f2194173e31bca9396e =20 install : $(TARGET) =20 --=20 2.32.0 --===============5514921081964729147==--