summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-10-04 01:42:14 -0700
committerMichael Forney <mforney@mforney.org>2017-10-04 10:29:07 -0700
commitd9a6a5490310b75aaeeb57fe910b35126bab2b31 (patch)
tree6ea4ad312e61f105cef24a93a84e1b48b92f7e85
parent433f9a7519f8831644fea22cf236bfe62a2b6c80 (diff)
curl: Update to 7.56.0
-rw-r--r--pkg/curl/.gitignore2
-rw-r--r--pkg/curl/README.md3
-rw-r--r--pkg/curl/curl_config.h5
-rw-r--r--pkg/curl/gen.lua2
-rw-r--r--pkg/curl/rev2
-rw-r--r--pkg/curl/sha2562
-rw-r--r--pkg/curl/url2
7 files changed, 11 insertions, 7 deletions
diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore
index 2f2b0350..6dae1965 100644
--- a/pkg/curl/.gitignore
+++ b/pkg/curl/.gitignore
@@ -1,2 +1,2 @@
-/curl-7.55.1.tar.gz
+/curl-7.56.0.tar.gz
/src
diff --git a/pkg/curl/README.md b/pkg/curl/README.md
index 510dbde9..68eb96f1 100644
--- a/pkg/curl/README.md
+++ b/pkg/curl/README.md
@@ -16,12 +16,13 @@ Generated with
There are a number of non-standard definitions, but they don't seem to be
architecture-specific except for
+- `SIZEOF_CURL_OFF_T`
- `SIZEOF_INT`
- `SIZEOF_LONG`
- `SIZEOF_LONG_LONG`
- `SIZEOF_OFF_T`
- `SIZEOF_SHORT`
+- `SIZEOF_SIZE_T`
- `SIZEOF_TIME_T`
-- `SIZEOF_VOIDP`
Perhaps all or most of these can eliminated using standard C99 features.
diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h
index 9d69069b..cf7c2ca0 100644
--- a/pkg/curl/curl_config.h
+++ b/pkg/curl/curl_config.h
@@ -1,6 +1,7 @@
/* #undef CURL_CA_BUNDLE */
#define CURL_CA_FALLBACK 1
/* #undef CURL_CA_PATH */
+/* #undef CURL_DEFAULT_SSL_BACKEND */
/* #undef CURL_DISABLE_COOKIES */
/* #undef CURL_DISABLE_CRYPTO_AUTH */
/* #undef CURL_DISABLE_DICT */
@@ -22,6 +23,7 @@
/* #undef CURL_DISABLE_TLS_SRP */
/* #undef CURL_DISABLE_VERBOSE_STRINGS */
#define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default")))
+/* #undef CURL_WITH_MULTI_SSL */
/* #undef EGD_SOCKET */
#define ENABLE_IPV6 1
#define GETHOSTNAME_TYPE_ARG2 size_t
@@ -40,6 +42,7 @@
#define HAVE_BASENAME 1
#define HAVE_BOOL_T 1
/* #undef HAVE_BORINGSSL */
+/* #undef HAVE_BUILTIN_AVAILABLE */
#define HAVE_CLOCK_GETTIME_MONOTONIC 1
/* #undef HAVE_CLOSESOCKET */
/* #undef HAVE_CLOSESOCKET_CAMEL */
@@ -285,6 +288,7 @@
#define SEND_TYPE_ARG3 size_t
#define SEND_TYPE_ARG4 int
#define SEND_TYPE_RETV ssize_t
+#define SIZEOF_CURL_OFF_T 8
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
/* #undef SIZEOF_LONG_LONG */
@@ -292,7 +296,6 @@
#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 8
#define SIZEOF_TIME_T 8
-#define SIZEOF_VOIDP 8
#define STDC_HEADERS 1
#define STRERROR_R_TYPE_ARG3 size_t
#define TIME_WITH_SYS_TIME 1
diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua
index 33e877d0..007e6f90 100644
--- a/pkg/curl/gen.lua
+++ b/pkg/curl/gen.lua
@@ -47,6 +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
vauth/(
vauth.c cleartext.c cram.c
digest.c digest_sspi.c krb5_gssapi.c
@@ -97,7 +98,6 @@ exe('curl', [[
tool_libinfo.c
tool_main.c
tool_metalink.c
- tool_mfiles.c
tool_msgs.c
tool_operate.c
tool_operhlp.c
diff --git a/pkg/curl/rev b/pkg/curl/rev
index f599e28b..b4de3947 100644
--- a/pkg/curl/rev
+++ b/pkg/curl/rev
@@ -1 +1 @@
-10
+11
diff --git a/pkg/curl/sha256 b/pkg/curl/sha256
index 24183e9a..a9655b31 100644
--- a/pkg/curl/sha256
+++ b/pkg/curl/sha256
@@ -1 +1 @@
-09576ea5e66672648d83dce3af16d0cb294d4cba2b5d166ade39655c495f4a20 curl-7.55.1.tar.gz
+f1bc17a7e5662dbd8d4029750a6dbdb72a55cf95826a270ab388b05075526104 curl-7.56.0.tar.gz
diff --git a/pkg/curl/url b/pkg/curl/url
index 07e840aa..14b6086f 100644
--- a/pkg/curl/url
+++ b/pkg/curl/url
@@ -1 +1 @@
-url = "https://curl.haxx.se/download/curl-7.55.1.tar.gz"
+url = "https://curl.haxx.se/download/curl-7.56.0.tar.gz"