[Git][haskell-team/DHG_packages][master] tls: Upgrading from 1.4.1 to 1.5.4

Clint Adams gitlab at salsa.debian.org
Sat May 30 23:02:26 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
66ceeb60 by Clint Adams at 2020-05-30T18:02:07-04:00
tls: Upgrading from 1.4.1 to 1.5.4

- - - - -


4 changed files:

- p/haskell-tls/debian/changelog
- p/haskell-tls/debian/control
- − p/haskell-tls/debian/patches/series
- − p/haskell-tls/debian/patches/tests-timeout


Changes:

=====================================
p/haskell-tls/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-tls (1.5.4-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sat, 30 May 2020 18:01:01 -0400
+
 haskell-tls (1.4.1-3) unstable; urgency=medium
 
   * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)


=====================================
p/haskell-tls/debian/control
=====================================
@@ -17,17 +17,19 @@ Build-Depends:
  libghc-asn1-types-prof,
  libghc-async-dev (>= 2.0),
  libghc-async-prof,
- libghc-cereal-dev (>= 0.4),
+ libghc-cereal-dev (>= 0.5.3),
  libghc-cereal-prof,
- libghc-cryptonite-dev (>= 0.24),
+ libghc-cryptonite-dev (>= 0.25),
  libghc-cryptonite-prof,
  libghc-data-default-class-dev,
  libghc-data-default-class-prof,
+ libghc-hourglass-dev,
+ libghc-hourglass-prof,
  libghc-memory-dev (>= 0.14.6),
  libghc-memory-prof,
  libghc-network-dev (>= 2.4.0.0),
  libghc-network-prof,
- libghc-x509-dev (>= 1.7.1),
+ libghc-x509-dev (>= 1.7.5),
  libghc-x509-prof,
  libghc-x509-store-dev (>= 1.6),
  libghc-x509-store-prof,
@@ -35,9 +37,7 @@ Build-Depends:
  libghc-x509-validation-prof,
  libghc-quickcheck2-dev,
  libghc-asn1-types-dev,
- libghc-cereal-dev (>= 0.3),
  libghc-cryptonite-dev,
- libghc-hourglass-dev,
  libghc-tasty-dev,
  libghc-tasty-quickcheck-dev,
  libghc-x509-dev,
@@ -49,12 +49,13 @@ Build-Depends-Indep: ghc-doc,
  libghc-cereal-doc,
  libghc-cryptonite-doc,
  libghc-data-default-class-doc,
+ libghc-hourglass-doc,
  libghc-memory-doc,
  libghc-network-doc,
  libghc-x509-doc,
  libghc-x509-store-doc,
  libghc-x509-validation-doc,
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Homepage: http://github.com/vincenthz/hs-tls
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-tls
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-tls]


=====================================
p/haskell-tls/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-tests-timeout


=====================================
p/haskell-tls/debian/patches/tests-timeout deleted
=====================================
@@ -1,16 +0,0 @@
-Description: Increase timeout for tests
-Author: Ilias Tsitsimpis <iliastsi at debian.org>
-Forwarded: https://github.com/vincenthz/hs-tls/issues/252
----
-
---- a/Tests/Tests.hs
-+++ b/Tests/Tests.hs
-@@ -55,7 +55,7 @@
-     d <- B.pack <$> pick (someWords8 256)
-     run $ writeChan startQueue d
-     -- receive it
--    dres <- run $ timeout 10000000 $ readChan resultQueue
-+    dres <- run $ timeout 600000000 $ readChan resultQueue
-     -- check if it equal
-     Just d `assertEq` dres
-     return ()



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/66ceeb60891ff401d852f76bfab3d8dbf18fa4bc

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/66ceeb60891ff401d852f76bfab3d8dbf18fa4bc
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200530/3473686b/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list