public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] elfutils: Update to 0.184
@ 2021-05-17 12:29 Adolf Belka
  2021-05-17 19:35 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2021-05-17 12:29 UTC (permalink / raw)
  To: development

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

- Update from 0.183 to 0.184
- Update rootfiles
- Changelog
     2021-05-10  Mark Wielaard  <mark(a)klomp.org>
	* configure.ac (AC_INIT): Set version to 0.184.
	* NEWS: Add libdw, translation and debuginfod-client entries.
     2021-03-30  Frank Ch. Eigler  <fche(a)redhat.com>
	* configure.ac: Look for pthread_setname_np.
     2021-02-17  Timm Bäder  <tbaeder(a)redhat.com>
	* configure.ac: Add -Wno-packed-not-aligned check.
     2021-02-17  Timm Bäder  <tbaeder(a)redhat.com>
	* configure.ac: Add -Wtrampolines check.

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 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/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 @@
 
 include Config
 
-VER        = 0.183
+VER        = 0.184
 
 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    = 4
+PAK_VER    = 5
 
 DEPS       =
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 6f58aa1b9af1a5681b1cbf63e0da2d67
+$(DL_FILE)_MD5 = 9e5af45255ff7dc413de073da2ceff04
 
 install : $(TARGET)
 
-- 
2.31.1


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

* Re: [PATCH] elfutils: Update to 0.184
  2021-05-17 12:29 [PATCH] elfutils: Update to 0.184 Adolf Belka
@ 2021-05-17 19:35 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2021-05-17 19:35 UTC (permalink / raw)
  To: development

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

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - Update from 0.183 to 0.184
> - Update rootfiles
> - Changelog
>      2021-05-10  Mark Wielaard  <mark(a)klomp.org>
> 	* configure.ac (AC_INIT): Set version to 0.184.
> 	* NEWS: Add libdw, translation and debuginfod-client entries.
>      2021-03-30  Frank Ch. Eigler  <fche(a)redhat.com>
> 	* configure.ac: Look for pthread_setname_np.
>      2021-02-17  Timm Bäder  <tbaeder(a)redhat.com>
> 	* configure.ac: Add -Wno-packed-not-aligned check.
>      2021-02-17  Timm Bäder  <tbaeder(a)redhat.com>
> 	* configure.ac: Add -Wtrampolines check.
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  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/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 @@
>  
>  include Config
>  
> -VER        = 0.183
> +VER        = 0.184
>  
>  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    = 4
> +PAK_VER    = 5
>  
>  DEPS       =
>  
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 6f58aa1b9af1a5681b1cbf63e0da2d67
> +$(DL_FILE)_MD5 = 9e5af45255ff7dc413de073da2ceff04
>  
>  install : $(TARGET)
>  
> 

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

end of thread, other threads:[~2021-05-17 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17 12:29 [PATCH] elfutils: Update to 0.184 Adolf Belka
2021-05-17 19:35 ` Peter Müller

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