logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 5defe58d3b598adef24d82f38a3fece6b3f9d8b0
parent 7130121a37148b2dbb0687fd695da746e567d4b8
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 20 Jul 2019 13:07:38 -0700

curl: Update to 7.65.3

Diffstat:

Mpkg/curl/.gitignore2+-
Mpkg/curl/curl_config.h15++++++++-------
Mpkg/curl/gen.lua2+-
Mpkg/curl/sha2562+-
Mpkg/curl/url2+-
Mpkg/curl/ver2+-
6 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore @@ -1,2 +1,2 @@ -/curl-7.65.1.tar.gz +/curl-7.65.3.tar.gz /src diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h @@ -6,23 +6,29 @@ /* #undef CURL_DISABLE_COOKIES */ /* #undef CURL_DISABLE_CRYPTO_AUTH */ /* #undef CURL_DISABLE_DICT */ +/* #undef CURL_DISABLE_DOH */ /* #undef CURL_DISABLE_FILE */ /* #undef CURL_DISABLE_FTP */ /* #undef CURL_DISABLE_GOPHER */ /* #undef CURL_DISABLE_HTTP */ +/* #undef CURL_DISABLE_HTTP_AUTH */ /* #undef CURL_DISABLE_IMAP */ #define CURL_DISABLE_LDAP 1 #define CURL_DISABLE_LDAPS 1 /* #undef CURL_DISABLE_LIBCURL_OPTION */ +/* #undef CURL_DISABLE_MIME */ +/* #undef CURL_DISABLE_NETRC */ /* #undef CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG */ +/* #undef CURL_DISABLE_PARSEDATE */ #define CURL_DISABLE_POP3 1 +/* #undef CURL_DISABLE_PROGRESS_METER */ /* #undef CURL_DISABLE_PROXY */ /* #undef CURL_DISABLE_RTSP */ +/* #undef CURL_DISABLE_SHUFFLE_DNS */ #define CURL_DISABLE_SMB 1 #define CURL_DISABLE_SMTP 1 /* #undef CURL_DISABLE_TELNET */ /* #undef CURL_DISABLE_TFTP */ -/* #undef CURL_DISABLE_TLS_SRP */ /* #undef CURL_DISABLE_VERBOSE_STRINGS */ #define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default"))) #define CURL_SA_FAMILY_T sa_family_t @@ -49,10 +55,6 @@ /* #undef HAVE_CLOSESOCKET_CAMEL */ #define HAVE_CONNECT 1 /* #undef HAVE_CRYPTO_H */ -/* #undef HAVE_CYASSL_CTX_USESUPPORTEDCURVE */ -/* #undef HAVE_CYASSL_ERROR_SSL_H */ -/* #undef HAVE_CYASSL_GET_PEER_CERTIFICATE */ -/* #undef HAVE_CYASSL_OPTIONS_H */ #define HAVE_DECL_GETPWUID_R 1 /* #undef HAVE_DECL_GETPWUID_R_MISSING */ #define HAVE_DLFCN_H 1 @@ -200,7 +202,6 @@ #define HAVE_SOCKETPAIR 1 /* #undef HAVE_SOCKET_H */ /* #undef HAVE_SSLV2_CLIENT_METHOD */ -#define HAVE_SSL_GET_SHUTDOWN 1 /* #undef HAVE_SSL_H */ #define HAVE_STDBOOL_H 1 #define HAVE_STDINT_H 1 @@ -308,7 +309,6 @@ /* #undef USE_ALTSVC */ /* #undef USE_AMISSL */ /* #undef USE_ARES */ -/* #undef USE_CYASSL */ /* #undef USE_GNUTLS */ /* #undef USE_GNUTLS_NETTLE */ /* #undef USE_LIBPSL */ @@ -334,6 +334,7 @@ /* #undef USE_WIN32_LDAP */ /* #undef USE_WIN32_SMALL_FILES */ /* #undef USE_WINDOWS_SSPI */ +/* #undef USE_WOLFSSL */ #define VERSION "-" /* #undef WANT_IDN_PROTOTYPES */ #ifndef _ALL_SOURCE diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua @@ -67,7 +67,7 @@ lib('libcurl.a', [[ vtls/( openssl.c gtls.c vtls.c nss.c polarssl.c polarssl_threadlock.c - cyassl.c schannel.c schannel_verify.c + wolfssl.c schannel.c schannel_verify.c sectransp.c gskit.c mbedtls.c mesalink.c ) ) diff --git a/pkg/curl/sha256 b/pkg/curl/sha256 @@ -1 +1 @@ -821aeb78421375f70e55381c9ad2474bf279fc454b791b7e95fc83562951c690 curl-7.65.1.tar.gz +4376ac72b95572fb6c4fbffefb97c7ea0dd083e1974c0e44cd7e49396f454839 curl-7.65.3.tar.gz diff --git a/pkg/curl/url b/pkg/curl/url @@ -1 +1 @@ -url = "https://curl.haxx.se/download/curl-7.65.1.tar.gz" +url = "https://curl.haxx.se/download/curl-7.65.3.tar.gz" diff --git a/pkg/curl/ver b/pkg/curl/ver @@ -1 +1 @@ -7.65.1 r0 +7.65.3 r0