logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 856462fa60f5c88c2d0348d6843fe2955ab972de
parent 0f0da1b86119a1574a4ec2d6e1a158956ea25d1b
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 22 May 2019 01:42:45 -0700

curl: Update to 7.65.0

Diffstat:

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

diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore @@ -1,2 +1,2 @@ -/curl-7.64.1.tar.gz +/curl-7.65.0.tar.gz /src diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h @@ -85,11 +85,13 @@ #define HAVE_GETHOSTNAME 1 #define HAVE_GETIFADDRS 1 /* #undef HAVE_GETPASS_R */ +#define HAVE_GETPEERNAME 1 #define HAVE_GETPPID 1 #define HAVE_GETPWUID 1 #define HAVE_GETPWUID_R 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETSERVBYPORT_R 1 +#define HAVE_GETSOCKNAME 1 #define HAVE_GETTIMEOFDAY 1 /* #undef HAVE_GLIBC_STRERROR_R */ #define HAVE_GMTIME_R 1 diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua @@ -54,10 +54,10 @@ lib('libcurl.a', [[ openldap.c curl_gethostname.c gopher.c idn_win32.c http_proxy.c non-ascii.c asyn-ares.c asyn-thread.c curl_gssapi.c http_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c curl_sasl.c rand.c - curl_multibyte.c hostcheck.c conncache.c pipeline.c dotdot.c + curl_multibyte.c hostcheck.c conncache.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 altsvc.c + doh.c urlapi.c curl_get_line.c altsvc.c vauth/( vauth.c cleartext.c cram.c digest.c digest_sspi.c krb5_gssapi.c diff --git a/pkg/curl/sha256 b/pkg/curl/sha256 @@ -1 +1 @@ -432d3f466644b9416bc5b649d344116a753aeaa520c8beaf024a90cba9d3d35d curl-7.64.1.tar.gz +2a65f4f858a1fa949c79f926ddc2204c2be353ccbad014e95cd322d4a87d82ad curl-7.65.0.tar.gz diff --git a/pkg/curl/url b/pkg/curl/url @@ -1 +1 @@ -url = "https://curl.haxx.se/download/curl-7.64.1.tar.gz" +url = "https://curl.haxx.se/download/curl-7.65.0.tar.gz" diff --git a/pkg/curl/ver b/pkg/curl/ver @@ -1 +1 @@ -7.64.1 r0 +7.65.0 r0