-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[curl] Use find_package c-ares provided by vcpkg #29350
[curl] Use find_package c-ares provided by vcpkg #29350
Conversation
@@ -1,6 +1,7 @@ | |||
{ | |||
"name": "curl", | |||
"version": "7.87.0", | |||
"port-version": 1, | |||
"description": "A library for transferring data with URLs", | |||
"homepage": "https://curl.se/", | |||
"license": null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[No change requested.] Why does it have "license": null
? I think the valid SPDX identifier would be "license": "CURL"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because not all files in CURL are under CURL license. Maybe it is improving.
Cf. https://tracker.debian.org/media/packages/c/curl/copyright-7.87.0-2
Thanks! |
Fixes #29286
curl
use itsFindCARES.cmake
to findc-ares
, it missingiphlpapi.lib
will cause the following error:The related upstream issue: curl/curl#8068. Use
find_package c-ares
provided by vcpkg to fix this issue.SHA512s are updated for each updated downloadThe "supports" clause reflects platforms that may be fixed by this new versionAny fixed CI baseline entries are removed from that file.Any patches that are no longer applied are deleted from the port's directory../vcpkg x-add-version --all
and committing the result.