forked from OrchidTechnologies/orchid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to the latest version of most dependencies.
- Loading branch information
Showing
37 changed files
with
76 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule flutter-desktop-embedding
updated
48 files
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include_next <winsock2.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule trace_event
updated
from dab187 to ef3586
Submodule sctp-idata
updated
20 files
+35 −18 | src/netinet/sctp_asconf.c | |
+1 −2 | src/netinet/sctp_auth.c | |
+1 −1 | src/netinet/sctp_bsd_addr.c | |
+82 −65 | src/netinet/sctp_indata.c | |
+4 −1 | src/netinet/sctp_indata.h | |
+23 −19 | src/netinet/sctp_input.c | |
+17 −30 | src/netinet/sctp_os_bsd.h | |
+1 −0 | src/netinet/sctp_os_macosx.h | |
+16 −16 | src/netinet/sctp_os_netbsd.h | |
+18 −2 | src/netinet/sctp_os_userspace.h | |
+2 −0 | src/netinet/sctp_os_windows.h | |
+102 −25 | src/netinet/sctp_output.c | |
+44 −25 | src/netinet/sctp_pcb.c | |
+1 −0 | src/netinet/sctp_pcb.h | |
+4 −14 | src/netinet/sctp_structs.h | |
+23 −2 | src/netinet/sctp_timer.c | |
+23 −49 | src/netinet/sctp_usrreq.c | |
+3 −6 | src/netinet/sctp_var.h | |
+16 −7 | src/netinet/sctputil.c | |
+12 −7 | src/netinet6/sctp6_usrreq.c |
Submodule usrsctp
updated
37 files
Submodule webrtc
updated
from 3745d3 to 9ca736
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
// XXX: tell wireshark to use WS2tcpip.h | ||
#include_next <ws2tcpip.h> |
Submodule libgcrypt
updated
8 files
+5 −12 | cipher/ecc-curves.c | |
+6 −1 | cipher/ecc-eddsa.c | |
+11 −2 | cipher/ecc.c | |
+10 −7 | doc/gcrypt.texi | |
+6 −4 | mpi/mpi-inv.c | |
+1 −2 | src/gcrypt.h.in | |
+2 −1 | src/sexp.c | |
+1 −1 | tests/benchmark.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule wireshark
updated
from 414ca8 to c416e2
Submodule base
updated
from 2344e0 to b7c905
Submodule build
updated
from 3f2bcc to 179c60
Submodule googletest
updated
29 files
Submodule libz
updated
from 21c6af to f5eca0
Submodule cppcoro
updated
2 files
+1 −1 | include/cppcoro/net/ipv4_address.hpp | |
+2 −2 | include/cppcoro/shared_task.hpp |
Submodule fmt
updated
56 files
Submodule jsoncpp
updated
5 files
+1 −1 | README.md | |
+34 −40 | src/lib_json/json_reader.cpp | |
+53 −55 | src/lib_json/json_writer.cpp | |
+64 −2 | src/test_lib_json/main.cpp | |
+1 −0 | test/data/fail_invalid_quote.json |
Submodule openvpn3
updated
12 files
+0 −77 | openvpn/addr/ip.hpp | |
+0 −45 | openvpn/addr/iperr.hpp | |
+0 −15 | openvpn/addr/ipv4.hpp | |
+0 −15 | openvpn/addr/ipv6.hpp | |
+0 −62 | openvpn/addr/route.hpp | |
+49 −0 | openvpn/mbedtls/ssl/sslctx.hpp | |
+28 −2 | openvpn/omi/openvpn.cpp | |
+5 −0 | openvpn/openssl/compat.hpp | |
+53 −0 | openvpn/openssl/ssl/sslctx.hpp | |
+42 −0 | openvpn/ssl/peerinfo.hpp | |
+2 −2 | test/ovpncli/cli.cpp | |
+35 −0 | test/unittests/test_ssl.cpp |
Submodule libevent
updated
44 files
Submodule libssh
updated
from e76332 to 866e44
Submodule tor
updated
from 6dc993 to 592208