From: Bruno Thomsen <bth@kamstrup.com>
To: ptxdist@pengutronix.de
Cc: bth@kamstrup.com
Subject: [ptxdist] [PATCH] libcurl: version bump 7.38.0 -> 7.43.0
Date: Mon, 13 Jul 2015 13:22:08 +0200 [thread overview]
Message-ID: <1436786528-17485-1-git-send-email-bth@kamstrup.com> (raw)
Changed archive type from tar.gz to tar.bz2.
Changed download URL from http to https (official release @ github).
Added missing configure options.
Disabled: rtsp, pop3, imap, smb, smtp, gopher, ntlm-wb, proxy.
Without: winssl, darwinssl, winidn, polarssl, librtmp.
http2 support is disabled but kconfig option should be added when
required nghttp2 lib is added as package.
Signed-off-by: Bruno Thomsen <bth@kamstrup.com>
---
rules/libcurl.make | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/rules/libcurl.make b/rules/libcurl.make
index 822c584..2a2f7f9 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -17,11 +17,11 @@ PACKAGES-$(PTXCONF_LIBCURL) += libcurl
#
# Paths and names
#
-LIBCURL_VERSION := 7.38.0
-LIBCURL_MD5 := b6e3ea55bb718f2270489581efa50a8a
+LIBCURL_VERSION := 7.43.0
+LIBCURL_MD5 := 11bddbb452a8b766b932f859aaeeed39
LIBCURL := curl-$(LIBCURL_VERSION)
-LIBCURL_SUFFIX := tar.gz
-LIBCURL_URL := http://curl.haxx.se/download/$(LIBCURL).$(LIBCURL_SUFFIX)
+LIBCURL_SUFFIX := tar.bz2
+LIBCURL_URL := https://github.com/bagder/curl/releases/download/curl-7_43_0/$(LIBCURL).$(LIBCURL_SUFFIX)
LIBCURL_SOURCE := $(SRCDIR)/$(LIBCURL).$(LIBCURL_SUFFIX)
LIBCURL_DIR := $(BUILDDIR)/$(LIBCURL)
LIBCURL_LICENSE := MIT
@@ -44,29 +44,43 @@ LIBCURL_AUTOCONF := \
\
--disable-ldap \
--disable-ldaps \
+ --disable-rtsp \
--disable-dict \
--disable-telnet \
+ --disable-pop3 \
+ --disable-imap \
+ --disable-smb \
+ --disable-smtp \
+ --disable-gopher \
--disable-manual \
\
--disable-ares \
--disable-sspi \
+ --disable-ntlm-wb \
--disable-debug \
--disable-verbose \
\
--enable-thread \
--enable-nonblocking\
--enable-hidden-symbols \
+ --enable-proxy \
\
--without-krb4 \
--without-spnego \
--without-gssapi \
+ --without-winssl \
+ --without-darwinssl \
--without-gnutls \
--without-nss \
+ --without-winidn \
--without-libidn \
--without-axtls \
+ --without-polarssl \
--without-cyassl \
+ --without-librtmp \
\
--$(call ptx/endis, PTXCONF_LIBCURL_HTTP)-http \
+ --disable-nghttp2 \
--$(call ptx/endis, PTXCONF_LIBCURL_COOKIES)-cookies \
--$(call ptx/endis, PTXCONF_LIBCURL_FTP)-ftp \
--$(call ptx/endis, PTXCONF_LIBCURL_TFTP)-tftp \
--
2.1.4
--
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2015-07-13 9:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-13 11:22 Bruno Thomsen [this message]
2015-07-17 8:25 ` Michael Olbrich
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=1436786528-17485-1-git-send-email-bth@kamstrup.com \
--to=bth@kamstrup.com \
--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