Commit 4038cbf2 authored by Vicente Olivert Riera's avatar Vicente Olivert Riera Committed by Thomas Petazzoni
Browse files

elfutils: bump version to 0.161



- Bump version to 0.161
- Remove the portability patch. We don't need to have it in Buildroot
  since it includes the version number so we can download it safely
  without having collisions between versions.
- Adapt the patches that need to be adapted.
- Rename patches to start from 0001.
- Update the hash value and add a new value for the portability patch.

Signed-off-by: default avatarVicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent d434fcbe
Loading
Loading
Loading
Loading
+19 −19
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

diff -rup a/configure.ac b/configure.ac
--- a/configure.ac	2014-11-07 15:00:38.663627402 +0000
+++ b/configure.ac	2014-11-07 15:02:30.233539737 +0000
@@ -259,6 +259,13 @@ AC_ARG_ENABLE([progs],
	enable_progs=yes)
 AM_CONDITIONAL(ENABLE_PROGS, test "$enable_progs" = yes)
--- a/configure.ac	2015-01-06 11:30:02.170052875 +0000
+++ b/configure.ac	2015-01-06 11:31:10.122219826 +0000
@@ -253,6 +253,13 @@ AC_SUBST([LIBEBL_SUBDIR])
 AC_DEFINE_UNQUOTED(LIBEBL_SUBDIR, "$LIBEBL_SUBDIR")
 AH_TEMPLATE([LIBEBL_SUBDIR], [$libdir subdirectory containing libebl modules.])
 
+AC_CHECK_FUNC([argp_parse])
+if test "$ac_cv_func_argp_parse" != yes; then
@@ -32,20 +32,20 @@ diff -rup a/configure.ac b/configure.ac
 dnl conditional and config.h USE_ZLIB/USE_BZLIB #define.
 save_LIBS="$LIBS"
diff -rup a/libdw/Makefile.am b/libdw/Makefile.am
--- a/libdw/Makefile.am	2014-08-27 10:25:17.000000000 +0100
+++ b/libdw/Makefile.am	2014-11-07 15:09:32.804794962 +0000
@@ -110,7 +110,7 @@ libdw.so$(EXEEXT): $(srcdir)/libdw.map l
--- a/libdw/Makefile.am	2014-12-19 20:43:11.000000000 +0000
+++ b/libdw/Makefile.am	2015-01-06 11:32:21.075438524 +0000
@@ -112,7 +112,7 @@ libdw.so$(EXEEXT): $(srcdir)/libdw.map l
 		-Wl,--enable-new-dtags,-rpath,$(pkglibdir) \
 		-Wl,--version-script,$<,--no-undefined \
 		-Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
-		-ldl $(zip_LIBS)
+		-ldl $(zip_LIBS) $(ARGP_LIBS)
	if $(READELF) -d $@ | fgrep -q TEXTREL; then exit 1; fi
 	@$(textrel_check)
 	ln -fs $@ $@.$(VERSION)
 
diff -rup a/src/Makefile.am b/src/Makefile.am
--- a/src/Makefile.am	2014-11-07 15:00:35.867579484 +0000
+++ b/src/Makefile.am	2014-11-07 15:08:47.380013980 +0000
--- a/src/Makefile.am	2015-01-06 11:30:02.430057339 +0000
+++ b/src/Makefile.am	2015-01-06 11:34:53.061049752 +0000
@@ -94,27 +94,29 @@ readelf_no_Werror = yes
 strings_no_Werror = yes
 addr2line_no_Wformat = yes
+0 −1875

File deleted.

Preview size limit exceeded, changes collapsed.

+12 −12
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

diff -rup a/configure.ac b/configure.ac
--- a/configure.ac	2014-11-07 14:54:32.859360779 +0000
+++ b/configure.ac	2014-11-07 14:47:44.847376394 +0000
@@ -253,6 +253,12 @@ AC_SUBST([LIBEBL_SUBDIR])
 AC_DEFINE_UNQUOTED(LIBEBL_SUBDIR, "$LIBEBL_SUBDIR")
 AH_TEMPLATE([LIBEBL_SUBDIR], [$libdir subdirectory containing libebl modules.])
--- a/configure.ac	2015-01-06 11:31:10.122219826 +0000
+++ b/configure.ac	2015-01-06 11:37:38.397891424 +0000
@@ -260,6 +260,12 @@ if test "$ac_cv_func_argp_parse" != yes;
 fi
 AC_SUBST(ARGP_LIBS)
 
+AC_ARG_ENABLE([progs],
+	AS_HELP_STRING([--enable-progs], [enable progs]),
@@ -29,8 +29,8 @@ diff -rup a/configure.ac b/configure.ac
 dnl conditional and config.h USE_ZLIB/USE_BZLIB #define.
 save_LIBS="$LIBS"
diff -rup a/Makefile.am b/Makefile.am
--- a/Makefile.am	2014-08-27 10:25:17.000000000 +0100
+++ b/Makefile.am	2014-11-07 14:51:38.081368550 +0000
--- a/Makefile.am	2014-06-17 19:51:09.000000000 +0100
+++ b/Makefile.am	2015-01-06 11:38:42.846999410 +0000
@@ -22,9 +22,13 @@ ACLOCAL_AMFLAGS = -I m4
 
 pkginclude_HEADERS = version.h
+17 −17
Original line number Diff line number Diff line
@@ -28,11 +28,11 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

diff -Nrup a/configure.ac b/configure.ac
--- a/configure.ac	2014-11-07 15:14:42.402119092 +0000
+++ b/configure.ac	2014-11-07 15:16:50.161316781 +0000
@@ -266,6 +266,10 @@ if test "$ac_cv_func_argp_parse" != yes;
 fi
 AC_SUBST(ARGP_LIBS)
--- a/configure.ac	2015-01-06 11:37:38.397891424 +0000
+++ b/configure.ac	2015-01-06 11:40:53.568258759 +0000
@@ -266,6 +266,10 @@ AC_ARG_ENABLE([progs],
 	enable_progs=yes)
 AM_CONDITIONAL(ENABLE_PROGS, test "$enable_progs" = yes)
 
+AC_CHECK_HEADER([fts.h],
+	AC_DEFINE([HAVE_FTS_H], [], [Define if <fts.h> is available in C library]))
@@ -43,7 +43,7 @@ diff -Nrup a/configure.ac b/configure.ac
 save_LIBS="$LIBS"
diff -Nrup a/libdwfl/fts.c b/libdwfl/fts.c
--- a/libdwfl/fts.c	1970-01-01 01:00:00.000000000 +0100
+++ b/libdwfl/fts.c	2014-11-07 15:25:08.325879956 +0000
+++ b/libdwfl/fts.c	2015-01-06 11:42:13.481640322 +0000
@@ -0,0 +1,1095 @@
+/*-
+ * Copyright (c) 1990, 1993, 1994
@@ -1142,7 +1142,7 @@ diff -Nrup a/libdwfl/fts.c b/libdwfl/fts.c
+}
diff -Nrup a/libdwfl/fts_.h b/libdwfl/fts_.h
--- a/libdwfl/fts_.h	1970-01-01 01:00:00.000000000 +0100
+++ b/libdwfl/fts_.h	2014-11-07 15:26:00.806777392 +0000
+++ b/libdwfl/fts_.h	2015-01-06 11:42:13.481640322 +0000
@@ -0,0 +1,131 @@
+/*
+ * Copyright (c) 1989, 1993
@@ -1276,8 +1276,8 @@ diff -Nrup a/libdwfl/fts_.h b/libdwfl/fts_.h
+
+#endif /* fts.h */
diff -Nrup a/libdwfl/linux-kernel-modules.c b/libdwfl/linux-kernel-modules.c
--- a/libdwfl/linux-kernel-modules.c	2014-08-27 10:25:17.000000000 +0100
+++ b/libdwfl/linux-kernel-modules.c	2014-11-07 15:27:10.783974209 +0000
--- a/libdwfl/linux-kernel-modules.c	2014-11-22 22:43:52.000000000 +0000
+++ b/libdwfl/linux-kernel-modules.c	2015-01-06 11:44:25.610924805 +0000
@@ -29,7 +29,11 @@
 /* We include this before config.h because it can't handle _FILE_OFFSET_BITS.
    Everything we need here is fine if its declarations just come first.  */
@@ -1285,14 +1285,14 @@ diff -Nrup a/libdwfl/linux-kernel-modules.c b/libdwfl/linux-kernel-modules.c
+#ifdef HAVE_FTS_H
 #include <fts.h>
+#else
+#include "fts_.h"
+#include <fts_.h>
+#endif
 
 #include <config.h>
 
diff -Nrup a/libdwfl/Makefile.am b/libdwfl/Makefile.am
--- a/libdwfl/Makefile.am	2014-08-27 10:25:17.000000000 +0100
+++ b/libdwfl/Makefile.am	2014-11-07 15:17:57.682478408 +0000
--- a/libdwfl/Makefile.am	2014-06-17 19:51:09.000000000 +0100
+++ b/libdwfl/Makefile.am	2015-01-06 11:45:25.442959369 +0000
@@ -79,6 +79,9 @@ endif
 if LZMA
 libdwfl_a_SOURCES += lzma.c
Loading