Reviewed-by: Michael Tremer > On 27 Nov 2021, at 13:34, Adolf Belka wrote: > > - 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=gnu99 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. > > Signed-off-by: Adolf Belka > --- > config/rootfiles/packages/elfutils | 7 ++++--- > lfs/elfutils | 6 +++--- > 2 files changed, 7 insertions(+), 6 deletions(-) > > 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 @@ > > include Config > > -VER = 0.185 > +VER = 0.186 > > 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 = 6 > +PAK_VER = 7 > > DEPS = > > @@ -44,7 +44,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 2b6e94c2eebc1f2194173e31bca9396e > +$(DL_FILE)_MD5 = 2c095e31e35d6be7b3718477b6d52702 > > install : $(TARGET) > > -- > 2.34.0 >