Codebase list elfutils / 69be94b
* New upstream release. * Refresh patches. Matthias Klose 2 years ago
4 changed file(s) with 13 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
0 elfutils (0.185-1) experimental; urgency=medium
1
2 * New upstream release.
3 * Refresh patches.
4
5 -- Matthias Klose <doko@debian.org> Tue, 25 May 2021 20:31:36 +0200
6
07 elfutils (0.184-1) experimental; urgency=medium
18
29 * New upstream release.
2121 extern "C" {
2222 #include "printversion.h"
2323 }
24 @@ -38,7 +40,6 @@ extern "C" {
25 #include "debuginfod.h"
24 @@ -39,7 +41,6 @@ extern "C" {
2625 #include <dwarf.h>
26 #include <system.h>
2727
2828 -#include <argp.h>
2929 #ifdef __GNUC__
3030 #undef __attribute__ /* glibc bug - rhbz 1763325 */
3131 #endif
32 @@ -549,10 +550,10 @@ parse_opt (int key, char *arg,
32 @@ -543,10 +544,10 @@ parse_opt (int key, char *arg,
3333 source_paths.insert(string(arg));
3434 break;
3535 // case 'h': argp_state_help (state, stderr, ARGP_HELP_LONG|ARGP_HELP_EXIT_OK);
00 --- a/debuginfod/debuginfod-client.c
11 +++ b/debuginfod/debuginfod-client.c
2 @@ -75,7 +75,9 @@ void debuginfod_end (debuginfod_client *
2 @@ -76,7 +76,9 @@ void debuginfod_end (debuginfod_client *
33 #include <regex.h>
44 #include <string.h>
55 #include <stdbool.h>
99 #include <time.h>
1010 #include <utime.h>
1111 #include <sys/syscall.h>
12 @@ -96,6 +98,10 @@ void debuginfod_end (debuginfod_client *
12 @@ -97,6 +99,10 @@ void debuginfod_end (debuginfod_client *
1313 #include <fts.h>
1414 #endif
1515
33 So we run the tests on all archs to see what breaks, but if it breaks we ignore
44 the result (exitcode 77 means: this test was skipped).
55
6 Index: b/tests/run-elflint-self.sh
7 ===================================================================
86 --- a/tests/run-elflint-self.sh
97 +++ b/tests/run-elflint-self.sh
108 @@ -18,5 +18,5 @@
1412 -testrun_on_self ${abs_top_builddir}/src/elflint --quiet --gnu-ld
1513 +testrun_on_self_skip ${abs_top_builddir}/src/elflint --quiet --gnu-ld
1614 testrun_on_self_compressed ${abs_top_builddir}/src/elflint --quiet --gnu-ld
17 Index: b/tests/test-subr.sh
18 ===================================================================
1915 --- a/tests/test-subr.sh
2016 +++ b/tests/test-subr.sh
21 @@ -170,3 +170,18 @@ testrun_on_self_quiet()
17 @@ -212,3 +212,18 @@ testrun_on_self_quiet()
2218 # Only exit if something failed
2319 if test $exit_status != 0; then exit $exit_status; fi
2420 }