summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-09-20 00:14:14 -0700
committerMichael Forney <mforney@mforney.org>2019-09-20 00:22:23 -0700
commit8a83170de1b5926d8a947d7d85b4166bda4fdc6b (patch)
tree4c6f669060fd9b8116ea737ba3f779dc1ed9fd1f /pkg
parent3ef98436555268bb0c76c11a869f898230c01ed2 (diff)
curl: Update to 7.66.0
Diffstat (limited to 'pkg')
-rw-r--r--pkg/curl/.gitignore2
-rw-r--r--pkg/curl/curl_config.h9
-rw-r--r--pkg/curl/gen.lua5
-rw-r--r--pkg/curl/sha2562
-rw-r--r--pkg/curl/url2
-rw-r--r--pkg/curl/ver2
6 files changed, 17 insertions, 5 deletions
diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore
index d46a4ab5..bcfe5596 100644
--- a/pkg/curl/.gitignore
+++ b/pkg/curl/.gitignore
@@ -1,2 +1,2 @@
-/curl-7.65.3.tar.gz
+/curl-7.66.0.tar.gz
/src
diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h
index e19083ee..e7709d70 100644
--- a/pkg/curl/curl_config.h
+++ b/pkg/curl/curl_config.h
@@ -159,6 +159,9 @@
#define HAVE_NETINET_TCP_H 1
#define HAVE_NET_IF_H 1
/* #undef HAVE_NGHTTP2_NGHTTP2_H */
+/* #undef HAVE_NGHTTP3_NGHTTP3_H */
+/* #undef HAVE_NGTCP2_NGTCP2_CRYPTO_H */
+/* #undef HAVE_NGTCP2_NGTCP2_H */
/* #undef HAVE_OLD_GSSMIT */
#define HAVE_OPENSSL_CRYPTO_H 1
#define HAVE_OPENSSL_ERR_H 1
@@ -178,6 +181,7 @@
/* #undef HAVE_PROTO_BSDSOCKET_H */
#define HAVE_PTHREAD_H 1
#define HAVE_PWD_H 1
+/* #undef HAVE_QUICHE_H */
/* #undef HAVE_RAND_EGD */
#define HAVE_RECV 1
/* #undef HAVE_RSA_H */
@@ -243,6 +247,7 @@
#define HAVE_TIME_H 1
/* #undef HAVE_TIME_T_UNSIGNED */
#define HAVE_UNISTD_H 1
+#define HAVE_USLEEP 1
#define HAVE_UTIME 1
#define HAVE_UTIMES 1
#define HAVE_UTIME_H 1
@@ -320,9 +325,13 @@
/* #undef USE_MESALINK */
/* #undef USE_METALINK */
/* #undef USE_NGHTTP2 */
+/* #undef USE_NGHTTP3 */
+/* #undef USE_NGTCP2 */
+/* #undef USE_NGTCP2_CRYPTO_OPENSSL */
/* #undef USE_NSS */
/* #undef USE_OPENLDAP */
#define USE_OPENSSL 1
+/* #undef USE_QUICHE */
/* #undef USE_SCHANNEL */
/* #undef USE_SECTRANSP */
#define USE_THREADS_POSIX 1
diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua
index 3f5ff03a..9cf68715 100644
--- a/pkg/curl/gen.lua
+++ b/pkg/curl/gen.lua
@@ -48,7 +48,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 ssh-libssh.c curl_addrinfo.c socks_gssapi.c socks_sspi.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
@@ -70,6 +70,8 @@ lib('libcurl.a', [[
wolfssl.c schannel.c schannel_verify.c
sectransp.c gskit.c mbedtls.c mesalink.c
)
+ vquic/(ngtcp2.c quiche.c)
+ vssh/(libssh2.c libssh.c)
)
$builddir/pkg/(
libressl/libssl.a.d
@@ -115,6 +117,7 @@ exe('curl', [[
tool_panykey.c
tool_paramhlp.c
tool_parsecfg.c
+ tool_progress.c
tool_strdup.c
tool_setopt.c
tool_sleep.c
diff --git a/pkg/curl/sha256 b/pkg/curl/sha256
index 0dfb3774..ff4a6cb4 100644
--- a/pkg/curl/sha256
+++ b/pkg/curl/sha256
@@ -1 +1 @@
-4376ac72b95572fb6c4fbffefb97c7ea0dd083e1974c0e44cd7e49396f454839 curl-7.65.3.tar.gz
+d0393da38ac74ffac67313072d7fe75b1fa1010eb5987f63f349b024a36b7ffb curl-7.66.0.tar.gz
diff --git a/pkg/curl/url b/pkg/curl/url
index 788482fc..01ee831a 100644
--- a/pkg/curl/url
+++ b/pkg/curl/url
@@ -1 +1 @@
-url = "https://curl.haxx.se/download/curl-7.65.3.tar.gz"
+url = "https://curl.haxx.se/download/curl-7.66.0.tar.gz"
diff --git a/pkg/curl/ver b/pkg/curl/ver
index b2cc3d1b..4199eba0 100644
--- a/pkg/curl/ver
+++ b/pkg/curl/ver
@@ -1 +1 @@
-7.65.3 r0
+7.66.0 r0