From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] elfutils: Update to version 0.186 Date: Sun, 28 Nov 2021 12:02:57 +0000 Message-ID: <89FE23E3-6814-4D0E-AB35-CBF0B20D91F6@ipfire.org> In-Reply-To: <20211127133450.3522169-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1767937591161140584==" List-Id: --===============1767937591161140584== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 27 Nov 2021, at 13:34, Adolf Belka wrote: >=20 > - 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=3Dgnu99 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. >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/packages/elfutils | 7 ++++--- > lfs/elfutils | 6 +++--- > 2 files changed, 7 insertions(+), 6 deletions(-) >=20 > 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 @@ >=20 > include Config >=20 > -VER =3D 0.185 > +VER =3D 0.186 >=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 6 > +PAK_VER =3D 7 >=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 2b6e94c2eebc1f2194173e31bca9396e > +$(DL_FILE)_MD5 =3D 2c095e31e35d6be7b3718477b6d52702 >=20 > install : $(TARGET) >=20 > --=20 > 2.34.0 >=20 --===============1767937591161140584==--