From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] elfutils: Update to 0.184 Date: Mon, 17 May 2021 21:35:20 +0200 Message-ID: In-Reply-To: <20210517122944.3894938-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1370196236603551970==" List-Id: --===============1370196236603551970== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - 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=C3=A4der > * configure.ac: Add -Wno-packed-not-aligned check. > 2021-02-17 Timm B=C3=A4der > * configure.ac: Add -Wtrampolines check. >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/packages/elfutils | 6 +++--- > lfs/elfutils | 6 +++--- > 2 files changed, 6 insertions(+), 6 deletions(-) >=20 > 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 @@ > =20 > include Config > =20 > -VER =3D 0.183 > +VER =3D 0.184 > =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 4 > +PAK_VER =3D 5 > =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 6f58aa1b9af1a5681b1cbf63e0da2d67 > +$(DL_FILE)_MD5 =3D 9e5af45255ff7dc413de073da2ceff04 > =20 > install : $(TARGET) > =20 >=20 --===============1370196236603551970==--