mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [ptxdist] [PATCH] libcurl: version bump 7.64.0 -> 7.66.0
Date: Wed, 11 Sep 2019 17:22:48 +0200	[thread overview]
Message-ID: <20190911152248.11884-1-rhi@pengutronix.de> (raw)

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

                 reply	other threads:[~2019-09-11 15:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20190911152248.11884-1-rhi@pengutronix.de \
    --to=rhi@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