From f3f7262171c42f3396add139e9202411a1444559 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 21 Jan 2023 10:07:26 +0000 Subject: Fix curl options to allow it to follow HTTP redirections (mga#31339) 'curl -h' no longer outputs the full list of options, so the test for whether '--location-trusted' is supported always failed. As that option was added to curl in 2003, we can reasonably assume it is available. --- Changes | 1 + 1 file changed, 1 insertion(+) (limited to 'Changes') diff --git a/Changes b/Changes index d7de3aba..23a5d7af 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ - library: o prefer wget to curl as the default downloader (mga#24362) + o fix curl options to allow it to follow HTTP redirections (mga#31339) - cpan_testers: o Skip mirrorlist tests if there's only one broken mirror such as on mga[1-6] - urpmq: -- cgit v1.2.1