public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] elfutils: Update to version 0.186
@ 2021-11-27 13:34 Adolf Belka
  2021-11-28 12:02 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2021-11-27 13:34 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2440 bytes --]

- 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  <mark(a)klomp.org>
	* configure.ac (AC_INIT): Set version to 0.186.
	* NEWS: Add translation item.
    2021-09-03  John Mellor-Crummey <johnmc(a)rice.edu>
	* NEWS: Read inlining info in NVIDIA extended line map
    2021-08-10  Adrian Ratiu  <adrian.ratiu(a)collabora.com>
	* configure.ac (AC_CACHE_CHECK): Rework std=gnu99 check to allow clang.
    2021-08-20  Saleem Abdulrasool  <abdulras(a)google.com>
	* Add AC_CHECK_HEADERS for error.h and err.h.
    2021-07-28  Mark Wielaard  <mark(a)klomp.org>
	* configure.ac (AC_CHECK_DECLS): Add reallocarray check.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] elfutils: Update to version 0.186
  2021-11-27 13:34 [PATCH] elfutils: Update to version 0.186 Adolf Belka
@ 2021-11-28 12:02 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2021-11-28 12:02 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2709 bytes --]

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 27 Nov 2021, at 13:34, Adolf Belka <adolf.belka(a)ipfire.org> 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  <mark(a)klomp.org>
> 	* configure.ac (AC_INIT): Set version to 0.186.
> 	* NEWS: Add translation item.
>    2021-09-03  John Mellor-Crummey <johnmc(a)rice.edu>
> 	* NEWS: Read inlining info in NVIDIA extended line map
>    2021-08-10  Adrian Ratiu  <adrian.ratiu(a)collabora.com>
> 	* configure.ac (AC_CACHE_CHECK): Rework std=gnu99 check to allow clang.
>    2021-08-20  Saleem Abdulrasool  <abdulras(a)google.com>
> 	* Add AC_CHECK_HEADERS for error.h and err.h.
>    2021-07-28  Mark Wielaard  <mark(a)klomp.org>
> 	* configure.ac (AC_CHECK_DECLS): Add reallocarray check.
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> 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
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-28 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-27 13:34 [PATCH] elfutils: Update to version 0.186 Adolf Belka
2021-11-28 12:02 ` Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox