A new minor mostly bugfixes.
https://curl.se/changes.html#8_2_0

Including plugging one CVE.
https://curl.se/docs/vuln-8.1.2.html
CVE-2023-32001 - fopen race condition

Signed-off-by: Christian Melki <christian.me...@t2data.com>
---
 rules/libcurl.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/libcurl.make b/rules/libcurl.make
index 6d36dc6c7..f28ed43a1 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
 #
 # Paths and names
 #
-LIBCURL_VERSION        := 8.1.2
-LIBCURL_MD5    := 1f7f6678b1342ad78f30e1dedd015fe2
+LIBCURL_VERSION        := 8.2.0
+LIBCURL_MD5    := 79209ce29a6ae6f28e1bc0a7e38735b9
 LIBCURL                := curl-$(LIBCURL_VERSION)
 LIBCURL_SUFFIX := tar.xz
 LIBCURL_URL    := https://curl.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
-- 
2.34.1


Reply via email to