[DHG_packages] 01/01: tls: Upgrading from 1.3.2 to 1.3.4

Clint Adams clint at moszumanska.debian.org
Mon Jan 11 04:37:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit c984c4dfb1ae50c0cd9206afc48721e5288fe536
Author: Clint Adams <clint at debian.org>
Date:   Sun Jan 10 23:35:42 2016 -0500

    tls: Upgrading from 1.3.2 to 1.3.4
---
 p/haskell-tls/debian/changelog                     |  6 ++++++
 p/haskell-tls/debian/control                       |  6 +++---
 .../debian/patches/32-bit-testsuite-fix.patch      | 23 ----------------------
 p/haskell-tls/debian/patches/series                |  1 -
 4 files changed, 9 insertions(+), 27 deletions(-)

diff --git a/p/haskell-tls/debian/changelog b/p/haskell-tls/debian/changelog
index 01ec717..71af7d5 100644
--- a/p/haskell-tls/debian/changelog
+++ b/p/haskell-tls/debian/changelog
@@ -1,3 +1,9 @@
+haskell-tls (1.3.4-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 10 Jan 2016 23:35:42 -0500
+
 haskell-tls (1.3.2-2) unstable; urgency=medium
 
   * Backport upstream testsuite fix on 32 bit arches.
diff --git a/p/haskell-tls/debian/control b/p/haskell-tls/debian/control
index 6d52b8c..08e1a23 100644
--- a/p/haskell-tls/debian/control
+++ b/p/haskell-tls/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9),
  libghc-async-prof,
  libghc-cereal-dev (>= 0.4),
  libghc-cereal-prof,
- libghc-cryptonite-dev (>= 0.3),
+ libghc-cryptonite-dev (>= 0.7),
  libghc-cryptonite-prof,
  libghc-data-default-class-dev,
  libghc-data-default-class-prof,
@@ -26,12 +26,12 @@ Build-Depends: debhelper (>= 9),
  libghc-mtl-prof,
  libghc-network-dev,
  libghc-network-prof,
- libghc-x509-dev (>= 1.6),
+ libghc-x509-dev (>= 1.6.2),
  libghc-x509-dev (<< 1.7.0),
  libghc-x509-prof,
  libghc-x509-store-dev (>= 1.6),
  libghc-x509-store-prof,
- libghc-x509-validation-dev (>= 1.6),
+ libghc-x509-validation-dev (>= 1.6.3),
  libghc-x509-validation-dev (<< 1.7.0),
  libghc-x509-validation-prof,
  libghc-quickcheck2-dev,
diff --git a/p/haskell-tls/debian/patches/32-bit-testsuite-fix.patch b/p/haskell-tls/debian/patches/32-bit-testsuite-fix.patch
deleted file mode 100644
index 5bb39ad..0000000
--- a/p/haskell-tls/debian/patches/32-bit-testsuite-fix.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 00b292df3e2434cde08d00ed13618a1f6b301e2a Mon Sep 17 00:00:00 2001
-From: Vincent Hanquez <vincent at snarc.org>
-Date: Sat, 12 Dec 2015 14:28:25 +0000
-Subject: [PATCH] [tests] Make sure we don't have any date outside the 32 bit
- time_t range for 32 bit time_t architecture.
-
----
- core/Tests/Certificate.hs | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: haskell-tls/Tests/Certificate.hs
-===================================================================
---- haskell-tls.orig/Tests/Certificate.hs	2015-12-12 15:54:49.063639945 +0100
-+++ haskell-tls/Tests/Certificate.hs	2015-12-12 15:54:57.963812039 +0100
-@@ -20,7 +20,7 @@
- 
- instance Arbitrary Date where
-     arbitrary = do
--        y <- choose (1951, 2050)
-+        y <- choose (1971, 2035)
-         m <- elements [ January .. December]
-         d <- choose (1, 30)
-         return $ normalizeDate $ Date y m d
diff --git a/p/haskell-tls/debian/patches/series b/p/haskell-tls/debian/patches/series
deleted file mode 100644
index 72b4ac8..0000000
--- a/p/haskell-tls/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-32-bit-testsuite-fix.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list