mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] libcurl: Version bump. 8.9.1 -> 8.10.0
@ 2024-09-12 19:26 Christian Melki
  2024-09-12 19:26 ` [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl, remove ntlm-wb Christian Melki
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Melki @ 2024-09-12 19:26 UTC (permalink / raw)
  To: ptxdist

Bunch of changes as usual.
https://curl.se/changes.html#8_10_0

The most interesting part is probably the removal of
selection of random file (selected as urandom in ptxdist).
The said scheme in curl is supposed to cover the situation.
Let's hope it works out fine for most situations and things
doesn't hang on low entropy scenarios.

* Pin down a few options.

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

diff --git a/rules/libcurl.make b/rules/libcurl.make
index 59872524e..4e75d0dae 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
 #
 # Paths and names
 #
-LIBCURL_VERSION	:= 8.9.1
-LIBCURL_MD5	:= 5882f056460240d98cdb5b7f86a06153
+LIBCURL_VERSION	:= 8.10.0
+LIBCURL_MD5	:= 00e41b4c316108ac4ca66c2a6d0bf18a
 LIBCURL		:= curl-$(LIBCURL_VERSION)
 LIBCURL_SUFFIX	:= tar.xz
 LIBCURL_URL	:= https://curl.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
@@ -70,6 +70,7 @@ LIBCURL_CONF_OPT	:= \
 	$(GLOBAL_IPV6_OPTION) \
 	--enable-openssl-auto-load-config \
 	--disable-versioned-symbols \
+	--disable-windows-unicode \
 	--$(call ptx/disen, PTXCONF_LIBCURL_C_ARES)-threaded-resolver \
 	--enable-pthreads \
 	--$(call ptx/endis, PTXCONF_LIBCURL_VERBOSE)-verbose \
@@ -93,6 +94,7 @@ LIBCURL_CONF_OPT	:= \
 	--enable-dateparse \
 	--enable-netrc \
 	--enable-progress-meter \
+	--enable-sha512-256 \
 	--disable-dnsshuffle \
 	--enable-get-easy-options \
 	--disable-alt-svc \
@@ -115,7 +117,6 @@ LIBCURL_CONF_OPT	:= \
 	--without-zstd \
 	--without-gssapi \
 	--with-default-ssl-backend=$(PTXCONF_LIBCURL_SSL_DEFAULT_BACKEND) \
-	--with-random=/dev/urandom \
 	--with-ca-bundle=$(PTXCONF_LIBCURL_SSL_CABUNDLE_PATH) \
 	--with-ca-path=$(PTXCONF_LIBCURL_SSL_CAPATH_PATH) \
 	--without-ca-fallback \
@@ -126,6 +127,7 @@ LIBCURL_CONF_OPT	:= \
 	--without-wolfssh \
 	--without-librtmp \
 	--without-winidn \
+	--without-apple-idn \
 	--without-libidn2 \
 	--without-nghttp2 \
 	--without-ngtcp2 \
-- 
2.34.1




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

* [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl, remove ntlm-wb.
  2024-09-12 19:26 [ptxdist] [PATCH 1/2] libcurl: Version bump. 8.9.1 -> 8.10.0 Christian Melki
@ 2024-09-12 19:26 ` Christian Melki
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Melki @ 2024-09-12 19:26 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/host-libcurl.make | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make
index e223573ea..b38667eff 100644
--- a/rules/host-libcurl.make
+++ b/rules/host-libcurl.make
@@ -65,7 +65,6 @@ HOST_LIBCURL_CONF_OPT	:= \
 	--disable-negotiate-auth \
 	--disable-aws \
 	--disable-ntlm \
-	--disable-ntlm-wb \
 	--disable-tls-srp \
 	--enable-unix-sockets \
 	--disable-cookies \
-- 
2.34.1




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

* [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl, remove ntlm-wb.
  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 ` Christian Melki
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Melki @ 2024-05-23 20:12 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/host-libcurl.make | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make
index e223573ea..b38667eff 100644
--- a/rules/host-libcurl.make
+++ b/rules/host-libcurl.make
@@ -65,7 +65,6 @@ HOST_LIBCURL_CONF_OPT	:= \
 	--disable-negotiate-auth \
 	--disable-aws \
 	--disable-ntlm \
-	--disable-ntlm-wb \
 	--disable-tls-srp \
 	--enable-unix-sockets \
 	--disable-cookies \
-- 
2.34.1




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

end of thread, other threads:[~2024-09-12 19:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-12 19:26 [ptxdist] [PATCH 1/2] libcurl: Version bump. 8.9.1 -> 8.10.0 Christian Melki
2024-09-12 19:26 ` [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl, remove ntlm-wb Christian Melki
  -- strict thread matches above, loose matches on Subject: below --
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

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