Skip to content
Snippets Groups Projects
Commit 09f4eca1 authored by Sergey Bronnikov's avatar Sergey Bronnikov Committed by Alexander Turenko
Browse files

third_party: update libcurl from 7.84.0 to 7.87.0

Changelog: https://curl.se/changes.html#7_87_0

New release contains fixes for 7 security problems [1]:

https://curl.se/docs/CVE-2022-35252.html
https://curl.se/docs/CVE-2022-32221.html
https://curl.se/docs/CVE-2022-35260.html
https://curl.se/docs/CVE-2022-42915.html
https://curl.se/docs/CVE-2022-42916.html
https://curl.se/docs/CVE-2022-43551.html
https://curl.se/docs/CVE-2022-43552.html

Patch adds a new option ENABLE_WEBSOCKETS defined in curl build
infrastructure with it's default value used in 7.87.0.

1. https://curl.se/docs/releases.html

NO_DOC=libcurl submodule bump
NO_TEST=libcurl submodule bump

Closes #8150
parent 7003272d
No related branches found
No related tags found
No related merge requests found
## feature/build
* Updated libcurl to version 7.87.0 (gh-8150).
......@@ -187,6 +187,7 @@ macro(curl_build)
list(APPEND LIBCURL_CMAKE_FLAGS "-DENABLE_CURLDEBUG=OFF")
list(APPEND LIBCURL_CMAKE_FLAGS "-DENABLE_DEBUG=OFF")
list(APPEND LIBCURL_CMAKE_FLAGS "-DUSE_MSH3=OFF")
list(APPEND LIBCURL_CMAKE_FLAGS "-DENABLE_WEBSOCKETS=OFF")
# We need PIC at least to enable build for Fedora on
# ARM64 CPU. Without it configuration with Fedora
......
Subproject commit 45ac4d019475df03562fe0ac54eb67e1d1de0ca7
Subproject commit c12fb3ddaf48e709a7a4deaa55ec485e4df163ee
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment