From 90be2489f8e335f2d07b61a187e71810895146e2 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 14 Jun 2016 10:47:51 +0200 Subject: [PATCH] submodules: remove polarssl since we are now using mbedtls --- .gitmodules | 3 --- CHANGELOG.md | 1 + submodules/belle-sip | 2 +- submodules/externals/polarssl | 1 - 4 files changed, 2 insertions(+), 5 deletions(-) delete mode 160000 submodules/externals/polarssl diff --git a/.gitmodules b/.gitmodules index 20f1a6887..b43aa79b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,9 +46,6 @@ [submodule "submodules/externals/antlr3"] path = submodules/externals/antlr3 url = git://git.linphone.org/antlr3.git -[submodule "submodules/externals/polarssl"] - path = submodules/externals/polarssl - url = git://git.linphone.org/polarssl.git [submodule "submodules/externals/opus"] path = submodules/externals/opus url = git://git.linphone.org/opus.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 4baaf4947..cd3234f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ Group changes to describe their impact on the project, as follows: - Push notifications are now configurable per account - Update to latest OpenH264 version to fix issue with Xcode 7.3 and arm64 devices [openh264 issue 2434] - Default transport reset to "UDP" for external accounts in assistant since most providers only support that +- Removed deprecated polarssl submodule, using mbedtls instead ### Fixed - Fix invalid photo rotation when using Camera for avatars diff --git a/submodules/belle-sip b/submodules/belle-sip index a46c73939..ff7b04726 160000 --- a/submodules/belle-sip +++ b/submodules/belle-sip @@ -1 +1 @@ -Subproject commit a46c73939d7bb495e0604fe4493a55ff17a5aaf3 +Subproject commit ff7b0472611a4db2a58553eeec207b5147269852 diff --git a/submodules/externals/polarssl b/submodules/externals/polarssl deleted file mode 160000 index b6cc048a3..000000000 --- a/submodules/externals/polarssl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b6cc048a387f51c1f04c7f20a2056da833d65172