Skip to content
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

Relax LibCURL version bounds #6857

Closed
eschnett opened this issue Jun 7, 2023 · 1 comment · Fixed by #7127
Closed

Relax LibCURL version bounds #6857

eschnett opened this issue Jun 7, 2023 · 1 comment · Fixed by #7127

Comments

@eschnett
Copy link
Contributor

eschnett commented Jun 7, 2023

A few packages declare LibCURL dependencies via Dependency("LibCURL_jll"; compat = "7.73.0") or similar. This is too restrictive since there is no actual ABI change between versions 7 and 8 of LibCURL. These bounds should be updated to 7.73.0, 8.0.0 or similar.

@giordano
Copy link
Member

giordano commented Jun 7, 2023

As usual, first of all this should be fixed in the registry

giordano pushed a commit to JuliaRegistries/General that referenced this issue Jul 29, 2023
This addresses JuliaPackaging/Yggdrasil#6857 (comment), which should fix a bunch of packages that are broken on 1.10.

Continuation of #81657 for the rest of the packages.
visr added a commit to visr/Yggdrasil that referenced this issue Jul 29, 2023
giordano pushed a commit that referenced this issue Jul 29, 2023
Fixes #6857.
Already fixed in the registry in JuliaRegistries/General#88557.
[skip build]
[skip ci]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants