diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-04 11:06:32 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-04 18:39:43 -0800 |
| commit | 1f384d443998f48b490916107aa34748825080e5 (patch) | |
| tree | c0afe466606b4d6161e085b9de0475bd646e8fca /pkg/curl/gen.lua | |
| parent | 2b68a11d2a777fe3cd7e13ef6972a38154ab6ee7 (diff) | |
curl: Update to 7.62.0
Diffstat (limited to 'pkg/curl/gen.lua')
| -rw-r--r-- | pkg/curl/gen.lua | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/pkg/curl/gen.lua b/pkg/curl/gen.lua index 9fa4dacb..bd44c57e 100644 --- a/pkg/curl/gen.lua +++ b/pkg/curl/gen.lua @@ -19,14 +19,15 @@ build('cat', '$outdir/curl_config.h', { }) pkg.hdrs = copy('$outdir/include/curl', '$srcdir/include/curl', { - 'curl.h', - 'curlver.h', - 'easy.h', - 'mprintf.h', - 'stdcheaders.h', - 'multi.h', - 'typecheck-gcc.h', - 'system.h', + 'curl.h', + 'curlver.h', + 'easy.h', + 'mprintf.h', + 'stdcheaders.h', + 'multi.h', + 'typecheck-gcc.h', + 'system.h', + 'urlapi.h', }) pkg.deps = { '$outdir/curl_config.h', @@ -56,6 +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 vauth/( vauth.c cleartext.c cram.c digest.c digest_sspi.c krb5_gssapi.c @@ -66,7 +68,7 @@ lib('libcurl.a', [[ openssl.c gtls.c vtls.c nss.c polarssl.c polarssl_threadlock.c axtls.c cyassl.c schannel.c schannel_verify.c - darwinssl.c gskit.c mbedtls.c + darwinssl.c gskit.c mbedtls.c mesalink.c ) ) $builddir/pkg/( |
