summaryrefslogtreecommitdiff
path: root/pkg/curl
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-08-19 22:51:58 -0700
committerMichael Forney <mforney@mforney.org>2020-08-19 22:51:58 -0700
commit1239f9228424dbf35a442d02b55d168603bcf679 (patch)
tree01f809c4bfa9fe3aa60f0f73fbd31dbcb9768ac5 /pkg/curl
parent9badf2860be8c8afcd1644d4fc072d22a8dc52a3 (diff)
curl: Update to 7.72.0
Diffstat (limited to 'pkg/curl')
-rw-r--r--pkg/curl/.gitignore2
-rw-r--r--pkg/curl/curl_config.h5
-rw-r--r--pkg/curl/gen.lua1
-rw-r--r--pkg/curl/sha2562
-rw-r--r--pkg/curl/url2
-rw-r--r--pkg/curl/ver2
6 files changed, 9 insertions, 5 deletions
diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore
index a77c9356..795e76d0 100644
--- a/pkg/curl/.gitignore
+++ b/pkg/curl/.gitignore
@@ -1,2 +1,2 @@
-/curl-7.71.1.tar.gz
+/curl-7.72.0.tar.gz
/src
diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h
index 47658d45..3f9716a6 100644
--- a/pkg/curl/curl_config.h
+++ b/pkg/curl/curl_config.h
@@ -142,6 +142,7 @@
/* #undef HAVE_LIBSSL */
/* #undef HAVE_LIBWOLFSSH */
#define HAVE_LIBZ 1
+/* #undef HAVE_LIBZSTD */
#define HAVE_LINUX_TCP_H 1
#define HAVE_LL 1
#define HAVE_LOCALE_H 1
@@ -263,7 +264,7 @@
/* #undef HAVE_WINSOCK_H */
/* #undef HAVE_WOLFSSH_SSH_H */
/* #undef HAVE_WOLFSSLV3_CLIENT_METHOD */
-/* #undef HAVE_WOLFSSL_DES_SET_ODD_PARITY */
+/* #undef HAVE_WOLFSSL_DES_ECB_ENCRYPT */
/* #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE */
/* #undef HAVE_WOLFSSL_USEALPN */
#define HAVE_WRITABLE_ARGV 1
@@ -271,6 +272,8 @@
/* #undef HAVE_WS2TCPIP_H */
/* #undef HAVE_X509_H */
#define HAVE_ZLIB_H 1
+/* #undef HAVE_ZSTD */
+/* #undef HAVE_ZSTD_H */
#define LT_OBJDIR ".libs/"
/* #undef NEED_LBER_H */
/* #undef NEED_MALLOC_H */
diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua
index 1761ba84..9485224f 100644
--- a/pkg/curl/gen.lua
+++ b/pkg/curl/gen.lua
@@ -60,6 +60,7 @@ lib('libcurl.a', [[
socks_gssapi.c socks_sspi.c speedcheck.c splay.c strcase.c strdup.c
strerror.c strtok.c strtoofft.c system_win32.c telnet.c tftp.c timeval.c
transfer.c urlapi.c version.c warnless.c wildcard.c x509asn1.c dynbuf.c
+ version_win32.c
vauth/(
cleartext.c cram.c digest.c
digest_sspi.c krb5_gssapi.c krb5_sspi.c ntlm.c
diff --git a/pkg/curl/sha256 b/pkg/curl/sha256
index 3791b920..04f27c10 100644
--- a/pkg/curl/sha256
+++ b/pkg/curl/sha256
@@ -1 +1 @@
-59ef1f73070de67b87032c72ee6037cedae71dcb1d7ef2d7f59487704aec069d curl-7.71.1.tar.gz
+d4d5899a3868fbb6ae1856c3e55a32ce35913de3956d1973caccd37bd0174fa2 curl-7.72.0.tar.gz
diff --git a/pkg/curl/url b/pkg/curl/url
index c5d581b6..c947c26a 100644
--- a/pkg/curl/url
+++ b/pkg/curl/url
@@ -1 +1 @@
-url = "https://curl.haxx.se/download/curl-7.71.1.tar.gz"
+url = "https://curl.haxx.se/download/curl-7.72.0.tar.gz"
diff --git a/pkg/curl/ver b/pkg/curl/ver
index b4c299b9..d5d08423 100644
--- a/pkg/curl/ver
+++ b/pkg/curl/ver
@@ -1 +1 @@
-7.71.1 r0
+7.72.0 r0