commit d6d46011bca383614ecb006ed5e30413889f9026 from: Sergey Bronnikov date: Fri Oct 20 08:38:12 2023 UTC third_party: update libcurl from 8.3.0 to 8.4.0 The patch updates curl module to the version 8.4.0 [1] that brings a number of functional fixes and security fix of SOCKS5 heap buffer overflow (CVE-2023-38545), see description in [2] and commit fb4415d8aee6 ("socks: return error if hostname too long for remote resolve") in [3]. 1. https://curl.se/changes.html#8_4_0 2. https://curl.se/docs/CVE-2023-38545.html 3. https://github.com/curl/curl/commit/fb4415d8aee6c1045be932a34fe6107c2f5ed147 NO_DOC=libcurl submodule bump NO_TEST=libcurl submodule bump (cherry picked from commit 0ea1ba877b8e62e0acb558b55623d93bf58a0e1f) commit - e72eaa8a4868167d49984c74a1cb884ba3887e7a commit + d6d46011bca383614ecb006ed5e30413889f9026 blob - /dev/null blob + 578a55683e18681f3c553251ee0effc77e1f0b60 (mode 644) --- /dev/null +++ changelogs/unreleased/bump-libcurl-to-8.4.0.md @@ -0,0 +1,3 @@ +## bugfix/build + +* Updated libcurl to version 8.4.0.