-
Notifications
You must be signed in to change notification settings - Fork 186
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
Update curl to 7.74.0, libssh2 to 1.9.0, libs3 to match. #336
Conversation
cmake/configs/default.cmake
Outdated
@@ -46,7 +46,7 @@ hunter_default_version(BoringSSL VERSION 0.0.0-0f5ecd3a8-p0) | |||
hunter_default_version(Box2D VERSION 2.3.1-p0) | |||
hunter_default_version(CLAPACK VERSION 3.2.1) | |||
hunter_default_version(CLI11 VERSION 1.8.0) | |||
hunter_default_version(CURL VERSION 7.60.0-p2) | |||
hunter_default_version(CURL VERSION 7.74.0-p0) |
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.
These versions don't exist yet - please add them to the hunter.cmake
files for each project.
@ned14 Looks like curl and s3 failed all tests - can you check on them? |
2cb4875
to
8155b4d
Compare
42da327
to
503785c
Compare
@ned14 Can you restore the libs3 change and I will merge. Thanks! |
@ned14 Merged and released: https://github.com/cpp-pm/curl/releases/tag/v7.74.0-p1 |
I've followed this guide
step by step carefully. Yes
I've checked this Git style guide. Yes
I've checked this CMake style guide. Yes
My change will work with CMake 3.2 (minimum requirement for Hunter). Yes
I will try to keep this pull request as small as possible and will try not to mix unrelated features. Yes
Note that some of the build matrix has been disabled, as upstream OpenSSL dependency doesn't work with them.