build: added curl options missed by previous bumps
Some curl options appear to missed by several previous curl bumps. Here is a list of missed options with curl commits in which they first appeared: BUILD_EXAMPLES - Build libcurl examples. Added in curl 8.8.0 release in commit curl/curl@dfdd978f7c60 ("cmake: add `BUILD_EXAMPLES` option to build examples") USE_ECH - Enables ECH support. Added in curl 8.8.0 release in commit curl/curl@a362962b7289 ("TLS: add support for ECH (Encrypted Client Hello)") USE_HTTPSRR - Enables HTTPS RR support for ECH. Added in curl 8.8.0 release in commit curl/curl@a362962b7289 ("TLS: add support for ECH (Encrypted Client Hello)") BUILD_STATIC_CURL - Builds curl executable with static libcurl. Added in curl 8.3.0 release in commit curl/curl@1199308dbc90 ("cmake: support building static and shared libcurl in one go") CURL_DISABLE_NEGOTIATE_AUTH - Disables negotiate authentication. Added in curl 8.3.0 release in commit curl/curl@e92edfbef644 ("lib: add ability to disable auths individually") CURL_DISABLE_SRP - Disables TLS-SRP support. Added in curl 8.4.0 release in commit curl/curl@781242ffa44a ("cmake: detect TLS-SRP in OpenSSL/wolfSSL/GnuTLS") NO_TEST=does not change tarantool behavior NO_DOC=does not change tarantool behavior (cherry picked from commit 97e3136ddc691f42cf0a5dff27881978b3c25d52)
changelogs/unreleased/libcurl-options-fix.md
0 → 100644
Please register or sign in to comment