logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: acbd5b328d6199ebb9da53c595fb1ae0615f4c1e
parent d0fbc5834beccb406ff06bb77022b5f4659ca1b5
Author: Michael Forney <mforney@mforney.org>
Date:   Tue,  2 Mar 2021 01:04:20 -0800

curl: Update to 7.75.0

Diffstat:

Mpkg/curl/.gitignore2+-
Mpkg/curl/curl_config.h2++
Mpkg/curl/gen.lua40++++++++++++++++++++++------------------
Mpkg/curl/sha2562+-
Mpkg/curl/url2+-
Mpkg/curl/ver2+-
6 files changed, 28 insertions(+), 22 deletions(-)

diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore @@ -1,2 +1,2 @@ -/curl-7.74.0.tar.gz +/curl-7.75.0.tar.gz /src diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h @@ -109,6 +109,7 @@ /* #undef HAVE_GSSGNU */ /* #undef HAVE_GSSHEIMDAL */ /* #undef HAVE_GSSMIT */ +/* #undef HAVE_HYPER_H */ /* #undef HAVE_IDN2_H */ #define HAVE_IFADDRS_H 1 #define HAVE_IF_NAMETOINDEX 1 @@ -329,6 +330,7 @@ /* #undef USE_GNUTLS */ /* #undef USE_GNUTLS_NETTLE */ /* #undef USE_HSTS */ +/* #undef USE_HYPER */ /* #undef USE_LIBPSL */ /* #undef USE_LIBRTMP */ /* #undef USE_LIBSSH */ diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua @@ -44,24 +44,28 @@ pkg.deps = { -- src/lib/Makefile.inc:/^CSOURCES lib('libcurl.a', [[ lib/( - altsvc.c amigaos.c asyn-ares.c asyn-thread.c base64.c - conncache.c connect.c content_encoding.c cookie.c curl_addrinfo.c - curl_ctype.c curl_des.c curl_endian.c curl_fnmatch.c curl_get_line.c - curl_gethostname.c curl_gssapi.c curl_memrchr.c curl_multibyte.c - curl_ntlm_core.c curl_ntlm_wb.c curl_path.c curl_range.c curl_rtmp.c - curl_sasl.c curl_sspi.c curl_threads.c dict.c dotdot.c easy.c escape.c - file.c fileinfo.c formdata.c ftp.c url.c ftplistparser.c getenv.c getinfo.c - gopher.c hash.c hmac.c hostasyn.c hostcheck.c hostip.c hostip4.c hostip6.c - hostsyn.c http.c http2.c http_chunks.c http_digest.c http_negotiate.c - http_ntlm.c http_proxy.c idn_win32.c if2ip.c imap.c inet_ntop.c inet_pton.c - krb5.c ldap.c llist.c md4.c md5.c memdebug.c mime.c mprintf.c mqtt.c - multi.c netrc.c non-ascii.c nonblock.c openldap.c parsedate.c pingpong.c - pop3.c progress.c psl.c doh.c rand.c rename.c rtsp.c select.c - sendf.c setopt.c sha256.c share.c slist.c smb.c smtp.c socketpair.c socks.c - socks_gssapi.c socks_sspi.c speedcheck.c splay.c strcase.c strdup.c - strerror.c strtok.c strtoofft.c system_win32.c telnet.c tftp.c timeval.c - transfer.c urlapi.c version.c warnless.c wildcard.c x509asn1.c dynbuf.c - version_win32.c easyoptions.c easygetopt.c hsts.c + altsvc.c amigaos.c asyn-ares.c asyn-thread.c base64.c c-hyper.c + conncache.c connect.c content_encoding.c cookie.c + curl_addrinfo.c curl_ctype.c curl_des.c curl_endian.c + curl_fnmatch.c curl_get_line.c curl_gethostname.c curl_gssapi.c + curl_memrchr.c curl_multibyte.c curl_ntlm_core.c curl_ntlm_wb.c + curl_path.c curl_range.c curl_rtmp.c curl_sasl.c curl_sspi.c + curl_threads.c dict.c doh.c dotdot.c dynbuf.c easy.c + easygetopt.c easyoptions.c escape.c file.c fileinfo.c formdata.c + ftp.c ftplistparser.c getenv.c getinfo.c gopher.c hash.c hmac.c + hostasyn.c hostcheck.c hostip.c hostip4.c hostip6.c hostsyn.c + hsts.c http.c http2.c http_chunks.c http_digest.c + http_negotiate.c http_ntlm.c http_proxy.c http_aws_sigv4.c + idn_win32.c if2ip.c imap.c inet_ntop.c inet_pton.c krb5.c ldap.c + llist.c md4.c md5.c memdebug.c mime.c mprintf.c mqtt.c multi.c + netrc.c non-ascii.c nonblock.c openldap.c parsedate.c pingpong.c + pop3.c progress.c psl.c rand.c rename.c rtsp.c select.c sendf.c + setopt.c sha256.c share.c slist.c smb.c smtp.c socketpair.c + socks.c socks_gssapi.c socks_sspi.c speedcheck.c splay.c + strcase.c strdup.c strerror.c strtok.c strtoofft.c + system_win32.c telnet.c tftp.c timeval.c transfer.c url.c + urlapi.c version.c version_win32.c warnless.c wildcard.c + x509asn1.c vauth/( cleartext.c cram.c digest.c digest_sspi.c krb5_gssapi.c krb5_sspi.c ntlm.c diff --git a/pkg/curl/sha256 b/pkg/curl/sha256 @@ -1 +1 @@ -e56b3921eeb7a2951959c02db0912b5fcd5fdba5aca071da819e1accf338bbd7 curl-7.74.0.tar.gz +4d51346fe621624c3e4b9f86a8fd6f122a143820e17889f59c18f245d2d8e7a6 curl-7.75.0.tar.gz diff --git a/pkg/curl/url b/pkg/curl/url @@ -1 +1 @@ -url = "https://curl.se/download/curl-7.74.0.tar.gz" +url = "https://curl.se/download/curl-7.75.0.tar.gz" diff --git a/pkg/curl/ver b/pkg/curl/ver @@ -1 +1 @@ -7.74.0 r0 +7.75.0 r0