diff options
| author | Michael Forney <mforney@mforney.org> | 2020-12-10 00:48:26 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-10 01:24:09 -0800 |
| commit | fb08b2fe44b3c86078dd1e9009c5bfb74e17970c (patch) | |
| tree | 6a0094292e804fccddf42b263f09ba6b338713dc /pkg/curl | |
| parent | 76a11c7bf55ff60ea819470b648528e0307cff03 (diff) | |
curl: Update to 7.74.0
Diffstat (limited to 'pkg/curl')
| -rw-r--r-- | pkg/curl/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/curl/curl_config.h | 5 | ||||
| -rw-r--r-- | pkg/curl/gen.lua | 2 | ||||
| -rw-r--r-- | pkg/curl/sha256 | 2 | ||||
| -rw-r--r-- | pkg/curl/url | 2 | ||||
| -rw-r--r-- | pkg/curl/ver | 2 |
6 files changed, 8 insertions, 7 deletions
diff --git a/pkg/curl/.gitignore b/pkg/curl/.gitignore index fe57813b..96c187a2 100644 --- a/pkg/curl/.gitignore +++ b/pkg/curl/.gitignore @@ -1,2 +1,2 @@ -/curl-7.73.0.tar.gz +/curl-7.74.0.tar.gz /src diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h index aab19e36..8e331599 100644 --- a/pkg/curl/curl_config.h +++ b/pkg/curl/curl_config.h @@ -3,6 +3,7 @@ /* #undef CURL_CA_FALLBACK */ /* #undef CURL_CA_PATH */ /* #undef CURL_DEFAULT_SSL_BACKEND */ +/* #undef CURL_DISABLE_ALTSVC */ /* #undef CURL_DISABLE_COOKIES */ /* #undef CURL_DISABLE_CRYPTO_AUTH */ /* #undef CURL_DISABLE_DICT */ @@ -286,7 +287,7 @@ #define NTLM_WB_FILE "/usr/bin/ntlm_auth" #define OS "oasis" #define PACKAGE "curl" -#define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.haxx.se/mail/" +#define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/" #define PACKAGE_NAME "curl" #define PACKAGE_STRING "curl -" #define PACKAGE_TARNAME "curl" @@ -321,13 +322,13 @@ #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 */ #define USE_BEARSSL 1 /* #undef USE_ECH */ /* #undef USE_GNUTLS */ /* #undef USE_GNUTLS_NETTLE */ +/* #undef USE_HSTS */ /* #undef USE_LIBPSL */ /* #undef USE_LIBRTMP */ /* #undef USE_LIBSSH */ diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua index 08a9f497..90422423 100644 --- a/pkg/curl/gen.lua +++ b/pkg/curl/gen.lua @@ -61,7 +61,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 easyoptions.c easygetopt.c + version_win32.c easyoptions.c easygetopt.c hsts.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 index 0c01b330..b412a13d 100644 --- a/pkg/curl/sha256 +++ b/pkg/curl/sha256 @@ -1 +1 @@ -ba98332752257b47b9dea6d8c0ad25ec1745c20424f1dd3ff2c99ab59e97cf91 curl-7.73.0.tar.gz +e56b3921eeb7a2951959c02db0912b5fcd5fdba5aca071da819e1accf338bbd7 curl-7.74.0.tar.gz diff --git a/pkg/curl/url b/pkg/curl/url index fb50c850..ab28f850 100644 --- a/pkg/curl/url +++ b/pkg/curl/url @@ -1 +1 @@ -url = "https://curl.haxx.se/download/curl-7.73.0.tar.gz" +url = "https://curl.se/download/curl-7.74.0.tar.gz" diff --git a/pkg/curl/ver b/pkg/curl/ver index e1f5be77..0399193f 100644 --- a/pkg/curl/ver +++ b/pkg/curl/ver @@ -1 +1 @@ -7.73.0 r0 +7.74.0 r0 |
