mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libcurl: Version bump. 8.0.1 -> 8.1.0
@ 2023-05-18 18:35 Christian Melki
  0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2023-05-18 18:35 UTC (permalink / raw)
  To: ptxdist

A slew of changes, mostly bugfixes.
https://curl.se/changes.html#8_1_0

Including plugging four CVE:s.
https://curl.se/docs/vuln-8.0.1.html
CVE-2023-28319 - UAF in SSH sha256 fingerprint check
CVE-2023-28320 - siglongjmp race condition
CVE-2023-28321 - IDN wildcard match
CVE-2023-28322 - more POST-after-PUT confusion

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

diff --git a/rules/libcurl.make b/rules/libcurl.make
index 76dc732b5..72f80e365 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
 #
 # Paths and names
 #
-LIBCURL_VERSION	:= 8.0.1
-LIBCURL_MD5	:= f6c2fdeb30ad30234378a56c28350845
+LIBCURL_VERSION	:= 8.1.0
+LIBCURL_MD5	:= 229e070c0e3f05ad654a1cf11e0619b7
 LIBCURL		:= curl-$(LIBCURL_VERSION)
 LIBCURL_SUFFIX	:= tar.xz
 LIBCURL_URL	:= https://curl.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
-- 
2.34.1




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-18 18:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-18 18:35 [ptxdist] [PATCH] libcurl: Version bump. 8.0.1 -> 8.1.0 Christian Melki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox