From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 08 Jun 2021 17:58:31 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lqe7b-0000OY-Ki for lore@lore.pengutronix.de; Tue, 08 Jun 2021 17:58:31 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lqe7b-0000ka-8o; Tue, 08 Jun 2021 17:58:31 +0200 Received: from gallifrey.ext.pengutronix.de ([2001:67c:670:201:5054:ff:fe8d:eefb] helo=[IPv6:::1]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lqe7V-0000kS-TJ for ptxdist@pengutronix.de; Tue, 08 Jun 2021 17:58:25 +0200 To: ptxdist@pengutronix.de References: <20210608155329.14346-1-bst@pengutronix.de> <20210608155329.14346-2-bst@pengutronix.de> From: Bastian Krause Message-ID: <3b2a3d9c-f23f-828b-6344-76b4a1380024@pengutronix.de> Date: Tue, 8 Jun 2021 17:58:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0 MIME-Version: 1.0 In-Reply-To: <20210608155329.14346-2-bst@pengutronix.de> Content-Language: en-US Subject: Re: [ptxdist] [PATCH 2/2] libcurl: version bump 7.72.0 -> 7.77.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On 6/8/21 5:53 PM, Bastian Krause wrote: > Signed-off-by: Bastian Krause > --- > rules/libcurl.make | 31 +++++++++++++++++++------------ > 1 file changed, 19 insertions(+), 12 deletions(-) > > diff --git a/rules/libcurl.make b/rules/libcurl.make > index 7a915dce3..2e68e51ea 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 \ For the record: the help text advertises this as --enable-get-easy-options (with plural s), but the configure option is acutally --enable-get-easy-option (without plural s). I've opened a PR to fix this: https://github.com/curl/curl/pull/7213 For now, just use --enable-get-easy-option. Regards, Bastian > --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 > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de