build(sec): upgrade FreeSWITCH to 1.10.11 +sofia-sip +libks (#19377)

This commit is contained in:
Anton Georgiev 2024-01-02 14:09:50 -05:00 committed by GitHub
parent 86caf70e3b
commit e7840e19c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ if [ ! -d sofia-sip ]; then
git clone https://github.com/freeswitch/sofia-sip.git git clone https://github.com/freeswitch/sofia-sip.git
fi fi
cd sofia-sip/ cd sofia-sip/
git checkout v1.13.15 git checkout v1.13.17
./bootstrap.sh ./bootstrap.sh
./configure ./configure
@ -62,7 +62,7 @@ if [ ! -d libks ]; then
git clone https://github.com/signalwire/libks.git git clone https://github.com/signalwire/libks.git
fi fi
cd libks/ cd libks/
git checkout v1.8.2 git checkout v2.0.3
cmake . cmake .
make make

View File

@ -2,5 +2,5 @@ mkdir freeswitch
cd freeswitch cd freeswitch
git init git init
git remote add origin https://github.com/signalwire/freeswitch.git 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 git checkout FETCH_HEAD