Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions thirdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readability.
## libdatachannel

- Upstream: https://github.com/paullouisageneau/libdatachannel
- Version: 0.22.6 (0d6adc021953d7263fd4503482ea7bde33553724, 2025)
- Version: 0.24.0 (8c31097ea78f051e857d0aa1b2f6efb26cd12b7e, 2025)
- License: MPL 2.0

Module location:
Expand All @@ -19,7 +19,7 @@ Module location:
# libjuice

- Upstream: https://github.com/paullouisageneau/libjuice
- Version: 1.5.9 (8d1a99a0683a811876c03a73ff764a92774027ad, 2025)
- Version: 1.7.0 (5948a4162d37bc213d6051b67ee2876ccc5a99a6, 2025)
- License: MPL 2.0

Module location:
Expand All @@ -30,7 +30,7 @@ Module location:
## libsrtp

- Upstream: https://github.com/cisco/libsrtp
- Version: 2.5.0 (a566a9cfcd619e8327784aa7cff4a1276dc1e895, 2023)
- Version: 2.7.0 (ee1a77c9f9dc02c42bda9901038c500c5efe4cfa, 2023)
- License: BSD-3-Clause

Module location:
Expand All @@ -41,7 +41,7 @@ Module location:
## mbedTLS

- Upstream: https://github.com/Mbed-TLS/mbedtls.git
- Version: 3.6.3 (22098d41c6620ce07cf8a0134d37302355e1e5ef, 2025)
- Version: 3.6.5 (e185d7fd85499c8ce5ca2a54f5cf8fe7dbe3f8df, 2025)
- License: Apache 2.0

Module location:
Expand All @@ -52,7 +52,7 @@ Module location:
## plog

- Upstream: https://github.com/SergiusTheBest/plog
- Version: 1.1.10 (e21baecd4753f14da64ede979c5a19302618b752, 2023)
- Version: 1.1.10+git (94899e0b926ac1b0f4750bfbd495167b4a6ae9ef, 2025)
- License: MIT

Module location:
Expand All @@ -63,7 +63,7 @@ Module location:
## usrsctp

- Upstream: https://github.com/sctplab/usrsctp
- Version: git (ebb18adac6501bad4501b1f6dccb67a1c85cc299, 2023)
- Version: git (fec583d54493f879d2ae44a743423bf8a04371ab, 2025)
- License: BSD-3-Clause

Module location:
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/libdatachannel
Submodule libdatachannel updated 107 files
2 changes: 1 addition & 1 deletion thirdparty/mbedtls
Submodule mbedtls updated 1064 files
1 change: 1 addition & 0 deletions tools/rtc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def build_library(env, mbedtls):
"NO_WEBSOCKET": 1,
"NO_EXAMPLES": 1,
"NO_TESTS": 1,
"ENABLE_WARNINGS_AS_ERRORS": 0 if env["platform"] == "windows" and not env.get("is_msvc", False) else 1,
"BUILD_WITH_WARNINGS": "0", # Disables werror in libsrtp.
"USE_MBEDTLS": 1,
"MbedTLS_LIBRARY": env["MBEDTLS_LIBRARY"],
Expand Down