From 343c5d1eaa1b484707c42c3b40f3d960351505f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 7 Nov 2022 12:16:41 +0900
Subject: [PATCH] component/curl: version up 7.86.0

bring fixes for about 20 CVE
---
 component/curl/buildout.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/component/curl/buildout.cfg b/component/curl/buildout.cfg
index 375a4f9bc..98df3f050 100644
--- a/component/curl/buildout.cfg
+++ b/component/curl/buildout.cfg
@@ -1,5 +1,5 @@
 # libcurl - the multiprotocol file transfer library
-# http://curl.haxx.se/
+# https://curl.se/
 
 [buildout]
 extends =
@@ -17,8 +17,8 @@ parts =
 [curl]
 recipe = slapos.recipe.cmmi
 shared = true
-url = http://curl.haxx.se/download/curl-7.79.1.tar.xz
-md5sum = 74d3c4ca8aaa6c0619806d6e246e65fb
+url = https://curl.se/download/curl-7.86.0.tar.xz
+md5sum = 19a2165f37941a6f412afc924e750568
 configure-options =
   --disable-static
   --disable-ech
-- 
2.30.9