From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Wed, 11 Sep 2019 17:22:48 +0200 Message-Id: <20190911152248.11884-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] libcurl: version bump 7.64.0 -> 7.66.0 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 Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber Pin down all loose configure options, except for those --with-* options that don't understand a --without-*. Note that --disable-dateparse is currently broken [1], so keep it enabled. [2]: https://github.com/curl/curl/issues/4325 --- rules/libcurl.make | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/rules/libcurl.make b/rules/libcurl.make index cb8479462aa4..e42cabe36ef1 100644 --- a/rules/libcurl.make +++ b/rules/libcurl.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl # # Paths and names # -LIBCURL_VERSION := 7.64.0 -LIBCURL_MD5 := d0bcc586873cfef08b4b9594e5395a33 +LIBCURL_VERSION := 7.66.0 +LIBCURL_MD5 := c238aa394e3aa47ca4fcb0491774149f LIBCURL := curl-$(LIBCURL_VERSION) LIBCURL_SUFFIX := tar.bz2 LIBCURL_URL := https://curl.haxx.se/download/$(LIBCURL).$(LIBCURL_SUFFIX) @@ -40,8 +40,10 @@ LIBCURL_CONF_OPT := \ --disable-werror \ --disable-curldebug \ --enable-symbol-hiding \ + --enable-hidden-symbols \ --$(call ptx/endis, PTXCONF_LIBCURL_C_ARES)-ares \ --enable-rt \ + --disable-code-coverage \ $(GLOBAL_LARGE_FILE_OPTION) \ --$(call ptx/endis, PTXCONF_LIBCURL_HTTP)-http \ --$(call ptx/endis, PTXCONF_LIBCURL_FTP)-ftp \ @@ -73,14 +75,30 @@ LIBCURL_CONF_OPT := \ --enable-tls-srp \ --enable-unix-sockets \ --$(call ptx/endis, PTXCONF_LIBCURL_COOKIES)-cookies \ + --$(call ptx/endis, PTXCONF_LIBCURL_HTTP)-http-auth \ + --disable-doh \ + --disable-mime \ + --enable-dateparse \ + --enable-netrc \ + --enable-progress-meter \ + --disable-dnsshuffle \ + --disable-alt-svc \ --with-zlib=$(SYSROOT) \ + --without-brotli \ --without-gssapi \ + --with-default-ssl-backend=$(call ptx/ifdef, PTXCONF_LIBCURL_SSL,ssl,no) \ + --without-winssl \ + --without-schannel \ + --without-darwinssl \ + --without-secure-transport \ + --without-amissl \ --with-ssl=$(call ptx/ifdef, PTXCONF_LIBCURL_SSL,$(SYSROOT)/usr,no) \ --with-random=/dev/urandom \ --without-gnutls \ - --without-polarssl \ --without-mbedtls \ --without-cyassl \ + --without-wolfssl \ + --without-mesalink \ --without-nss \ --with-ca-bundle=$(PTXCONF_LIBCURL_SSL_CABUNDLE_PATH) \ --with-ca-path=$(PTXCONF_LIBCURL_SSL_CAPATH_PATH) \ @@ -88,9 +106,13 @@ LIBCURL_CONF_OPT := \ --without-libpsl \ --without-libmetalink \ --$(call ptx/wwo, PTXCONF_LIBCURL_LIBSSH2)-libssh2 \ + --without-libssh \ --without-librtmp \ + --without-winidn \ --without-libidn2 \ - --without-nghttp2 + --without-nghttp2 \ + --without-zsh-functions-dir \ + --without-fish-functions-dir # ---------------------------------------------------------------------------- # Target-Install -- 2.23.0 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de