diff --git a/thirdparty/README.md b/thirdparty/README.md index 107ff8f..0a8b281 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/thirdparty/libdatachannel b/thirdparty/libdatachannel index 0d6adc0..8c31097 160000 --- a/thirdparty/libdatachannel +++ b/thirdparty/libdatachannel @@ -1 +1 @@ -Subproject commit 0d6adc021953d7263fd4503482ea7bde33553724 +Subproject commit 8c31097ea78f051e857d0aa1b2f6efb26cd12b7e diff --git a/thirdparty/mbedtls b/thirdparty/mbedtls index 22098d4..e185d7f 160000 --- a/thirdparty/mbedtls +++ b/thirdparty/mbedtls @@ -1 +1 @@ -Subproject commit 22098d41c6620ce07cf8a0134d37302355e1e5ef +Subproject commit e185d7fd85499c8ce5ca2a54f5cf8fe7dbe3f8df diff --git a/tools/rtc.py b/tools/rtc.py index 608ce4c..d744467 100644 --- a/tools/rtc.py +++ b/tools/rtc.py @@ -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"],