logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: ab0530c33f1d29813abc3ddab688fdd08a588586
parent 5c2fc054a466c98fb93c494ccce19dac2b48c183
Author: Michael Forney <mforney@mforney.org>
Date:   Wed, 14 Mar 2018 23:15:52 -0700

curl: Update to 7.59.0

Diffstat:

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

diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore @@ -1,2 +1,2 @@ -/curl-7.58.0.tar.gz +/curl-7.59.0.tar.gz /src diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h @@ -169,6 +169,7 @@ #define HAVE_OPENSSL_X509_H 1 /* #undef HAVE_PEM_H */ #define HAVE_PIPE 1 +/* #undef HAVE_PK11_CREATEMANAGEDGENERICOBJECT */ #define HAVE_POLL 1 #define HAVE_POLL_FINE 1 #define HAVE_POLL_H 1 @@ -240,6 +241,7 @@ #define HAVE_TERMIOS_H 1 /* #undef HAVE_TERMIO_H */ #define HAVE_TIME_H 1 +/* #undef HAVE_TIME_T_UNSIGNED */ #define HAVE_UNISTD_H 1 #define HAVE_UTIME 1 #define HAVE_UTIMES 1 diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua @@ -47,7 +47,7 @@ lib('libcurl.a', [[ 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 x509asn1.c http2.c smb.c curl_endian.c curl_des.c system_win32.c - mime.c sha256.c setopt.c curl_path.c + mime.c sha256.c setopt.c curl_path.c curl_ctype.c curl_range.c vauth/( vauth.c cleartext.c cram.c digest.c digest_sspi.c krb5_gssapi.c @@ -89,6 +89,7 @@ exe('curl', [[ tool_dirhie.c tool_doswin.c tool_easysrc.c + tool_filetime.c tool_formparse.c tool_getparam.c tool_getpass.c diff --git a/pkg/curl/rev b/pkg/curl/rev @@ -1 +1 @@ -14 +15 diff --git a/pkg/curl/sha256 b/pkg/curl/sha256 @@ -1 +1 @@ -cc245bf9a1a42a45df491501d97d5593392a03f7b4f07b952793518d97666115 curl-7.58.0.tar.gz +099d9c32dc7b8958ca592597c9fabccdf4c08cfb7c114ff1afbbc4c6f13c9e9e curl-7.59.0.tar.gz diff --git a/pkg/curl/url b/pkg/curl/url @@ -1 +1 @@ -url = "https://curl.haxx.se/download/curl-7.58.0.tar.gz" +url = "https://curl.haxx.se/download/curl-7.59.0.tar.gz"