core: update simplexmq (tls 2.0)

This commit is contained in:
Evgeny Poberezkin
2024-06-24 09:23:14 +01:00
parent 85dc467f74
commit e4704a33c4
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ packages: .
-- packages: . ../simplexmq
-- packages: . ../simplexmq ../direct-sqlcipher ../sqlcipher-simple
index-state: 2023-12-12T00:00:00Z
index-state: 2024-06-01T00:00:00Z
package cryptostore
flags: +use_crypton
@@ -12,7 +12,7 @@ constraints: zip +disable-bzip2 +disable-zstd
source-repository-package
type: git
location: https://github.com/simplex-chat/simplexmq.git
tag: 8a3b72458f917e9867f4e3640dda0fa1827ff6cf
tag: e2d0d975e8924941e3666c34b026d61532ffd75b
source-repository-package
type: git
+1 -1
View File
@@ -45,7 +45,7 @@ dependencies:
- stm == 2.5.*
- terminal == 0.2.*
- time == 1.12.*
- tls >= 1.7.0 && < 1.8
- tls >= 2.0.6 && < 2.1
- unliftio == 0.2.*
- unliftio-core == 0.2.*
- zip == 2.0.*
+7 -7
View File
@@ -225,7 +225,7 @@ library
, stm ==2.5.*
, terminal ==0.2.*
, time ==1.12.*
, tls >=1.7.0 && <1.8
, tls >=2.0.6 && <2.1
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, zip ==2.0.*
@@ -288,7 +288,7 @@ executable simplex-bot
, stm ==2.5.*
, terminal ==0.2.*
, time ==1.12.*
, tls >=1.7.0 && <1.8
, tls >=2.0.6 && <2.1
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, zip ==2.0.*
@@ -351,7 +351,7 @@ executable simplex-bot-advanced
, stm ==2.5.*
, terminal ==0.2.*
, time ==1.12.*
, tls >=1.7.0 && <1.8
, tls >=2.0.6 && <2.1
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, zip ==2.0.*
@@ -417,7 +417,7 @@ executable simplex-broadcast-bot
, stm ==2.5.*
, terminal ==0.2.*
, time ==1.12.*
, tls >=1.7.0 && <1.8
, tls >=2.0.6 && <2.1
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, zip ==2.0.*
@@ -481,7 +481,7 @@ executable simplex-chat
, stm ==2.5.*
, terminal ==0.2.*
, time ==1.12.*
, tls >=1.7.0 && <1.8
, tls >=2.0.6 && <2.1
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, websockets ==0.12.*
@@ -551,7 +551,7 @@ executable simplex-directory-service
, stm ==2.5.*
, terminal ==0.2.*
, time ==1.12.*
, tls >=1.7.0 && <1.8
, tls >=2.0.6 && <2.1
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, zip ==2.0.*
@@ -650,7 +650,7 @@ test-suite simplex-chat-test
, stm ==2.5.*
, terminal ==0.2.*
, time ==1.12.*
, tls >=1.7.0 && <1.8
, tls >=2.0.6 && <2.1
, unliftio ==0.2.*
, unliftio-core ==0.2.*
, zip ==2.0.*