mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] libcurl: Version bump. 8.14.1 -> 8.15.0
@ 2025-07-17  9:23 Christian Melki
  2025-07-17  9:23 ` [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl bump " Christian Melki
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-07-17  9:23 UTC (permalink / raw)
  To: ptxdist

Mostly bugfixes.
https://curl.se/changes.html#8_15_0

* Remove deprecated options.

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

diff --git a/rules/libcurl.make b/rules/libcurl.make
index 773ccb38b..0d5ec66c3 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
 #
 # Paths and names
 #
-LIBCURL_VERSION	:= 8.14.1
-LIBCURL_MD5	:= cba9ea54bccefed639a529b1b5b17405
+LIBCURL_VERSION	:= 8.15.0
+LIBCURL_MD5	:= b8872bb6cc5d18d03bea8ff5090b2b81
 LIBCURL		:= curl-$(LIBCURL_VERSION)
 LIBCURL_SUFFIX	:= tar.xz
 LIBCURL_URL	:= https://curl.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
@@ -48,7 +48,6 @@ LIBCURL_CONF_OPT	:= \
 	--disable-code-coverage \
 	$(GLOBAL_LARGE_FILE_OPTION) \
 	--disable-unity \
-	--disable-test-bundles \
 	--$(call ptx/endis, PTXCONF_LIBCURL_HTTP)-http \
 	--$(call ptx/endis, PTXCONF_LIBCURL_FTP)-ftp \
 	--$(call ptx/endis, PTXCONF_LIBCURL_FILE)-file \
@@ -104,14 +103,12 @@ LIBCURL_CONF_OPT	:= \
 	--enable-hsts \
 	--disable-websockets \
 	--without-schannel \
-	--without-secure-transport \
 	--without-amissl \
 	--$(call ptx/wwo,PTXCONF_LIBCURL_SSL)-ssl \
 	--with-openssl=$(call ptx/ifdef, PTXCONF_LIBCURL_SSL_OPENSSL,$(SYSROOT)/usr,no) \
 	--with-gnutls=$(call ptx/ifdef, PTXCONF_LIBCURL_SSL_GNUTLS,$(SYSROOT)/usr,no) \
 	--without-mbedtls \
 	--without-wolfssl \
-	--without-bearssl \
 	--without-rustls \
 	--with-zlib=$(SYSROOT) \
 	--without-brotli \
-- 
2.34.1




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

* [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl bump 8.14.1 -> 8.15.0
  2025-07-17  9:23 [ptxdist] [PATCH 1/2] libcurl: Version bump. 8.14.1 -> 8.15.0 Christian Melki
@ 2025-07-17  9:23 ` Christian Melki
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Melki @ 2025-07-17  9:23 UTC (permalink / raw)
  To: ptxdist

* Remove deprecated options.

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

diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make
index ad6818721..9e8d40de2 100644
--- a/rules/host-libcurl.make
+++ b/rules/host-libcurl.make
@@ -32,7 +32,6 @@ HOST_LIBCURL_CONF_OPT	:= \
 	--disable-ech \
 	--disable-code-coverage \
 	--disable-unity \
-	--disable-test-bundles \
 	--enable-http \
 	--disable-ftp \
 	--disable-file \
@@ -88,14 +87,12 @@ HOST_LIBCURL_CONF_OPT	:= \
 	--enable-hsts \
 	--disable-websockets \
 	--without-schannel \
-	--without-secure-transport \
 	--without-amissl \
 	--with-ssl \
 	--with-openssl=$(PTXDIST_SYSROOT_HOST) \
 	--without-gnutls \
 	--without-mbedtls \
 	--without-wolfssl \
-	--without-bearssl \
 	--without-rustls \
 	--without-zlib \
 	--without-brotli \
-- 
2.34.1




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

end of thread, other threads:[~2025-07-17  9:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-17  9:23 [ptxdist] [PATCH 1/2] libcurl: Version bump. 8.14.1 -> 8.15.0 Christian Melki
2025-07-17  9:23 ` [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl bump " Christian Melki

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