Skip to content

Commit 17a209b

Browse files
authored
Upgrade cURL to v8.17.0 (#9)
See: https://github.com/curl/curl/releases/tag/curl-8_17_0 Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 38206da commit 17a209b

File tree

204 files changed

+8378
-9008
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+8378
-9008
lines changed

DEPENDENCIES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
vendorpull https://github.com/sourcemeta/vendorpull 1dcbac42809cf87cb5b045106b863e17ad84ba02
22
mbedtls https://github.com/Mbed-TLS/mbedtls v3.6.5
33
zlib https://github.com/madler/zlib v1.3.1
4-
curl https://github.com/curl/curl curl-8_16_0
4+
curl https://github.com/curl/curl curl-8_17_0
55
nghttp2 https://github.com/nghttp2/nghttp2 v1.67.1
66
cpr https://github.com/libcpr/cpr 1.12.0
77
c-ares https://github.com/c-ares/c-ares v1.34.5

cmake/FindCURL.cmake

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ if(NOT CURL_FOUND)
1818
add_library(curl
1919
"${CURL_PUBLIC_HEADER}" ${CURL_PRIVATE_HEADERS}
2020

21+
"${CURL_DIR}/lib/curl_fopen.c"
22+
"${CURL_DIR}/lib/curl_fopen.h"
23+
"${CURL_DIR}/lib/curlx/fopen.c"
24+
"${CURL_DIR}/lib/curlx/fopen.h"
25+
"${CURL_DIR}/lib/curlx/strerr.c"
26+
"${CURL_DIR}/lib/curlx/strerr.h"
27+
"${CURL_DIR}/lib/multi_ntfy.c"
28+
"${CURL_DIR}/lib/multi_ntfy.h"
29+
"${CURL_DIR}/lib/vtls/apple.c"
30+
"${CURL_DIR}/lib/vtls/apple.h"
2131
"${CURL_DIR}/lib/strcase.c"
2232
"${CURL_DIR}/lib/cf-h2-proxy.h"
2333
"${CURL_DIR}/lib/easyoptions.c"
@@ -78,7 +88,6 @@ if(NOT CURL_FOUND)
7888
"${CURL_DIR}/lib/hostip.c"
7989
"${CURL_DIR}/lib/curl_sspi.h"
8090
"${CURL_DIR}/lib/http.h"
81-
"${CURL_DIR}/lib/curl_des.h"
8291
"${CURL_DIR}/lib/curl_gethostname.h"
8392
"${CURL_DIR}/lib/rtsp.h"
8493
"${CURL_DIR}/lib/splay.h"
@@ -94,7 +103,6 @@ if(NOT CURL_FOUND)
94103
"${CURL_DIR}/lib/config-plan9.h"
95104
"${CURL_DIR}/lib/noproxy.h"
96105
"${CURL_DIR}/lib/gopher.h"
97-
"${CURL_DIR}/lib/fopen.c"
98106
"${CURL_DIR}/lib/multihandle.h"
99107
"${CURL_DIR}/lib/socks.c"
100108
"${CURL_DIR}/lib/imap.h"
@@ -149,7 +157,6 @@ if(NOT CURL_FOUND)
149157
"${CURL_DIR}/lib/vquic/curl_osslq.h"
150158
"${CURL_DIR}/lib/vquic/vquic_int.h"
151159
"${CURL_DIR}/lib/cookie.h"
152-
"${CURL_DIR}/lib/krb5.c"
153160
"${CURL_DIR}/lib/uint-spbset.c"
154161
"${CURL_DIR}/lib/macos.h"
155162
"${CURL_DIR}/lib/headers.h"
@@ -208,12 +215,10 @@ if(NOT CURL_FOUND)
208215
"${CURL_DIR}/lib/rename.h"
209216
"${CURL_DIR}/lib/pop3.c"
210217
"${CURL_DIR}/lib/arpa_telnet.h"
211-
"${CURL_DIR}/lib/fopen.h"
212218
"${CURL_DIR}/lib/noproxy.c"
213219
"${CURL_DIR}/lib/gopher.c"
214220
"${CURL_DIR}/lib/rtsp.c"
215221
"${CURL_DIR}/lib/curl_gethostname.c"
216-
"${CURL_DIR}/lib/curl_des.c"
217222
"${CURL_DIR}/lib/functypes.h"
218223
"${CURL_DIR}/lib/escape.h"
219224
"${CURL_DIR}/lib/setup-win32.h"
@@ -309,7 +314,6 @@ if(NOT CURL_FOUND)
309314
"${CURL_DIR}/lib/vtls/vtls.h"
310315
"${CURL_DIR}/lib/vtls/hostcheck.c"
311316
"${CURL_DIR}/lib/vtls/rustls.c"
312-
"${CURL_DIR}/lib/vtls/wolfssl.h"
313317
"${CURL_DIR}/lib/vtls/vtls_spack.h"
314318
"${CURL_DIR}/lib/vtls/schannel.c"
315319
"${CURL_DIR}/lib/vtls/openssl.h"
@@ -331,7 +335,6 @@ if(NOT CURL_FOUND)
331335
"${CURL_DIR}/lib/vtls/keylog.c"
332336
"${CURL_DIR}/lib/vtls/openssl.c"
333337
"${CURL_DIR}/lib/vtls/vtls_spack.c"
334-
"${CURL_DIR}/lib/vtls/wolfssl.c"
335338
"${CURL_DIR}/lib/vtls/schannel.h"
336339
"${CURL_DIR}/lib/vtls/mbedtls_threadlock.c"
337340
"${CURL_DIR}/lib/vtls/x509asn1.c"
@@ -343,14 +346,12 @@ if(NOT CURL_FOUND)
343346
"${CURL_DIR}/lib/vssh/curl_path.h"
344347
"${CURL_DIR}/lib/vssh/ssh.h"
345348
"${CURL_DIR}/lib/vssh/curl_path.c"
346-
"${CURL_DIR}/lib/vssh/wolfssh.c"
347349
"${CURL_DIR}/lib/asyn-ares.c"
348350
"${CURL_DIR}/lib/imap.c"
349351
"${CURL_DIR}/lib/headers.c"
350352
"${CURL_DIR}/lib/macos.c"
351353
"${CURL_DIR}/lib/uint-spbset.h"
352354
"${CURL_DIR}/lib/cookie.c"
353-
"${CURL_DIR}/lib/curl_krb5.h"
354355
"${CURL_DIR}/lib/hostip6.c"
355356
"${CURL_DIR}/lib/sendf.c"
356357
"${CURL_DIR}/lib/ftplistparser.c"

vendor/curl/include/curl/curl.h

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/curl/include/curl/curlver.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/curl/include/curl/multi.h

Lines changed: 29 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)