* [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
2025-07-30 14:00 ` [ptxdist] [APPLIED] libcurl: Version bump. " Michael Olbrich
0 siblings, 2 replies; 4+ 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] 4+ 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
2025-07-30 14:00 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-07-30 14:00 ` [ptxdist] [APPLIED] libcurl: Version bump. " Michael Olbrich
1 sibling, 1 reply; 4+ 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] 4+ messages in thread
* Re: [ptxdist] [APPLIED] libcurl: Version 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 ` [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl bump " Christian Melki
@ 2025-07-30 14:00 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2025-07-30 14:00 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as ec76405ed19c7293fa13abaa6d6c0fe0c77ebebe.
Michael
[sent from post-receive hook]
On Wed, 30 Jul 2025 16:00:19 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Mostly bugfixes.
> https://curl.se/changes.html#8_15_0
>
> * Remove deprecated options.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250717092302.187304-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/libcurl.make b/rules/libcurl.make
> index 773ccb38bf14..0d5ec66c3925 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 \
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] host-libcurl: Follow target libcurl bump 8.14.1 -> 8.15.0
2025-07-17 9:23 ` [ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl bump " Christian Melki
@ 2025-07-30 14:00 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2025-07-30 14:00 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 1631c16b43a11c5d4562e0cdda720b71b6496e41.
Michael
[sent from post-receive hook]
On Wed, 30 Jul 2025 16:00:20 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> * Remove deprecated options.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250717092302.187304-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make
> index ad6818721e06..9e8d40de2a51 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 \
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-07-30 14:00 UTC | newest]
Thread overview: 4+ 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
2025-07-30 14:00 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-07-30 14:00 ` [ptxdist] [APPLIED] libcurl: Version bump. " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox