commit: ec08b97d1dd33cd9bcef4a6372976ac42edaa1dd
parent 2ed42988456b2db8fc21618aaea36a367df4484c
Author: Michael Forney <mforney@mforney.org>
Date: Sat, 2 Dec 2017 19:56:47 -0800
curl: Update to 7.57.0
Diffstat:
6 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore
@@ -1,2 +1,2 @@
-/curl-7.56.1.tar.gz
+/curl-7.57.0.tar.gz
/src
diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h
@@ -42,6 +42,8 @@
#define HAVE_BASENAME 1
#define HAVE_BOOL_T 1
/* #undef HAVE_BORINGSSL */
+/* #undef HAVE_BROTLI */
+/* #undef HAVE_BROTLI_DECODE_H */
/* #undef HAVE_BUILTIN_AVAILABLE */
#define HAVE_CLOCK_GETTIME_MONOTONIC 1
/* #undef HAVE_CLOSESOCKET */
@@ -128,6 +130,7 @@
#define HAVE_LDAP_SSL 1
/* #undef HAVE_LDAP_SSL_H */
/* #undef HAVE_LDAP_URL_PARSE */
+/* #undef HAVE_LIBBROTLIDEC */
#define HAVE_LIBGEN_H 1
/* #undef HAVE_LIBIDN2 */
#define HAVE_LIBRESSL 1
@@ -137,10 +140,12 @@
#define HAVE_LIBSSL 1
#define HAVE_LIBZ 1
#define HAVE_LIMITS_H 1
+#define HAVE_LINUX_TCP_H 1
#define HAVE_LL 1
#define HAVE_LOCALE_H 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LONGLONG 1
+/* #undef HAVE_MACH_ABSOLUTE_TIME */
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
/* #undef HAVE_MEMRCHR */
diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua
@@ -47,7 +47,7 @@ lib('libcurl.a', [[
http_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c curl_sasl.c rand.c
curl_multibyte.c hostcheck.c conncache.c pipeline.c dotdot.c
x509asn1.c http2.c smb.c curl_endian.c curl_des.c system_win32.c
- mime.c
+ mime.c sha256.c setopt.c
vauth/(
vauth.c cleartext.c cram.c
digest.c digest_sspi.c krb5_gssapi.c
diff --git a/pkg/curl/rev b/pkg/curl/rev
@@ -1 +1 @@
-12
+13
diff --git a/pkg/curl/sha256 b/pkg/curl/sha256
@@ -1 +1 @@
-961a25531d72a843dfcce87b290e7a882f2d376f3b88de11df009710019c5b16 curl-7.56.1.tar.gz
+7ce35f207562674e71dbada6891b37e3f043c1e7a82915cb9c2a17ad3a9d659b curl-7.57.0.tar.gz
diff --git a/pkg/curl/url b/pkg/curl/url
@@ -1 +1 @@
-url = "https://curl.haxx.se/download/curl-7.56.1.tar.gz"
+url = "https://curl.haxx.se/download/curl-7.57.0.tar.gz"