mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] libcurl: Version bump. 8.7.1 -> 8.8.0
@ 2024-05-23 20:12 Christian Melki
  2024-05-23 20:12 ` [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl, remove ntlm-wb Christian Melki
  2024-06-10 19:41 ` [ptxdist] [APPLIED] libcurl: Version bump. 8.7.1 -> 8.8.0 Michael Olbrich
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2024-05-23 20:12 UTC (permalink / raw)
  To: ptxdist

Mostly a bunch of fixes.
https://curl.se/changes.html#8_8_0

* Fix configure for dropped ntlm-wb option.

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

diff --git a/rules/libcurl.make b/rules/libcurl.make
index 455695e25..65c9714b2 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
 #
 # Paths and names
 #
-LIBCURL_VERSION	:= 8.7.1
-LIBCURL_MD5	:= f4f37253c5f1ad9ee85fa6215fdfeb42
+LIBCURL_VERSION	:= 8.8.0
+LIBCURL_MD5	:= e1062de8a9b252a75fc42e2252746bd8
 LIBCURL		:= curl-$(LIBCURL_VERSION)
 LIBCURL_SUFFIX	:= tar.xz
 LIBCURL_URL	:= https://curl.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
@@ -80,7 +80,6 @@ LIBCURL_CONF_OPT	:= \
 	--$(call ptx/endis, PTXCONF_LIBCURL_CRYPTO_AUTH)-negotiate-auth \
 	--$(call ptx/endis, PTXCONF_LIBCURL_CRYPTO_AUTH)-aws \
 	--$(call ptx/endis, PTXCONF_LIBCURL_CRYPTO_AUTH)-ntlm \
-	--disable-ntlm-wb \
 	--enable-tls-srp \
 	--enable-unix-sockets \
 	--$(call ptx/endis, PTXCONF_LIBCURL_COOKIES)-cookies \
-- 
2.34.1




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-10 19:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-23 20:12 [ptxdist] [PATCH 1/2] libcurl: Version bump. 8.7.1 -> 8.8.0 Christian Melki
2024-05-23 20:12 ` [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl, remove ntlm-wb Christian Melki
2024-06-10 19:41   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-06-10 19:41 ` [ptxdist] [APPLIED] libcurl: Version bump. 8.7.1 -> 8.8.0 Michael Olbrich

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