diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-12-09 14:45:31 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2022-12-10 17:13:59 +0100 |
commit | dfaad6f5baa01c6c0975237963e35edcfa37ec08 (patch) | |
tree | 393ac5d8e204c6d87337f0f9663b2db1db2e4a08 /thirdparty | |
parent | 35bdd5efa71ba32a6c1cdfbabfa4b8dc71760aac (diff) | |
download | fork-godot-webrtc-native-dfaad6f5baa01c6c0975237963e35edcfa37ec08.tar.gz fork-godot-webrtc-native-dfaad6f5baa01c6c0975237963e35edcfa37ec08.tar.bz2 fork-godot-webrtc-native-dfaad6f5baa01c6c0975237963e35edcfa37ec08.zip |
Bump godot-cpp to beta8, libdatachannel to v0.18.0
libdatachannel and libjuice are now released under MPL 2.0.
Dependencies has been refactored under a `thirdparty` folder similar to
what we have in Godot, with a dedicated `thirdparty/README.md`
containing details information on dependencies upstreams, versions, and
licenses.
Diffstat (limited to 'thirdparty')
-rw-r--r-- | thirdparty/README.md | 82 | ||||
m--------- | thirdparty/libdatachannel | 0 | ||||
m--------- | thirdparty/openssl | 0 |
3 files changed, 82 insertions, 0 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md new file mode 100644 index 0000000..94e1e8f --- /dev/null +++ b/thirdparty/README.md @@ -0,0 +1,82 @@ +# Third party libraries + +Please keep categories (`##` level) listed alphabetically and matching their +respective folder names. Use two empty lines to separate categories for +readability. + + +## json + +- Upstream: https://github.com/nlohmann/json +- Version: 3.10.5 (4f8fba14066156b73f1189a2b8bd568bde5284c5, 2022) +- License: MIT + +Module location: + +- thirdparty/libdatachannel/deps/json + + +## libdatachannel + +- Upstream: https://github.com/paullouisageneau/libdatachannel +- Version: 0.18.0 (084445012d6c63c9f2cc250d88df553aed2eb189, 2022) +- License: MPL 2.0 + +Module location: + +- thirdparty/libdatachannel + + +# libjuice + +- Upstream: https://github.com/paullouisageneau/libjuice +- Version: 1.1.0 (0dabc046cd23da6908749e4c6add834ec29a7c49, 2022) +- License: MPL 2.0 + +Module location: + +- thirdparty/libdatachannel/deps/libjuice + + +## libsrtp + +- Upstream: https://github.com/cisco/libsrtp +- Version: 2.4.2 (90d05bf8980d16e4ac3f16c19b77e296c4bc207b, 2021) +- License: BSD-3-Clause + +Module location: + +- thirdparty/libdatachannel/deps/libsrtp + + +## openssl + +- Upstream: git://git.openssl.org/openssl.git +- Version: 3.0.7 (19cc035b6c6f2283573d29c7ea7f7d675cf750ce, 2022) +- License: Apache 2.0 + +Module location: + +- thirdparty/openssl + + +## plog + +- Upstream: https://github.com/SergiusTheBest/plog +- Version: git (d8461e9d473e59fbcc1f79eee021550dcf81e618, 2021) +- License: MPL 2.0 + +Module location: + +- thirdparty/libdatachannel/deps/plog + + +## usrsctp + +- Upstream: https://github.com/sctplab/usrsctp +- Version: git (7c31bd35c79ba67084ce029511193a19ceb97447, 2021) +- License: BSD-3-Clause + +Module location: + +- thirdparty/libdatachannel/deps/usrsctp diff --git a/thirdparty/libdatachannel b/thirdparty/libdatachannel new file mode 160000 +Subproject 084445012d6c63c9f2cc250d88df553aed2eb18 diff --git a/thirdparty/openssl b/thirdparty/openssl new file mode 160000 +Subproject 19cc035b6c6f2283573d29c7ea7f7d675cf750c |