From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 08 Jun 2021 17:54:12 +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 1lqe3Q-0000Lp-Jg for lore@lore.pengutronix.de; Tue, 08 Jun 2021 17:54:12 +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 1lqe3Q-0008BY-5r; Tue, 08 Jun 2021 17:54:12 +0200 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7] helo=dude.pengutronix.de.) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1lqe2l-0008BF-6H; Tue, 08 Jun 2021 17:53:31 +0200 From: Bastian Krause To: ptxdist@pengutronix.de Date: Tue, 8 Jun 2021 17:53:29 +0200 Message-Id: <20210608155329.14346-2-bst@pengutronix.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210608155329.14346-1-bst@pengutronix.de> References: <20210608155329.14346-1-bst@pengutronix.de> MIME-Version: 1.0 Subject: [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 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 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 \ --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 -- 2.29.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de