logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: d9a6a5490310b75aaeeb57fe910b35126bab2b31
parent 433f9a7519f8831644fea22cf236bfe62a2b6c80
Author: Michael Forney <mforney@mforney.org>
Date:   Wed,  4 Oct 2017 01:42:14 -0700

curl: Update to 7.56.0

Diffstat:

Mpkg/curl/.gitignore2+-
Mpkg/curl/README.md3++-
Mpkg/curl/curl_config.h5++++-
Mpkg/curl/gen.lua2+-
Mpkg/curl/rev2+-
Mpkg/curl/sha2562+-
Mpkg/curl/url2+-
7 files changed, 11 insertions(+), 7 deletions(-)

diff --git 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 @@ -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 @@ -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 @@ -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 @@ -1 +1 @@ -10 +11 diff --git 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 @@ -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"