Bump libsignal-protocol-c version to 2.3.3

This commit is contained in:
Marvin W 2020-04-13 18:16:52 +02:00
parent bcbd5f0807
commit fbd70ceaac
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
3 changed files with 3 additions and 3 deletions

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "libsignal-protocol-c"]
path = plugins/signal-protocol/libsignal-protocol-c
url = https://github.com/WhisperSystems/libsignal-protocol-c.git
branch = v2.3.2
branch = v2.3.3

View File

@ -32,7 +32,7 @@ if(NOT BUILD_LIBSIGNAL_IN_TREE)
# libsignal-protocol-c has a history of breaking compatibility on the patch level
# we'll have to check compatibility for every new release
# distro maintainers may update this dependency after compatibility tests
find_package(SignalProtocol 2.3.2 EXACT REQUIRED)
find_package(SignalProtocol 2.3.2 REQUIRED)
else()
add_subdirectory(libsignal-protocol-c EXCLUDE_FROM_ALL)
set_property(TARGET curve25519 PROPERTY POSITION_INDEPENDENT_CODE ON)

@ -1 +1 @@
Subproject commit 4a137eaf4eb4421949e2e1dde9f11ec7bc07b88f
Subproject commit 3a83a4f4ed2302ff6e68ab569c88793b50c22d28