summaryrefslogtreecommitdiff
path: root/debuginfod/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2019-11-30 10:46:44 -0500
committerFrank Ch. Eigler <fche@redhat.com>2019-12-22 20:54:10 -0500
commit5de5dc7d1bf8b49056b123978f0449588d5f006c (patch)
tree123cecc3fd177f38cca2612c4a081f6e1ae1e0a9 /debuginfod/ChangeLog
parent76ad56c430f0b85c47115688c511d9bd4fa671d4 (diff)
downloadelfutils-5de5dc7d1bf8b49056b123978f0449588d5f006c.tar.gz
debuginfod server: support .deb/.ddeb archives
Add support for scanning .deb / .ddeb files, enabled with a new command line option "-U". Using a synthetic .deb/.ddeb from a Ubuntu 18 machine, extend the debuginfod testsuite with some .deb processing, if the dpkg-deb binary is installed. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
Diffstat (limited to 'debuginfod/ChangeLog')
-rw-r--r--debuginfod/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog
index 28a50719..1582eba5 100644
--- a/debuginfod/ChangeLog
+++ b/debuginfod/ChangeLog
@@ -1,3 +1,10 @@
+2019-12-22 Frank Ch. Eigler <fche@redhat.com>
+
+ * debuginfod.cxx (*_rpm_*): Rename to *_archive_* throughout.
+ (scan_archives): New read-mostly global to identify archive
+ file extensions and corresponding extractor commands.
+ (parse_opt): Handle new -U flag.
+
2019-12-19 Frank Ch. Eigler <fche@redhat.com>
* debuginfod-client.c (default_progressfn): New function.