summaryrefslogtreecommitdiff
path: root/debuginfod/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2021-10-15 15:16:54 +0200
committerMark Wielaard <mark@klomp.org>2021-10-15 15:23:22 +0200
commitaa0765aa93ce3e74283498a310333c9bff2223db (patch)
treeac926979b392cccd13898a4bb65cb8e9fa82dbe6 /debuginfod/ChangeLog
parenta83fe488a7b422fc8260bdb35526d39a195c624a (diff)
downloadelfutils-aa0765aa93ce3e74283498a310333c9bff2223db.tar.gz
debuginfod-client: Stick to http:// + https:// + file:// protocols
Make sure we don't use any of the more experimental protocols libcurl might support. URLs can be redirected and we might want to follow http -> https, but not e.g. gopher or pop3. Suggested-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'debuginfod/ChangeLog')
-rw-r--r--debuginfod/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog
index de833f7f..a91749e7 100644
--- a/debuginfod/ChangeLog
+++ b/debuginfod/ChangeLog
@@ -1,3 +1,8 @@
+2021-10-15 Mark Wielaard <mark@klomp.org>
+
+ * debuginfod-client.c (debuginfod_query_server): Set
+ CURLOPT_PROTOCOLS.
+
2021-10-06 Di Chen <dichen@redhat.com>
PR28242