logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 31c538f09fc34c1bd35537181b1ec8b6e6d5b20f
parent 48b309a7bb1f6ac0b4f4b4d86d880710a64e9de8
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 29 Mar 2019 12:42:10 -0700

curl: Update to 7.64.1

Diffstat:

Mpkg/curl/.gitignore2+-
Mpkg/curl/curl_config.h8++++----
Mpkg/curl/gen.lua4++--
Mpkg/curl/sha2562+-
Mpkg/curl/url2+-
Mpkg/curl/ver2+-
6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore @@ -1,2 +1,2 @@ -/curl-7.64.0.tar.gz +/curl-7.64.1.tar.gz /src diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h @@ -61,7 +61,6 @@ #define HAVE_FCNTL 1 #define HAVE_FCNTL_H 1 #define HAVE_FCNTL_O_NONBLOCK 1 -#define HAVE_FDOPEN 1 #define HAVE_FNMATCH 1 #define HAVE_FREEADDRINFO 1 #define HAVE_FREEIFADDRS 1 @@ -172,6 +171,7 @@ #define HAVE_POLL_FINE 1 #define HAVE_POLL_H 1 #define HAVE_POSIX_STRERROR_R 1 +/* #undef HAVE_PROTO_BSDSOCKET_H */ #define HAVE_PTHREAD_H 1 #define HAVE_PWD_H 1 /* #undef HAVE_RAND_EGD */ @@ -202,7 +202,6 @@ /* #undef HAVE_SSL_H */ #define HAVE_STDBOOL_H 1 #define HAVE_STDINT_H 1 -#define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRCASECMP 1 /* #undef HAVE_STRCMPI */ @@ -252,7 +251,6 @@ /* #undef HAVE_WINSOCK2_H */ /* #undef HAVE_WINSOCK_H */ /* #undef HAVE_WOLFSSLV3_CLIENT_METHOD */ -/* #undef HAVE_WOLFSSL_CTX_USESUPPORTEDCURVE */ /* #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE */ /* #undef HAVE_WOLFSSL_USEALPN */ /* #undef HAVE_WRITABLE_ARGV */ @@ -305,9 +303,10 @@ #define STDC_HEADERS 1 #define STRERROR_R_TYPE_ARG3 size_t #define TIME_WITH_SYS_TIME 1 +/* #undef USE_ALTSVC */ +/* #undef USE_AMISSL */ /* #undef USE_ARES */ /* #undef USE_CYASSL */ -/* #undef USE_DARWINSSL */ /* #undef USE_GNUTLS */ /* #undef USE_GNUTLS_NETTLE */ /* #undef USE_LIBPSL */ @@ -324,6 +323,7 @@ #define USE_OPENSSL 1 /* #undef USE_POLARSSL */ /* #undef USE_SCHANNEL */ +/* #undef USE_SECTRANSP */ #define USE_THREADS_POSIX 1 /* #undef USE_THREADS_WIN32 */ /* #undef USE_TLS_SRP */ diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua @@ -57,7 +57,7 @@ lib('libcurl.a', [[ 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 sha256.c setopt.c curl_path.c curl_ctype.c curl_range.c psl.c - doh.c urlapi.c + doh.c urlapi.c altsvc.c vauth/( vauth.c cleartext.c cram.c digest.c digest_sspi.c krb5_gssapi.c @@ -68,7 +68,7 @@ lib('libcurl.a', [[ openssl.c gtls.c vtls.c nss.c polarssl.c polarssl_threadlock.c cyassl.c schannel.c schannel_verify.c - darwinssl.c gskit.c mbedtls.c mesalink.c + sectransp.c gskit.c mbedtls.c mesalink.c ) ) $builddir/pkg/( diff --git a/pkg/curl/sha256 b/pkg/curl/sha256 @@ -1 +1 @@ -cb90d2eb74d4e358c1ed1489f8e3af96b50ea4374ad71f143fa4595e998d81b5 curl-7.64.0.tar.gz +432d3f466644b9416bc5b649d344116a753aeaa520c8beaf024a90cba9d3d35d curl-7.64.1.tar.gz diff --git a/pkg/curl/url b/pkg/curl/url @@ -1 +1 @@ -url = "https://curl.haxx.se/download/curl-7.64.0.tar.gz" +url = "https://curl.haxx.se/download/curl-7.64.1.tar.gz" diff --git a/pkg/curl/ver b/pkg/curl/ver @@ -1 +1 @@ -7.64.0 r0 +7.64.1 r0