File elfutils-debuginfod.changes of Package elfutils-debuginfod
228
1
-------------------------------------------------------------------
2
Fri Feb 25 20:15:03 UTC 2022 - Tony Jones <tonyj@suse.com>
3
4
- Add support for zstd, needed to inspect kernel modules (bsc#1196510)
5
6
-------------------------------------------------------------------
7
Mon Oct 11 07:52:31 UTC 2021 - Martin Liška <martin.liska@suse.com>
8
9
- Enhance license fields: all the libraries actually have a different
10
license to the tools. While the tools are GPL-3.0-or-later, the
11
libraries are (LGPL-3.0-or-later OR GPL-2.0-or-later)
12
SLE bug (for tracking the above) bsc#1191310
13
14
-------------------------------------------------------------------
15
Fri Aug 6 07:25:57 UTC 2021 - Martin Liška <martin.liska@suse.com>
16
17
- Add disable-run-deleted-test.patch in order to disable
18
failing test-case (boo#1189153).
19
20
-------------------------------------------------------------------
21
Sun Jul 11 03:19:06 UTC 2021 - Jeffrey Cheung <jcheung@suse.com>
22
23
- For version 0.185, the below patches are no longer needed
24
(jsc#SLE-17288, jsc#SLE-17951)
25
26
libdw-check-end-of-attributes-list-consistently.patch
27
elflint-dont-check-section-group-without-flags-word.patch
28
libelf-error-if-elf_compress_gnu-is-used-on-SHF_COMPRESSED.patch
29
libdw-readelf-make-sure-there-is-enough-data-to-read.patch
30
elfutils-dont-trust-sh_entsize.patch
31
elflint-check-symbol-table-data-is-big-enough-before-check.patch
32
size-handle-recursive-elf-ar-files.patch
33
elflint-sanity-check-the-number-of-phdrs-and-shdrs.patch
34
use-the-empty-string-for-note-names-with-zero-size.patch
35
readelf-fix-off-by-one-sanity-check.patch
36
libebl-check-NT_PLATFORM-core-notes.patch
37
libdwfl-sanity-check-partial-core-file-dyn-data-read.patch
38
libelf-check-compression-before-allocate-output-buffer.patch
39
libdwfl-sanity-check-partial-core-file-data-reads.patch
40
arlib-check-that-sh_entsize-isnt-zero.patch
41
42
-------------------------------------------------------------------
43
Mon May 24 07:39:53 UTC 2021 - Martin Liška <mliska@suse.cz>
44
45
- Update to version 0.185:
46
debuginfod-client: Simplify curl handle reuse so downloads which
47
return an error are retried.
48
49
elfcompress: Always exit with code 0 when the operation succeeds (even
50
when nothing was done). On error the exit code is now always 1.
51
52
-------------------------------------------------------------------
53
Mon May 10 19:39:44 UTC 2021 - Martin Liška <mliska@suse.cz>
54
55
- Update to version 0.184:
56
debuginfod: Use libarchive's bsdtar as the .deb-family file unpacker.
57
debuginfod-client: Client caches negative results. If a query for a
58
file failed with 404, an empty 000 permission
59
file is created in the cache. This will prevent
60
requesting the same file for the next 10 minutes.
61
62
Client objects now carry long-lived curl handles
63
for outgoing connections. This makes it more
64
efficient for multiple sequential queries, because
65
the TCP connections and/or TLS state info are kept
66
around awhile, avoiding O(100ms) setup latencies.
67
68
libdw: handle DW_FORM_indirect when reading attributes
69
translations: Update Polish translation.
70
- Add 2 build dependences for tests.
71
72
-------------------------------------------------------------------
73
Tue Mar 16 15:40:31 UTC 2021 - Martin Liška <mliska@suse.cz>
74
75
- Enable https://debuginfod.opensuse.org/ debuginfod server
76
by default now.
77
- Add disable-run-readelf-self-test.patch in order to disable
78
a failing test-case with GCC 11 (PR27367).
79
80
-------------------------------------------------------------------
81
Mon Feb 8 10:59:08 UTC 2021 - Martin Liška <mliska@suse.cz>
82
83
- Update to version 0.183:
84
debuginfod: New thread-busy metric and more detailed error metrics.
85
New --fdcache-mintmp and tracking of filesystem freespace.
86
New increased webapi concurrency while grooming.
87
88
debuginfod-client: DEBUGINFOD_SONAME macro added to debuginfod.h which
89
can be used to dlopen the libdebuginfod.so library.
90
New function debuginfod_set_verbose_fd and
91
DEBUGINFOD_VERBOSE environment variable.
92
93
config: profile.sh and profile.csh won't export DEBUGINFOD_URLS unless
94
configured --enable-debuginfod-urls[=URLS]
95
96
elflint, readelf: Recognize SHF_GNU_RETAIN.
97
Handle SHT_X86_64_UNWIND as valid relocation target.
98
- Remove config-do-not-define-DEBUGINFOD_URLS-environment-var.patch patch.
99
100
-------------------------------------------------------------------
101
Mon Jan 4 12:01:02 UTC 2021 - Martin Liška <mliska@suse.cz>
102
103
- Add upstream config-do-not-define-DEBUGINFOD_URLS-environment-var.patch
104
in order to fix boo#1180306.
105
106
-------------------------------------------------------------------
107
Thu Dec 10 12:21:29 UTC 2020 - Martin Liška <mliska@suse.cz>
108
109
- Move profile files to libdebuginfod1 sub-package.
110
- Silent 2 rpmlint issues.
111
112
-------------------------------------------------------------------
113
Thu Nov 5 09:15:00 UTC 2020 - Martin Liška <mliska@suse.cz>
114
115
- Add new /etc/profile.d/debuginfod.{,c}sh files.
116
- Update to version 0.182:
117
118
backends: Support for tilegx has been removed.
119
120
config: New /etc/profile.d files to provide default $DEBUGINFOD_URLS.
121
122
debuginfod: More efficient package traversal, tolerate various errors
123
during scanning, grooming progress is more visible and
124
interruptible, more prometheus metrics.
125
126
debuginfod-client: Now supports compressed (kernel) ELF images.
127
128
libdwfl: Add ZSTD compression support.
129
130
-------------------------------------------------------------------
131
Tue Sep 22 07:59:56 UTC 2020 - Martin Liška <mliska@suse.cz>
132
133
- Add Conflicts for dummy packages.
134
135
-------------------------------------------------------------------
136
Tue Sep 15 11:50:27 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
137
138
- Disable LTO again - boo#1138796
139
Adding -flto-partition=none and -Wno-error=stack-usage were
140
not enough:
141
[ 123s] libasm-devel.x86_64: E: lto-no-text-in-archive (Badness: 10000) /usr/lib64/libasm.a
142
[ 123s] libdw-devel.x86_64: E: lto-no-text-in-archive (Badness: 10000) /usr/lib64/libdw.a
143
[ 123s] libelf-devel.x86_64: E: lto-no-text-in-archive (Badness: 10000) /usr/lib64/libelf.a
144
[ 123s] This archive does not contain a non-empty .text section. The archive was not
145
[ 123s] created with -ffat-lto-objects option.
146
And adding -ffat-lto-objects breaks run-show-die-info.sh test.
147
148
-------------------------------------------------------------------
149
Tue Sep 8 15:18:57 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
150
151
- Update to version 0.181:
152
libelf: elf_update now compensates (fixes up) a bad sh_addralign for
153
SHF_COMPRESSED sections.
154
libdebuginfod: configure now takes --enable-libdebuginfod=dummy or
155
--disable-libdebuginfod for bootstrapping.
156
DEBUGINFOD_URLS now accepts "scheme-free" urls
157
(guessing at what the user meant, either http:// or file://)
158
readelf, elflint: Handle aarch64 bti, pac bits in dynamic table and gnu
159
property notes.
160
libdw, readelf: Recognize DW_CFA_AARCH64_negate_ra_state. Allows unwinding
161
on arm64 for code that is compiled for PAC (Pointer
162
Authentication Code) as long as it isn't enabled
163
- Drop upstream patch:
164
* 0001-tests-Add-GCOV-flags-when-necessary.patch
165
166
-------------------------------------------------------------------
167
Mon Jun 15 07:12:57 UTC 2020 - Martin Liška <mliska@suse.cz>
168
169
- Remove remove-run-large-elf-file.sh.patch as it now checks for memory
170
size.
171
- Use autosetup.
172
173
-------------------------------------------------------------------
174
Thu Jun 11 18:19:10 UTC 2020 - Martin Liška <mliska@suse.cz>
175
176
- Update to version 0.180:
177
elflint: Allow SHF_EXCLUDE as generic section flag when --gnu is given.
178
libdw, readelf: Handle GCC LTO .gnu.debuglto_ prefix.
179
libdw: Use correct CU to resolve file names in dwarf_decl_file.
180
libdwfl: Handle debugaltlink in dwfl_standard_find_debuginfo.
181
size: Also obey radix printing for bsd format.
182
nm: Explicitly print weak 'V' or 'T' and common 'C' symbols.
183
- Add 0001-tests-Add-GCOV-flags-when-necessary.patch in order to fix
184
an unresolved symbol.
185
- Enable LTO: boo#1138796 by adding -flto-partition=none and -Wno-error=stack-usage.
186
187
-------------------------------------------------------------------
188
Mon Mar 30 12:07:18 UTC 2020 - Martin Liška <mliska@suse.cz>
189
190
- Update to version 0.179:
191
debuginfod-client: When DEBUGINFOD_PROGRESS is set and the program doesn't
192
install its own debuginfod_progressfn_t show download
193
progress on stderr.
194
DEBUGINFOD_TIMEOUT is now defined as seconds to get at
195
least 100K, defaults to 90 seconds.
196
Default to $XDG_CACHE_HOME/debuginfod_client.
197
New functions debuginfod_set_user_data,
198
debuginfod_get_user_data, debuginfod_get_url and
199
debuginfod_add_http_header.
200
Support for file:// URLs.
201
202
debuginfod: Uses libarchive directly for reading rpm archives.
203
Support for indexing .deb/.ddeb archives through dpkg-deb
204
or bsdtar.
205
Generic archive support through -Z EXT[=CMD]. Which can be
206
used for example for arch-linux pacman files by using
207
-Z '.tar.zst=zstdcat'.
208
Better logging using User-Agent and X-Forwarded-For headers.
209
More prometheus metrics.
210
Support for eliding dots or extraneous slashes in path names.
211
212
debuginfod-find: Accept /path/names in place of buildid hex.
213
214
libelf: Handle PN_XNUM in elf_getphdrnum before shdr 0 is cached
215
Ensure zlib resource cleanup on failure.
216
217
libdwfl: dwfl_linux_kernel_find_elf and dwfl_linux_kernel_report_offline
218
now find and handle a compressed vmlinuz image.
219
220
readelf, elflint: Handle PT_GNU_PROPERTY.
221
222
translations: Updated Ukrainian translation.
223
224
-------------------------------------------------------------------
225
Tue Feb 4 09:06:00 UTC 2020 - Martin Liška <mliska@suse.cz>
226
227
- Package debuginfod of elfutils for version 0.178.
228