Skip to content

Commit 32bc5d8

Browse files
committed
deps: update libcurl to 8.18.0
1 parent 9958117 commit 32bc5d8

File tree

363 files changed

+14481
-17166
lines changed

Some content is hidden

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

363 files changed

+14481
-17166
lines changed

deps/curl/curl.gyp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
'lib/curl_rtmp.c',
3434
'lib/curl_sasl.c',
3535
'lib/curl_sha512_256.c',
36+
'lib/curl_share.c',
3637
'lib/curl_sspi.c',
3738
'lib/curl_trc.c',
3839
'lib/curl_threads.c',
@@ -93,22 +94,20 @@
9394
'lib/progress.c',
9495
'lib/psl.c',
9596
'lib/rand.c',
96-
'lib/rename.c',
97+
'lib/ratelimit.c',
9798
'lib/request.c',
9899
'lib/rtsp.c',
99100
'lib/select.c',
100101
'lib/sendf.c',
101102
'lib/setopt.c',
102103
'lib/sha256.c',
103-
'lib/share.c',
104104
'lib/slist.c',
105105
'lib/smb.c',
106106
'lib/smtp.c',
107107
'lib/socketpair.c',
108108
'lib/socks.c',
109109
'lib/socks_gssapi.c',
110110
'lib/socks_sspi.c',
111-
'lib/speedcheck.c',
112111
'lib/splay.c',
113112
'lib/strcase.c',
114113
'lib/strdup.c',
@@ -132,6 +131,7 @@
132131
'lib/curlx/inet_pton.c',
133132
'lib/curlx/multibyte.c',
134133
'lib/curlx/nonblock.c',
134+
'lib/curlx/strcopy.c',
135135
'lib/curlx/strerr.c',
136136
'lib/curlx/strparse.c',
137137
'lib/curlx/timediff.c',
@@ -159,7 +159,6 @@
159159
'lib/vtls/hostcheck.c',
160160
'lib/vtls/keylog.c',
161161
'lib/vtls/mbedtls.c',
162-
'lib/vtls/mbedtls_threadlock.c',
163162
'lib/vtls/openssl.c',
164163
'lib/vtls/rustls.c',
165164
'lib/vtls/schannel.c',

deps/curl/include/Makefile.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
110110
$(top_srcdir)/m4/xc-lt-iface.m4 \
111111
$(top_srcdir)/m4/xc-val-flgs.m4 \
112112
$(top_srcdir)/m4/zz40-xc-ovr.m4 \
113-
$(top_srcdir)/m4/zz50-xc-ovr.m4 \
114-
$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
113+
$(top_srcdir)/m4/zz50-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
115114
$(top_srcdir)/configure.ac
116115
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117116
$(ACLOCAL_M4)
@@ -301,7 +300,9 @@ RANLIB = @RANLIB@
301300
RC = @RC@
302301
SED = @SED@
303302
SET_MAKE = @SET_MAKE@
303+
SFTPD = @SFTPD@
304304
SHELL = @SHELL@
305+
SSHD = @SSHD@
305306
SSL_BACKENDS = @SSL_BACKENDS@
306307
STRIP = @STRIP@
307308
SUPPORT_FEATURES = @SUPPORT_FEATURES@

deps/curl/include/curl/Makefile.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/curl-amissl.m4 \
110110
$(top_srcdir)/m4/xc-lt-iface.m4 \
111111
$(top_srcdir)/m4/xc-val-flgs.m4 \
112112
$(top_srcdir)/m4/zz40-xc-ovr.m4 \
113-
$(top_srcdir)/m4/zz50-xc-ovr.m4 \
114-
$(top_srcdir)/m4/zz60-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
113+
$(top_srcdir)/m4/zz50-xc-ovr.m4 $(top_srcdir)/acinclude.m4 \
115114
$(top_srcdir)/configure.ac
116115
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
117116
$(ACLOCAL_M4)
@@ -288,7 +287,9 @@ RANLIB = @RANLIB@
288287
RC = @RC@
289288
SED = @SED@
290289
SET_MAKE = @SET_MAKE@
290+
SFTPD = @SFTPD@
291291
SHELL = @SHELL@
292+
SSHD = @SSHD@
292293
SSL_BACKENDS = @SSL_BACKENDS@
293294
STRIP = @STRIP@
294295
SUPPORT_FEATURES = @SUPPORT_FEATURES@

0 commit comments

Comments
 (0)