From e7840e19c5b7843ec366c8b955d3123e9f386383 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Tue, 2 Jan 2024 14:09:50 -0500 Subject: [PATCH] build(sec): upgrade FreeSWITCH to 1.10.11 +sofia-sip +libks (#19377) --- build/packages-template/bbb-freeswitch-core/build.sh | 4 ++-- freeswitch.placeholder.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/packages-template/bbb-freeswitch-core/build.sh b/build/packages-template/bbb-freeswitch-core/build.sh index 596fd9f3b1..60442dde1f 100755 --- a/build/packages-template/bbb-freeswitch-core/build.sh +++ b/build/packages-template/bbb-freeswitch-core/build.sh @@ -31,7 +31,7 @@ if [ ! -d sofia-sip ]; then git clone https://github.com/freeswitch/sofia-sip.git fi cd sofia-sip/ -git checkout v1.13.15 +git checkout v1.13.17 ./bootstrap.sh ./configure @@ -62,7 +62,7 @@ if [ ! -d libks ]; then git clone https://github.com/signalwire/libks.git fi cd libks/ -git checkout v1.8.2 +git checkout v2.0.3 cmake . make diff --git a/freeswitch.placeholder.sh b/freeswitch.placeholder.sh index 10a1af09c5..963bf10d45 100755 --- a/freeswitch.placeholder.sh +++ b/freeswitch.placeholder.sh @@ -2,5 +2,5 @@ mkdir freeswitch cd freeswitch git init git remote add origin https://github.com/signalwire/freeswitch.git -git fetch --depth 1 origin v1.10.10 +git fetch --depth 1 origin v1.10.11 git checkout FETCH_HEAD