From 369bbfeb9bea868cc717c96c00eb1411b071b57c Mon Sep 17 00:00:00 2001 From: Bruno Thomsen Date: Mon, 13 Jul 2015 13:22:08 +0200 Subject: libcurl: version bump 7.38.0 -> 7.43.0 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 Signed-off-by: Michael Olbrich --- rules/libcurl.make | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'rules/libcurl.make') diff --git a/rules/libcurl.make b/rules/libcurl.make index 822c58436..2a2f7f9b0 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 \ -- cgit v1.2.3