mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Bastian Krause <bst@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] libcurl: version bump 7.72.0 -> 7.77.0
Date: Wed, 16 Jun 2021 12:35:52 +0200	[thread overview]
Message-ID: <20210616103552.2000898-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20210608155329.14346-2-bst@pengutronix.de>

Thanks, applied as 1f869e97196fc76065a316a7b13a08482a0c9a37.

Michael

[sent from post-receive hook]

On Wed, 16 Jun 2021 12:35:51 +0200, Bastian Krause <bst@pengutronix.de> wrote:
> Signed-off-by: Bastian Krause <bst@pengutronix.de>
> Message-Id: <20210608155329.14346-2-bst@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libcurl.make b/rules/libcurl.make
> index 7a915dce32f7..2e68e51ea930 100644
> --- a/rules/libcurl.make
> +++ b/rules/libcurl.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
>  #
>  # Paths and names
>  #
> -LIBCURL_VERSION	:= 7.72.0
> -LIBCURL_MD5	:= 84c557176d185661655b00c17f150fc7
> +LIBCURL_VERSION	:= 7.77.0
> +LIBCURL_MD5	:= 045d28029679dabb6b20a814934671ad
>  LIBCURL		:= curl-$(LIBCURL_VERSION)
>  LIBCURL_SUFFIX	:= tar.bz2
>  LIBCURL_URL	:= https://curl.haxx.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
> @@ -43,7 +43,7 @@ LIBCURL_CONF_OPT	:= \
>  	--enable-hidden-symbols \
>  	--$(call ptx/endis, PTXCONF_LIBCURL_C_ARES)-ares \
>  	--enable-rt \
> -	--disable-esni \
> +	--disable-ech \
>  	--disable-code-coverage \
>  	$(GLOBAL_LARGE_FILE_OPTION) \
>  	--$(call ptx/endis, PTXCONF_LIBCURL_HTTP)-http \
> @@ -77,6 +77,7 @@ LIBCURL_CONF_OPT	:= \
>  	--enable-tls-srp \
>  	--enable-unix-sockets \
>  	--$(call ptx/endis, PTXCONF_LIBCURL_COOKIES)-cookies \
> +	--enable-socketpair \
>  	--$(call ptx/endis, PTXCONF_LIBCURL_HTTP)-http-auth \
>  	--disable-doh \
>  	--disable-mime \
> @@ -84,29 +85,31 @@ LIBCURL_CONF_OPT	:= \
>  	--enable-netrc \
>  	--enable-progress-meter \
>  	--disable-dnsshuffle \
> +	--enable-get-easy-option \
>  	--disable-alt-svc \
> -	--with-zlib=$(SYSROOT) \
> -	--without-brotli \
> -	--without-zstd \
> -	--without-gssapi \
> -	--with-default-ssl-backend=$(PTXCONF_LIBCURL_SSL_DEFAULT_BACKEND) \
> -	--without-winssl \
> +	--enable-hsts \
>  	--without-schannel \
> -	--without-darwinssl \
>  	--without-secure-transport \
>  	--without-amissl \
> -	--with-ssl=$(call ptx/ifdef, PTXCONF_LIBCURL_SSL_OPENSSL,$(SYSROOT)/usr,no) \
> -	--with-random=/dev/urandom \
> +	--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-mesalink \
>  	--without-bearssl \
> +	--without-rustls \
>  	--without-nss \
> +	--with-zlib=$(SYSROOT) \
> +	--without-brotli \
> +	--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 \
>  	--without-libpsl \
> +	--without-libgsasl \
>  	--without-libmetalink \
>  	--$(call ptx/wwo, PTXCONF_LIBCURL_LIBSSH2)-libssh2 \
>  	--without-libssh \
> @@ -115,6 +118,10 @@ LIBCURL_CONF_OPT	:= \
>  	--without-winidn \
>  	--without-libidn2 \
>  	--without-nghttp2 \
> +	--without-ngtcp2 \
> +	--without-nghttp3 \
> +	--without-quiche \
> +	--without-hyper \
>  	--without-zsh-functions-dir \
>  	--without-fish-functions-dir
>  

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


  parent reply	other threads:[~2021-06-16 10:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-08 15:53 [ptxdist] [PATCH 1/2] libcurl: allow choice between OpenSSL and GnuTLS backend Bastian Krause
2021-06-08 15:53 ` [ptxdist] [PATCH 2/2] libcurl: version bump 7.72.0 -> 7.77.0 Bastian Krause
2021-06-08 15:58   ` Bastian Krause
2021-06-16 10:35   ` Michael Olbrich [this message]
2021-06-08 16:31 ` [ptxdist] [PATCH 1/2] libcurl: allow choice between OpenSSL and GnuTLS backend Roland Hieber
2021-06-08 16:37   ` Bastian Krause
2021-06-16 10:35 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210616103552.2000898-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=bst@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox