third_party: update libcurl from 7.87.0 to 8.3.0#9133
Merged
kyukhin merged 1 commit intotarantool:masterfrom Sep 14, 2023
Merged
third_party: update libcurl from 7.87.0 to 8.3.0#9133kyukhin merged 1 commit intotarantool:masterfrom
kyukhin merged 1 commit intotarantool:masterfrom
Conversation
66d05ed to
7d710df
Compare
Totktonada
reviewed
Sep 13, 2023
Totktonada
approved these changes
Sep 13, 2023
Contributor
Totktonada
left a comment
There was a problem hiding this comment.
No objections from my side. Thank you!
The patch updates curl module to the version 8.3.0 [1] and updates a CMake module for building curl library. Changes in CMake module: - Option `CURL_STATICLIB` is gone and replaced with `BUILD_STATIC_LIBS`. - Option `CURL_USE_GNUTLS` was added and disabled by default. - NSS library support was removed and option `CURL_USE_NSS` has been removed as well. - Option `CMAKE_UNITY_BUILD` was added and disabled by default. - Option `CURL_DISABLE_FORM_API` was added and disabled by default. It is in fact depends on `CURL_DISABLE_MIME`, but anyway disabled explicitly. Changelog: https://curl.se/changes.html#8_3_0 1. https://github.com/curl/curl/releases/tag/curl-8_3_0 NO_DOC=libcurl submodule bump NO_TEST=libcurl submodule bump Fixes tarantool#9086
7d710df to
1d2aaf7
Compare
xuniq
approved these changes
Sep 14, 2023
kyukhin
approved these changes
Sep 14, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The patch updates curl module to the version 8.3.0 [1] and updates a CMake module for building curl library.
Changes in CMake module:
CURL_STATICLIBis gone and replaced withBUILD_STATIC_LIBS.CURL_USE_GNUTLSwas added and disabled by default.CURL_USE_NSShas been removed as well.CMAKE_UNITY_BUILDwas added and disabled by default.CURL_DISABLE_FORM_APIwas added and disabled by default. It is in fact depends onCURL_DISABLE_MIME, but anyway disabled explicitly.Changelog: https://curl.se/changes.html#8_3_0
NO_DOC=libcurl submodule bump
NO_TEST=libcurl submodule bump
Fixes #9086
Follows up tarantool/etcd-client#62