diff options
| author | Michael Forney <mforney@mforney.org> | 2017-12-02 19:56:47 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-12-02 19:56:47 -0800 |
| commit | ec08b97d1dd33cd9bcef4a6372976ac42edaa1dd (patch) | |
| tree | 994b57a28bac59f981e2388fe5333e8aa31c0b6b /pkg/curl | |
| parent | 2ed42988456b2db8fc21618aaea36a367df4484c (diff) | |
curl: Update to 7.57.0
Diffstat (limited to 'pkg/curl')
| -rw-r--r-- | pkg/curl/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/curl/curl_config.h | 5 | ||||
| -rw-r--r-- | pkg/curl/gen.lua | 2 | ||||
| -rw-r--r-- | pkg/curl/rev | 2 | ||||
| -rw-r--r-- | pkg/curl/sha256 | 2 | ||||
| -rw-r--r-- | pkg/curl/url | 2 |
6 files changed, 10 insertions, 5 deletions
diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore index dbe45233..b45c42ae 100644 --- 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 index 0602617b..6d487112 100644 --- 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 index 007e6f90..3798045a 100644 --- 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 index 48082f72..b1bd38b6 100644 --- a/pkg/curl/rev +++ b/pkg/curl/rev @@ -1 +1 @@ -12 +13 diff --git a/pkg/curl/sha256 b/pkg/curl/sha256 index 19d6eaf9..13dfe577 100644 --- 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 index 4f9c618b..dcb876e3 100644 --- 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" |
