[Git][haskell-team/tools][master] 2 commits: Stop calling curl with --insecure

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Wed Dec 13 10:21:50 GMT 2023



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / tools


Commits:
ab721fe5 by Adrian Bunk at 2023-12-10T19:35:57+02:00
Stop calling curl with --insecure

- - - - -
1f735cca by Ilias Tsitsimpis at 2023-12-13T10:21:46+00:00
Merge branch 'master' into 'master'

Stop calling curl with --insecure

See merge request haskell-team/tools!5
- - - - -


1 changed file:

- binnmus/AcquireFile.hs


Changes:

=====================================
binnmus/AcquireFile.hs
=====================================
@@ -29,8 +29,7 @@ acquireFile url offline = do
                    when (offline && not ex) $ do
                       hPutStrLn stderr $ "Cached file for " ++ url ++ " does not exist, cannot use offline mode."
                       exitFailure
-                   -- --insecure due to curl failing on paradis :-(
-                   let args = [ "-f", "-R" , "--insecure", "-s", "-S", "-L", "-o", savename] ++
+                   let args = [ "-f", "-R" , "-s", "-S", "-L", "-o", savename] ++
                               (if ex then ["-z", savename] else []) ++
                               [ url ]
                    unless offline $ do



View it on GitLab: https://salsa.debian.org/haskell-team/tools/-/compare/91e644b619f8cade3f3a40e7c89c6d3afc10974e...1f735ccaf9b9c75d3cab09cf02b18fbb895475ee

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/tools/-/compare/91e644b619f8cade3f3a40e7c89c6d3afc10974e...1f735ccaf9b9c75d3cab09cf02b18fbb895475ee
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20231213/dec58a69/attachment.htm>


More information about the Pkg-haskell-commits mailing list