diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2023-12-22 02:43:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-22 02:43:24 +0100 |
commit | fa28efa51d232c7e3cd0fe8100861c5d518eefd0 (patch) | |
tree | 5d6633addbb0d30dba53c0f454f4ca0ed35b53ab | |
parent | 81239d820dc14a045f10353d2b1fbd935a5246d4 (diff) | |
parent | 6e33e43f368c1ed26b6b08e88d16aec3caaaf318 (diff) | |
download | fork-godot-webrtc-native-fa28efa51d232c7e3cd0fe8100861c5d518eefd0.tar.gz fork-godot-webrtc-native-fa28efa51d232c7e3cd0fe8100861c5d518eefd0.tar.bz2 fork-godot-webrtc-native-fa28efa51d232c7e3cd0fe8100861c5d518eefd0.zip |
Merge pull request #133 from Faless/bump/openssl_3.0.12_libdatachannel_0.19.4
Update to OpenSSL 3.0.12, libdatachannel 0.19.4
-rw-r--r-- | thirdparty/README.md | 4 | ||||
m--------- | thirdparty/libdatachannel | 0 | ||||
m--------- | thirdparty/openssl | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index f1f12b6..b0ccc54 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -19,7 +19,7 @@ Module location: ## libdatachannel - Upstream: https://github.com/paullouisageneau/libdatachannel -- Version: 0.19.3 (2cea8358c7d8381c9af2caf06cee0f72ebb91b1b, 2023) +- Version: 0.19.4 (cb77870cde2c78007a336eae3aacd234dccda161, 2023) - License: MPL 2.0 Module location: @@ -52,7 +52,7 @@ Module location: ## openssl - Upstream: git://git.openssl.org/openssl.git -- Version: 3.0.11 (6ba3884c3235e1bb474b379026087f8216afacf4, 2023) +- Version: 3.0.12 (c3cc0f1386b0544383a61244a4beeb762b67498f, 2023) - License: Apache 2.0 Module location: diff --git a/thirdparty/libdatachannel b/thirdparty/libdatachannel -Subproject 2cea8358c7d8381c9af2caf06cee0f72ebb91b1 +Subproject cb77870cde2c78007a336eae3aacd234dccda16 diff --git a/thirdparty/openssl b/thirdparty/openssl -Subproject 6ba3884c3235e1bb474b379026087f8216afacf +Subproject c3cc0f1386b0544383a61244a4beeb762b67498 |