From b7098e7496f072126385f0b4b4fe7be44a600a3c Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Wed, 24 May 2023 16:33:32 +0200 Subject: [OpenSSL] Bump to version 3.0.8 --- thirdparty/README.md | 2 +- thirdparty/openssl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thirdparty/README.md b/thirdparty/README.md index b5a3d7f..572da26 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -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/openssl b/thirdparty/openssl index 19cc035..31157bc 160000 --- a/thirdparty/openssl +++ b/thirdparty/openssl @@ -1 +1 @@ -Subproject commit 19cc035b6c6f2283573d29c7ea7f7d675cf750ce +Subproject commit 31157bc0b46e04227b8468d3e6915e4d0332777c -- cgit v1.2.3 From 826a7361768fb8518aadc3acb84c243b240bb4d4 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Wed, 24 May 2023 16:41:04 +0200 Subject: [libdatachannel] Bump to version 0.18.4 --- thirdparty/README.md | 6 +++--- thirdparty/libdatachannel | 2 +- tools/rtc.py | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/thirdparty/README.md b/thirdparty/README.md index 572da26..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: diff --git a/thirdparty/libdatachannel b/thirdparty/libdatachannel index 595f0eb..4dd6c21 160000 --- a/thirdparty/libdatachannel +++ b/thirdparty/libdatachannel @@ -1 +1 @@ -Subproject commit 595f0ebaac3974f17e5a5c63e7e7dc0c5edd163d +Subproject commit 4dd6c2117684c3d7d13c0d02b5aee8d4c2b661b0 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 -- cgit v1.2.3