diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-08 21:49:54 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-08 21:49:54 -0800 |
| commit | 1d155f7d948c0a83ce80342f10ae226a2d2da533 (patch) | |
| tree | 0a59d42ac44c505f27e42bc29a11eae0c07f0114 | |
| parent | 36988c2d987a51613e3eae60ec8532e8758a3d78 (diff) | |
curl: Update to 7.51.0
| -rw-r--r-- | core/curl/curl_config.h | 1 | ||||
| -rw-r--r-- | core/curl/gen.rc | 4 | ||||
| -rw-r--r-- | core/curl/rev | 2 | ||||
| m--------- | core/curl/src | 0 |
4 files changed, 4 insertions, 3 deletions
diff --git a/core/curl/curl_config.h b/core/curl/curl_config.h index 7731e5f9..65855097 100644 --- a/core/curl/curl_config.h +++ b/core/curl/curl_config.h @@ -43,6 +43,7 @@ /* #undef USE_LIBSSH2 */ /* #undef USE_MANUAL */ /* #undef USE_MBEDTLS */ +/* #undef USE_NGHTTP2 */ /* #undef USE_NSS */ /* #undef USE_OPENLDAP */ /* #undef USE_POLARSSL */ diff --git a/core/curl/gen.rc b/core/curl/gen.rc index 24b16d0b..65683a3c 100644 --- a/core/curl/gen.rc +++ b/core/curl/gen.rc @@ -20,13 +20,13 @@ lib libcurl.a -d $"deps lib/^(\ file.c timeval.c base64.c hostip.c progress.c formdata.c\ cookie.c http.c sendf.c ftp.c url.c dict.c if2ip.c speedcheck.c\ ldap.c version.c getenv.c escape.c mprintf.c telnet.c netrc.c\ - getinfo.c transfer.c strequal.c easy.c security.c curl_fnmatch.c\ + getinfo.c transfer.c strcase.c easy.c security.c curl_fnmatch.c\ fileinfo.c ftplistparser.c wildcard.c krb5.c memdebug.c http_chunks.c\ strtok.c connect.c llist.c hash.c multi.c content_encoding.c share.c\ http_digest.c md4.c md5.c http_negotiate.c inet_pton.c strtoofft.c\ strerror.c amigaos.c hostasyn.c hostip4.c hostip6.c hostsyn.c\ inet_ntop.c parsedate.c select.c tftp.c splay.c strdup.c socks.c\ - ssh.c rawstr.c curl_addrinfo.c socks_gssapi.c socks_sspi.c\ + ssh.c curl_addrinfo.c socks_gssapi.c socks_sspi.c\ curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c\ pingpong.c rtsp.c curl_threads.c warnless.c hmac.c curl_rtmp.c\ openldap.c curl_gethostname.c gopher.c idn_win32.c\ diff --git a/core/curl/rev b/core/curl/rev index 00750edc..b8626c4c 100644 --- a/core/curl/rev +++ b/core/curl/rev @@ -1 +1 @@ -3 +4 diff --git a/core/curl/src b/core/curl/src -Subproject 8986c86e1ef297e95518ae4695339f2d64d913c +Subproject 3c561c657c2f0e553b19115a506592a8bbd744b |
