logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 1239f9228424dbf35a442d02b55d168603bcf679
parent 9badf2860be8c8afcd1644d4fc072d22a8dc52a3
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 19 Aug 2020 22:51:58 -0700

curl: Update to 7.72.0

Diffstat:

Mpkg/curl/.gitignore2+-
Mpkg/curl/curl_config.h5++++-
Mpkg/curl/gen.lua1+
Mpkg/curl/sha2562+-
Mpkg/curl/url2+-
Mpkg/curl/ver2+-
6 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore @@ -1,2 +1,2 @@ -/curl-7.71.1.tar.gz +/curl-7.72.0.tar.gz /src diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h @@ -142,6 +142,7 @@ /* #undef HAVE_LIBSSL */ /* #undef HAVE_LIBWOLFSSH */ #define HAVE_LIBZ 1 +/* #undef HAVE_LIBZSTD */ #define HAVE_LINUX_TCP_H 1 #define HAVE_LL 1 #define HAVE_LOCALE_H 1 @@ -263,7 +264,7 @@ /* #undef HAVE_WINSOCK_H */ /* #undef HAVE_WOLFSSH_SSH_H */ /* #undef HAVE_WOLFSSLV3_CLIENT_METHOD */ -/* #undef HAVE_WOLFSSL_DES_SET_ODD_PARITY */ +/* #undef HAVE_WOLFSSL_DES_ECB_ENCRYPT */ /* #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE */ /* #undef HAVE_WOLFSSL_USEALPN */ #define HAVE_WRITABLE_ARGV 1 @@ -271,6 +272,8 @@ /* #undef HAVE_WS2TCPIP_H */ /* #undef HAVE_X509_H */ #define HAVE_ZLIB_H 1 +/* #undef HAVE_ZSTD */ +/* #undef HAVE_ZSTD_H */ #define LT_OBJDIR ".libs/" /* #undef NEED_LBER_H */ /* #undef NEED_MALLOC_H */ diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua @@ -60,6 +60,7 @@ lib('libcurl.a', [[ 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 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 @@ -59ef1f73070de67b87032c72ee6037cedae71dcb1d7ef2d7f59487704aec069d curl-7.71.1.tar.gz +d4d5899a3868fbb6ae1856c3e55a32ce35913de3956d1973caccd37bd0174fa2 curl-7.72.0.tar.gz diff --git a/pkg/curl/url b/pkg/curl/url @@ -1 +1 @@ -url = "https://curl.haxx.se/download/curl-7.71.1.tar.gz" +url = "https://curl.haxx.se/download/curl-7.72.0.tar.gz" diff --git a/pkg/curl/ver b/pkg/curl/ver @@ -1 +1 @@ -7.71.1 r0 +7.72.0 r0