From 1536c14b03b67899cf305812c0bd97dfe97dc713 Mon Sep 17 00:00:00 2001 From: Alexander Turenko <alexander.turenko@tarantool.org> Date: Thu, 19 Sep 2019 15:33:23 +0300 Subject: [PATCH] build: update curl submodule to 7.66.0 The submodule was on 7.65.3 version. This update closes two security problems: https://curl.haxx.se/docs/CVE-2019-5482.html https://curl.haxx.se/docs/CVE-2019-5481.html See also curl-7.66.0 release notes: https://curl.haxx.se/changes.html#7_66_0 Fixes #4502. (cherry picked from commit 4c2d1eff29848cc2ed47cd1d3ca23152fed2e3b9) --- third_party/curl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/curl b/third_party/curl index aa73eb47bc..9cd755e1d7 160000 --- a/third_party/curl +++ b/third_party/curl @@ -1 +1 @@ -Subproject commit aa73eb47bc8583070734696b25b34ad54c2c1f5e +Subproject commit 9cd755e1d768bbf228e7c9faf223b7459f7e0105 -- GitLab