logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 8a83170de1b5926d8a947d7d85b4166bda4fdc6b
parent 3ef98436555268bb0c76c11a869f898230c01ed2
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 20 Sep 2019 00:14:14 -0700

curl: Update to 7.66.0

Diffstat:

Mpkg/curl/.gitignore2+-
Mpkg/curl/curl_config.h9+++++++++
Mpkg/curl/gen.lua5++++-
Mpkg/curl/sha2562+-
Mpkg/curl/url2+-
Mpkg/curl/ver2+-
6 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore @@ -1,2 +1,2 @@ -/curl-7.65.3.tar.gz +/curl-7.66.0.tar.gz /src diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h @@ -159,6 +159,9 @@ #define HAVE_NETINET_TCP_H 1 #define HAVE_NET_IF_H 1 /* #undef HAVE_NGHTTP2_NGHTTP2_H */ +/* #undef HAVE_NGHTTP3_NGHTTP3_H */ +/* #undef HAVE_NGTCP2_NGTCP2_CRYPTO_H */ +/* #undef HAVE_NGTCP2_NGTCP2_H */ /* #undef HAVE_OLD_GSSMIT */ #define HAVE_OPENSSL_CRYPTO_H 1 #define HAVE_OPENSSL_ERR_H 1 @@ -178,6 +181,7 @@ /* #undef HAVE_PROTO_BSDSOCKET_H */ #define HAVE_PTHREAD_H 1 #define HAVE_PWD_H 1 +/* #undef HAVE_QUICHE_H */ /* #undef HAVE_RAND_EGD */ #define HAVE_RECV 1 /* #undef HAVE_RSA_H */ @@ -243,6 +247,7 @@ #define HAVE_TIME_H 1 /* #undef HAVE_TIME_T_UNSIGNED */ #define HAVE_UNISTD_H 1 +#define HAVE_USLEEP 1 #define HAVE_UTIME 1 #define HAVE_UTIMES 1 #define HAVE_UTIME_H 1 @@ -320,9 +325,13 @@ /* #undef USE_MESALINK */ /* #undef USE_METALINK */ /* #undef USE_NGHTTP2 */ +/* #undef USE_NGHTTP3 */ +/* #undef USE_NGTCP2 */ +/* #undef USE_NGTCP2_CRYPTO_OPENSSL */ /* #undef USE_NSS */ /* #undef USE_OPENLDAP */ #define USE_OPENSSL 1 +/* #undef USE_QUICHE */ /* #undef USE_SCHANNEL */ /* #undef USE_SECTRANSP */ #define USE_THREADS_POSIX 1 diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua @@ -48,7 +48,7 @@ lib('libcurl.a', [[ http_digest.c md4.c md5.c http_negotiate.c inet_pton.c strtoofft.c strerror.c amigaos.c hostasyn.c hostip4.c hostip6.c hostsyn.c inet_ntop.c parsedate.c select.c tftp.c splay.c strdup.c socks.c - ssh.c ssh-libssh.c curl_addrinfo.c socks_gssapi.c socks_sspi.c + curl_addrinfo.c socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c curl_memrchr.c imap.c pop3.c smtp.c pingpong.c rtsp.c curl_threads.c warnless.c hmac.c curl_rtmp.c openldap.c curl_gethostname.c gopher.c idn_win32.c @@ -70,6 +70,8 @@ lib('libcurl.a', [[ wolfssl.c schannel.c schannel_verify.c sectransp.c gskit.c mbedtls.c mesalink.c ) + vquic/(ngtcp2.c quiche.c) + vssh/(libssh2.c libssh.c) ) $builddir/pkg/( libressl/libssl.a.d @@ -115,6 +117,7 @@ exe('curl', [[ tool_panykey.c tool_paramhlp.c tool_parsecfg.c + tool_progress.c tool_strdup.c tool_setopt.c tool_sleep.c diff --git a/pkg/curl/sha256 b/pkg/curl/sha256 @@ -1 +1 @@ -4376ac72b95572fb6c4fbffefb97c7ea0dd083e1974c0e44cd7e49396f454839 curl-7.65.3.tar.gz +d0393da38ac74ffac67313072d7fe75b1fa1010eb5987f63f349b024a36b7ffb curl-7.66.0.tar.gz diff --git a/pkg/curl/url b/pkg/curl/url @@ -1 +1 @@ -url = "https://curl.haxx.se/download/curl-7.65.3.tar.gz" +url = "https://curl.haxx.se/download/curl-7.66.0.tar.gz" diff --git a/pkg/curl/ver b/pkg/curl/ver @@ -1 +1 @@ -7.65.3 r0 +7.66.0 r0