]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
depend on tls >= 1.5.0 (thread safety for writes) 0.6.2.4
authorFrank Doepper <[email protected]>
Mon, 30 Aug 2021 14:23:21 +0000 (16:23 +0200)
committerFrank Doepper <[email protected]>
Mon, 30 Aug 2021 14:25:52 +0000 (16:25 +0200)
ChangeLog.md
amqp-utils.cabal
amqp-utils.nix
debian/changelog
debian/control

index 5eabf582ab0db8e3d137d71ff361e727cf90d415..c6524f76a38cefcb712a3d67595b10ae3927b0c1 100644 (file)
@@ -1,5 +1,9 @@
 # Revision history for haskell-amqp-utils
 
+## 0.6.2.4  -- 2021-08-30
+
+* depend on tls >= 1.5.0 (thread safety for writes)
+
 ## 0.6.2.2  -- 2021-08-25
 
 * agitprop: option to move sent file to another dir instead of just removing
index e0c7dfbd055129bea5234a971403229d87fd83c7..9cd5ce89bf003c63f632feb067716845a991bc9e 100644 (file)
@@ -1,6 +1,6 @@
 name:                amqp-utils
 
-version:             0.6.2.2
+version:             0.6.2.4
 
 synopsis:            AMQP toolset for the command line
 
@@ -47,7 +47,7 @@ executable konsum
                        utf8-string,
                        x509-system,
                        network > 2.6,
-                       tls >= 1.3.9,
+                       tls >= 1.5.0,
                        amqp >=0.19
 
   ghc-options:         -threaded -Wall
@@ -74,7 +74,7 @@ executable agitprop
                        utf8-string,
                        x509-system,
                        network > 2.6,
-                       tls >= 1.3.9,
+                       tls >= 1.5.0,
                        amqp >=0.19,
                        unix >= 2.7,
                        magic
@@ -104,7 +104,7 @@ executable plane
                        utf8-string,
                        x509-system,
                        network > 2.6,
-                       tls >= 1.3.9,
+                       tls >= 1.5.0,
                        amqp >=0.19,
                        unix >= 2.7
 
@@ -131,7 +131,7 @@ executable arbeite
                        utf8-string,
                        x509-system,
                        network > 2.6,
-                       tls >= 1.3.9,
+                       tls >= 1.5.0,
                        amqp >=0.19,
                        unix >= 2.7
 
index 9803c45e9c784869d5ec1aaea5c50a0b89d59afb..fb9b787b4378a3ed0e912ec491664d9d31c5ed8d 100644 (file)
@@ -5,7 +5,7 @@
 
 mkDerivation {
   pname = "amqp-utils";
-  version = "0.6.2.2";
+  version = "0.6.2.4";
   src = ./.;
   isLibrary = false;
   isExecutable = true;
index 3e28eaa21f23e89f6a2da2d0b638dc50f5f9aaa7..b3db688eac8dac6573494772e4c70c77bb3d172a 100644 (file)
@@ -1,3 +1,9 @@
+haskell-amqp-utils (0.6.2.4) unstable; urgency=medium
+
+  * depend on tls >= 1.5.0 (thread safety for writes)
+
+ -- Frank Doepper <[email protected]>  Mon, 30 Aug 2021 16:21:40 +0200
+
 haskell-amqp-utils (0.6.2.2) unstable; urgency=medium
 
   * agitprop: option to move sent file to another dir instead of just removing
index d91da0ef46ed9028226fba6f3d4a10172b4367f2..7f4544aa1c68bf9b0ad909a5faf7a13e20a70b72 100644 (file)
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 7.0)
                , libghc-connection-dev | cabal-install | stack
                , libghc-data-default-class-dev | cabal-install | stack
                , libghc-x509-system-dev | cabal-install | stack
-               , libghc-tls-dev (>= 1.3.9) | cabal-install | stack
+               , libghc-tls-dev (>= 1.5.0) | cabal-install | stack
                , libghc-amqp-dev (>= 0.19) | cabal-install | stack
                , libghc-hinotify-dev | cabal-install | stack
                , libghc-magic-dev | cabal-install | stack