From df55dced4b4980a8c6746acb2e02b80850d8613e Mon Sep 17 00:00:00 2001 From: Robert Joslyn Date: Sun, 30 Oct 2022 20:06:26 -0700 Subject: [PATCH] curl: Update 7.85.0 to 7.86.0 Feature and security update. Fixes the following CVEs: - CVE-2022-32221 - CVE-2022-35260 - CVE-2022-42915 - CVE-2022-42916 Release notes: https://curl.se/changes.html#7_86_0 Signed-off-by: Robert Joslyn Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-support/curl/{curl_7.85.0.bb => curl_7.86.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/curl/{curl_7.85.0.bb => curl_7.86.0.bb} (98%) diff --git a/meta/recipes-support/curl/curl_7.85.0.bb b/meta/recipes-support/curl/curl_7.86.0.bb similarity index 98% rename from meta/recipes-support/curl/curl_7.85.0.bb rename to meta/recipes-support/curl/curl_7.86.0.bb index ad6a5175bc9..ec8ce9fd28a 100644 --- a/meta/recipes-support/curl/curl_7.85.0.bb +++ b/meta/recipes-support/curl/curl_7.86.0.bb @@ -14,7 +14,7 @@ SRC_URI = " \ file://run-ptest \ file://disable-tests \ " -SRC_URI[sha256sum] = "88b54a6d4b9a48cb4d873c7056dcba997ddd5b7be5a2d537a4acb55c20b04be6" +SRC_URI[sha256sum] = "2d61116e5f485581f6d59865377df4463f2e788677ac43222b496d4e49fb627b" # Curl has used many names over the years... CVE_PRODUCT = "haxx:curl haxx:libcurl curl:curl curl:libcurl libcurl:libcurl daniel_stenberg:curl" -- 2.47.3