From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 16 Jun 2021 12:39:19 +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 1ltSx5-0005aC-0n for lore@lore.pengutronix.de; Wed, 16 Jun 2021 12:39:19 +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 1ltSx4-0002hL-MK; Wed, 16 Jun 2021 12:39:18 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ltStl-0007qo-Fe; Wed, 16 Jun 2021 12:35:53 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ltStk-00022M-Ln; Wed, 16 Jun 2021 12:35:52 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1ltStk-008OY4-IS; Wed, 16 Jun 2021 12:35:52 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 16 Jun 2021 12:35:52 +0200 Message-Id: <20210616103552.2000898-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210608155329.14346-2-bst@pengutronix.de> References: <20210608155329.14346-2-bst@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] 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 Cc: Bastian Krause 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 Thanks, applied as 1f869e97196fc76065a316a7b13a08482a0c9a37. Michael [sent from post-receive hook] On Wed, 16 Jun 2021 12:35:51 +0200, Bastian Krause wrote: > Signed-off-by: Bastian Krause > Message-Id: <20210608155329.14346-2-bst@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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