Skip to content

Commit

Permalink
Merge pull request #19380 from antobinary/30fsbump
Browse files Browse the repository at this point in the history
build(sec): upgrade FreeSWITCH to 1.10.11 +sofia-sip +libks (backport of #19377)
  • Loading branch information
antobinary committed Jan 3, 2024
2 parents 8f38299 + c65ef6b commit ab95234
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/packages-template/bbb-freeswitch-core/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion freeswitch.placeholder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ab95234

Please sign in to comment.