diff options
| author | Michael Forney <mforney@mforney.org> | 2018-01-25 10:19:20 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-01-25 10:19:20 -0800 |
| commit | 2485861519339122629ac190e4fd7ad48c73e360 (patch) | |
| tree | 5851fc7a86c3a0e277c8181ebaf25984b551ffd6 /pkg | |
| parent | cb49ad3567e1b19cbc1c751e84032f6658a2f25a (diff) | |
curl: Update to 7.58.0
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/curl/curl_config.h | 5 | ||||
| -rw-r--r-- | pkg/curl/gen.lua | 4 | ||||
| -rw-r--r-- | pkg/curl/rev | 2 | ||||
| -rw-r--r-- | pkg/curl/sha256 | 2 | ||||
| -rw-r--r-- | pkg/curl/url | 2 |
5 files changed, 9 insertions, 6 deletions
diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h index 6d487112..bca2cd4c 100644 --- a/pkg/curl/curl_config.h +++ b/pkg/curl/curl_config.h @@ -135,11 +135,12 @@ /* #undef HAVE_LIBIDN2 */ #define HAVE_LIBRESSL 1 /* #undef HAVE_LIBRTMP_RTMP_H */ +/* #undef HAVE_LIBSSH */ /* #undef HAVE_LIBSSH2 */ /* #undef HAVE_LIBSSH2_H */ +/* #undef HAVE_LIBSSH_LIBSSH_H */ #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 @@ -151,6 +152,7 @@ /* #undef HAVE_MEMRCHR */ #define HAVE_MSG_NOSIGNAL 1 #define HAVE_NETDB_H 1 +/* #undef HAVE_NETINET_IN6_H */ #define HAVE_NETINET_IN_H 1 #define HAVE_NETINET_TCP_H 1 #define HAVE_NET_IF_H 1 @@ -311,6 +313,7 @@ /* #undef USE_GNUTLS_NETTLE */ /* #undef USE_LIBPSL */ /* #undef USE_LIBRTMP */ +/* #undef USE_LIBSSH */ /* #undef USE_LIBSSH2 */ /* #undef USE_MANUAL */ /* #undef USE_MBEDTLS */ diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua index 3798045a..1973172a 100644 --- a/pkg/curl/gen.lua +++ b/pkg/curl/gen.lua @@ -39,7 +39,7 @@ lib('libcurl.a', [[ 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 curl_addrinfo.c socks_gssapi.c socks_sspi.c + ssh.c ssh-libssh.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 @@ -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 sha256.c setopt.c + mime.c sha256.c setopt.c curl_path.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 b1bd38b6..8351c193 100644 --- a/pkg/curl/rev +++ b/pkg/curl/rev @@ -1 +1 @@ -13 +14 diff --git a/pkg/curl/sha256 b/pkg/curl/sha256 index 13dfe577..c9bac447 100644 --- a/pkg/curl/sha256 +++ b/pkg/curl/sha256 @@ -1 +1 @@ -7ce35f207562674e71dbada6891b37e3f043c1e7a82915cb9c2a17ad3a9d659b curl-7.57.0.tar.gz +cc245bf9a1a42a45df491501d97d5593392a03f7b4f07b952793518d97666115 curl-7.58.0.tar.gz diff --git a/pkg/curl/url b/pkg/curl/url index dcb876e3..c9376b22 100644 --- a/pkg/curl/url +++ b/pkg/curl/url @@ -1 +1 @@ -url = "https://curl.haxx.se/download/curl-7.57.0.tar.gz" +url = "https://curl.haxx.se/download/curl-7.58.0.tar.gz" |
