Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Megamouse committed Jul 2, 2023
1 parent 44801c5 commit 21ada25
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/FAudio
2 changes: 1 addition & 1 deletion 3rdparty/curl/curl
Submodule curl updated 67 files
+34 −56 RELEASE-NOTES
+9 −3 configure.ac
+1 −1 docs/INSTALL.md
+3 −0 docs/THANKS
+22 −16 docs/cmdline-opts/page-header
+1 −1 docs/examples/htmltitle.cpp
+2 −2 docs/examples/httpput.c
+1 −1 docs/libcurl/libcurl.m4
+3 −3 include/curl/curlver.h
+19 −11 lib/bufq.c
+0 −18 lib/bufq.h
+1 −1 lib/cf-h2-proxy.c
+0 −16 lib/cf-haproxy.c
+0 −4 lib/cf-haproxy.h
+7 −25 lib/cf-https-connect.c
+17 −7 lib/cf-socket.c
+0 −11 lib/cf-socket.h
+12 −39 lib/cfilters.c
+1 −12 lib/cfilters.h
+43 −31 lib/connect.c
+0 −25 lib/connect.h
+1 −1 lib/cookie.c
+1 −1 lib/curl_addrinfo.c
+25 −26 lib/dynhds.c
+2 −0 lib/dynhds.h
+2 −2 lib/hostip.c
+0 −3 lib/hostip.h
+6 −7 lib/http2.c
+0 −2 lib/http2.h
+0 −13 lib/socks.c
+0 −4 lib/socks.h
+9 −6 lib/url.c
+0 −2 lib/url.h
+2 −7 lib/urlapi.c
+1 −1 lib/vauth/vauth.h
+22 −11 lib/vquic/curl_ngtcp2.c
+28 −12 lib/vquic/curl_quiche.c
+5 −5 lib/vquic/vquic.c
+0 −6 lib/vquic/vquic_int.h
+27 −16 lib/vssh/libssh.c
+1 −1 lib/vtls/sectransp.c
+0 −40 lib/vtls/vtls.c
+0 −18 lib/vtls/vtls.h
+28 −14 lib/vtls/x509asn1.c
+2 −3 m4/curl-confopts.m4
+1 −1 packages/OS400/curl.inc.in
+1 −1 packages/OS400/initscript.sh
+1 −1 packages/vms/curl_release_note_start.txt
+9 −9 scripts/contributors.sh
+0 −1 scripts/contrithanks.sh
+5 −0 scripts/singleuse.pl
+50 −25 src/tool_cb_dbg.c
+1 −1 src/tool_cb_rea.c
+1 −1 src/tool_cfgable.h
+1 −1 tests/data/test178
+1 −1 tests/data/test1906
+1 −1 tests/data/test31
+1 −1 tests/data/test415
+1 −1 tests/data/test420
+1 −1 tests/devtest.pl
+20 −0 tests/http/test_07_upload.py
+81 −0 tests/http/test_14_auth.py
+35 −14 tests/http/testenv/httpd.py
+42 −0 tests/libtest/lib1560.c
+1 −1 tests/testutil.pm
+1 −1 tests/unit/unit1399.c
+11 −11 tests/unit/unit2600.c
2 changes: 1 addition & 1 deletion 3rdparty/libpng/libpng
2 changes: 1 addition & 1 deletion 3rdparty/libsdl-org/SDL
Submodule SDL updated 931 files
6 changes: 6 additions & 0 deletions 3rdparty/wolfssl/extra/win32/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#define NO_PSK
#define HAVE_EXTENDED_MASTER
#define WOLFSSL_SNIFFER
#define WOLFSSL_IGNORE_FILE_WARN
#define HAVE_AESGCM
#define HAVE_SUPPORTED_CURVES
#define HAVE_TLS_EXTENSIONS
Expand All @@ -63,11 +64,16 @@ extern FILE* wolfSSL_fopen_utf8(const char* name, const char* mode);
#define XFWRITE fwrite
#define XFCLOSE fclose
#define XSEEK_END SEEK_END
#define XSEEK_SET SEEK_SET
#define XBADFILE NULL
#define XFGETS fgets
#define XFPRINTF fprintf
#define XFFLUSH fflush

/* For some reason we need to define ssize_t */
#define HAVE_SSIZE_T
#define ssize_t __int64

#include <sys/stat.h>
extern int wolfSSL_stat_utf8(const char* path, struct _stat* buffer);
#define XSTAT wolfSSL_stat_utf8
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/wolfssl/wolfssl
Submodule wolfssl updated 312 files
1 change: 1 addition & 0 deletions 3rdparty/wolfssl/wolfssl.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<ItemGroup>
<ClCompile Include="wolfssl\src\crl.c" />
<ClCompile Include="wolfssl\src\internal.c" />
<ClCompile Include="wolfssl\src\ssl_asn1.c" />
<ClCompile Include="wolfssl\src\wolfio.c" />
<ClCompile Include="wolfssl\src\keys.c" />
<ClCompile Include="wolfssl\src\ocsp.c" />
Expand Down

0 comments on commit 21ada25

Please sign in to comment.