From e1a34a4e643f1907ea43fe5244ed6ebe081f4a93 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 5 Nov 2022 13:20:36 +0000 Subject: library: fix download with curl 7.86+ when the URL has a query part (mga#31047) curl 7.86 changed the -O option to remove any trailing query part from the output file name. So if we have a query part, use the -o option instead. --- Changes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Changes') diff --git a/Changes b/Changes index 7fae79b0..3f148ceb 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +- library: + o fix download with curl 7.86+ when the URL has a query part (mga#31047) - gurpmi2: o fix Cancel button getting lost after first batch of downloads is done -- cgit v1.2.1