aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dino/bump-signal-version.patch
blob: 26532b34cefa902055a8e2bb3df0005a4a3d4ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/plugins/signal-protocol/CMakeLists.txt b/plugins/signal-protocol/CMakeLists.txt
index 0ae8411..a687c79 100644
--- a/plugins/signal-protocol/CMakeLists.txt
+++ b/plugins/signal-protocol/CMakeLists.txt
@@ -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.3 EXACT REQUIRED)
 else()
     add_subdirectory(libsignal-protocol-c EXCLUDE_FROM_ALL)
     set_property(TARGET curve25519 PROPERTY POSITION_INDEPENDENT_CODE ON)