diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2024-10-25 11:13:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-25 11:13:01 +0200 |
commit | cb1ef2e59c318856e7a9cd814c79486d0c26105a (patch) | |
tree | 37387771b8164ac83fa40c3d3a010e64a6288b5d | |
parent | effada6b452472f001bd0bb5b3b6b828343760be (diff) | |
parent | 038bac82d66a193052bbf864ef72df536d12c87f (diff) | |
download | fork-godot-webrtc-native-cb1ef2e59c318856e7a9cd814c79486d0c26105a.tar.gz fork-godot-webrtc-native-cb1ef2e59c318856e7a9cd814c79486d0c26105a.tar.bz2 fork-godot-webrtc-native-cb1ef2e59c318856e7a9cd814c79486d0c26105a.zip |
Merge pull request #152 from Faless/bump/libdatachannel_0.22.1_openssl_3.4.0
Update to libdatachannel 0.22.2 OpenSSL 3.4.0
-rw-r--r-- | build_profile.json | 3 | ||||
-rw-r--r-- | thirdparty/README.md | 6 | ||||
m--------- | thirdparty/libdatachannel | 0 | ||||
m--------- | thirdparty/openssl | 0 |
4 files changed, 5 insertions, 4 deletions
diff --git a/build_profile.json b/build_profile.json index 2959247..470bff9 100644 --- a/build_profile.json +++ b/build_profile.json @@ -5,6 +5,7 @@ "WebRTCDataChannelGDNative", "WebRTCPeerConnectionGDNative", "NativeScript", - "GDNativeLibrary" + "GDNativeLibrary", + "Window" ] } diff --git a/thirdparty/README.md b/thirdparty/README.md index a9a4aa5..e3bfb4b 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -19,7 +19,7 @@ Module location: ## libdatachannel - Upstream: https://github.com/paullouisageneau/libdatachannel -- Version: 0.20.2 (0b1074a9effeb8d9d3f4eca704d3fe3d2f9bc7e5, 2024) +- Version: 0.22.1 (f8ffbe37e6c06e4838b41c2c018ccc3a8028a1c8, 2024) - License: MPL 2.0 Module location: @@ -30,7 +30,7 @@ Module location: # libjuice - Upstream: https://github.com/paullouisageneau/libjuice -- Version: 1.3.4 (0b6f958baba55e1a4eb31ec2137f62b2e07382ae, 2024) +- Version: 1.5.7 (70ba50cce33350b64404557ea63658e925758ce6, 2024) - License: MPL 2.0 Module location: @@ -52,7 +52,7 @@ Module location: ## openssl - Upstream: git://git.openssl.org/openssl.git -- Version: 3.0.13 (85cf92f55d9e2ac5aacf92bedd33fb890b9f8b4c, 2024) +- Version: 3.4.0 (98acb6b02839c609ef5b837794e08d906d965335, 2024) - License: Apache 2.0 Module location: diff --git a/thirdparty/libdatachannel b/thirdparty/libdatachannel -Subproject 0b1074a9effeb8d9d3f4eca704d3fe3d2f9bc7e +Subproject f8ffbe37e6c06e4838b41c2c018ccc3a8028a1c diff --git a/thirdparty/openssl b/thirdparty/openssl -Subproject 85cf92f55d9e2ac5aacf92bedd33fb890b9f8b4 +Subproject 98acb6b02839c609ef5b837794e08d906d96533 |