commit: 38860c2b4be398a3607561284845a9e3fc25f7f0
parent a43ee010d30c6df16bca8fd54ac4ee7237a8556b
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 23 Dec 2018 13:23:01 -0800
curl: Update to 7.63.0
Diffstat:
6 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore
@@ -1,2 +1,2 @@
-/curl-7.62.0.tar.gz
+/curl-7.63.0.tar.gz
/src
diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h
@@ -56,7 +56,6 @@
#define HAVE_DECL_GETPWUID_R 1
/* #undef HAVE_DECL_GETPWUID_R_MISSING */
#define HAVE_DLFCN_H 1
-#define HAVE_ENGINE_CLEANUP 1
#define HAVE_ERRNO_H 1
/* #undef HAVE_ERR_H */
#define HAVE_FCNTL 1
@@ -306,7 +305,6 @@
#define STRERROR_R_TYPE_ARG3 size_t
#define TIME_WITH_SYS_TIME 1
/* #undef USE_ARES */
-/* #undef USE_AXTLS */
/* #undef USE_CYASSL */
/* #undef USE_DARWINSSL */
/* #undef USE_GNUTLS */
diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua
@@ -66,7 +66,7 @@ lib('libcurl.a', [[
)
vtls/(
openssl.c gtls.c vtls.c nss.c
- polarssl.c polarssl_threadlock.c axtls.c
+ polarssl.c polarssl_threadlock.c
cyassl.c schannel.c schannel_verify.c
darwinssl.c gskit.c mbedtls.c mesalink.c
)
diff --git a/pkg/curl/rev b/pkg/curl/rev
@@ -1 +1 @@
-19
+20
diff --git a/pkg/curl/sha256 b/pkg/curl/sha256
@@ -1 +1 @@
-55ccd5b5209f8cc53d4250e2a9fd87e6f67dd323ae8bd7d06b072cfcbb7836cb curl-7.62.0.tar.gz
+d483b89062832e211c887d7cf1b65c902d591b48c11fe7d174af781681580b41 curl-7.63.0.tar.gz
diff --git a/pkg/curl/url b/pkg/curl/url
@@ -1 +1 @@
-url = "https://curl.haxx.se/download/curl-7.62.0.tar.gz"
+url = "https://curl.haxx.se/download/curl-7.63.0.tar.gz"