summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2022-11-05 13:20:36 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2022-11-05 14:53:08 +0000
commite1a34a4e643f1907ea43fe5244ed6ebe081f4a93 (patch)
treef0cf057aa379bdd3b66d5db4ac19456ddb1c8b59 /Changes
parente23128656aaa5e6b505600a0b2c6fef39922c01a (diff)
downloadurpmi-e1a34a4e643f1907ea43fe5244ed6ebe081f4a93.tar
urpmi-e1a34a4e643f1907ea43fe5244ed6ebe081f4a93.tar.gz
urpmi-e1a34a4e643f1907ea43fe5244ed6ebe081f4a93.tar.bz2
urpmi-e1a34a4e643f1907ea43fe5244ed6ebe081f4a93.tar.xz
urpmi-e1a34a4e643f1907ea43fe5244ed6ebe081f4a93.zip
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.
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
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