From 7192bf66791748a4d399322378d23b1abfa477aa Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov <sergeyb@tarantool.org> Date: Tue, 18 Jun 2024 16:01:46 +0300 Subject: [PATCH] third_party: update libcurl from 8.7.0 to 8.8.0+patches The patch updates curl module to the version 8.8.0 [1] plus a number of commits in a range curl-8_8_0..30de937bda0f because it includes a fix for a regression [2] caught on the previous bump. The new version brings a number of functional fixes. Previous changelog entry has been removed because duplicate entries about bumps in release changelog confuses end users. Closes #9612 1. https://curl.se/changes.html#8_8_0 2. https://github.com/curl/curl/issues/13740 NO_DOC=libcurl submodule bump NO_TEST=libcurl submodule bump --- changelogs/unreleased/bump-libcurl-to-8.7.0.md | 3 --- changelogs/unreleased/bump-libcurl-to-8.8.0.md | 3 +++ third_party/curl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 changelogs/unreleased/bump-libcurl-to-8.7.0.md create mode 100644 changelogs/unreleased/bump-libcurl-to-8.8.0.md diff --git a/changelogs/unreleased/bump-libcurl-to-8.7.0.md b/changelogs/unreleased/bump-libcurl-to-8.7.0.md deleted file mode 100644 index 878a567091..0000000000 --- a/changelogs/unreleased/bump-libcurl-to-8.7.0.md +++ /dev/null @@ -1,3 +0,0 @@ -## bugfix/build - -* Updated libcurl to version 8.7.0. diff --git a/changelogs/unreleased/bump-libcurl-to-8.8.0.md b/changelogs/unreleased/bump-libcurl-to-8.8.0.md new file mode 100644 index 0000000000..ada12e2fc0 --- /dev/null +++ b/changelogs/unreleased/bump-libcurl-to-8.8.0.md @@ -0,0 +1,3 @@ +## bugfix/build + +* Updated libcurl to version 8.8.0. diff --git a/third_party/curl b/third_party/curl index de7b3e8921..30de937bda 160000 --- a/third_party/curl +++ b/third_party/curl @@ -1 +1 @@ -Subproject commit de7b3e89218467159a7af72d58cea8425946e97d +Subproject commit 30de937bda0f65d47059d579f8a21e48ad721e28 -- GitLab