-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[security] Please upgrade to curl 7.78 #106
Comments
That should happen automatically if you update LibCURL_jll here: https://github.com/JuliaPackaging/Yggdrasil/blob/master/L/LibCURL/build_tarballs.jl |
Thanks, I've proposed the change. As a secondary question, do you know how I can specify
|
Pkg doesn't understand the build number. You should be able to leave it off (e.g. |
The problem is that the latest build is "7.73.0+6" which does not work with julia 1.5, so I get unsatisfiable dependencies. |
Essh, that's definitely not great.
I did a little digging and found JuliaLang/Pkg.jl#1568 which is the issue for supporting build numbers in Pkg. The work around seems to be using the commit SHA. So a workaround for you would be:
That's the short commit SHA for LibCURL_jll v7.73.0+2 |
Thanks. I was able to install it with the SHA, but then I get this:
Perhaps something has to be rebuilt, but not sure what. |
Due to security issues in prior versions of curl, it is recommended to upgrade the dependency to curl 7.78.0
The text was updated successfully, but these errors were encountered: