summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thirdparty/README.md8
m---------thirdparty/libdatachannel0
m---------thirdparty/openssl0
-rw-r--r--tools/rtc.py1
4 files changed, 5 insertions, 4 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md
index b5a3d7f..6e82e15 100644
--- a/thirdparty/README.md
+++ b/thirdparty/README.md
@@ -19,7 +19,7 @@ Module location:
## libdatachannel
- Upstream: https://github.com/paullouisageneau/libdatachannel
-- Version: 0.18.1 (595f0ebaac3974f17e5a5c63e7e7dc0c5edd163d, 2022)
+- Version: 0.18.4 (4dd6c2117684c3d7d13c0d02b5aee8d4c2b661b0, 2023)
- License: MPL 2.0
Module location:
@@ -30,7 +30,7 @@ Module location:
# libjuice
- Upstream: https://github.com/paullouisageneau/libjuice
-- Version: 1.1.0 (0dabc046cd23da6908749e4c6add834ec29a7c49, 2022)
+- Version: 1.2.3 (8c23cc88c6d41e5ccbc44ea0ad3d79b22cf02361, 2023)
- License: MPL 2.0
Module location:
@@ -41,7 +41,7 @@ Module location:
## libsrtp
- Upstream: https://github.com/cisco/libsrtp
-- Version: 2.4.2 (90d05bf8980d16e4ac3f16c19b77e296c4bc207b, 2021)
+- Version: 2.5.0 (a566a9cfcd619e8327784aa7cff4a1276dc1e895, 2023)
- License: BSD-3-Clause
Module location:
@@ -52,7 +52,7 @@ Module location:
## openssl
- Upstream: git://git.openssl.org/openssl.git
-- Version: 3.0.7 (19cc035b6c6f2283573d29c7ea7f7d675cf750ce, 2022)
+- Version: 3.0.8 (31157bc0b46e04227b8468d3e6915e4d0332777c, 2023)
- License: Apache 2.0
Module location:
diff --git a/thirdparty/libdatachannel b/thirdparty/libdatachannel
-Subproject 595f0ebaac3974f17e5a5c63e7e7dc0c5edd163
+Subproject 4dd6c2117684c3d7d13c0d02b5aee8d4c2b661b
diff --git a/thirdparty/openssl b/thirdparty/openssl
-Subproject 19cc035b6c6f2283573d29c7ea7f7d675cf750c
+Subproject 31157bc0b46e04227b8468d3e6915e4d0332777
diff --git a/tools/rtc.py b/tools/rtc.py
index da15a84..0e7330c 100644
--- a/tools/rtc.py
+++ b/tools/rtc.py
@@ -52,6 +52,7 @@ def rtc_cmake_config(env):
config["CMAKE_OSX_SYSROOT"] = "iphonesimulator"
elif env["platform"] == "windows":
config["CMAKE_SYSTEM_NAME"] = "Windows"
+ config["BUILD_WITH_WARNINGS"] = "0" # Disables werror in libsrtp.
return config