[Pkg-haskell-commits] darcs: haskell-tls-extra: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 16:04:11 UTC 2013
Sat May 25 15:56:42 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
Ignore-this: d47841c597e572ffdad4481c64318fe
M ./changelog -2 +3
M ./control -1 +1
R ./patches/
R ./patches/series
R ./patches/sha256.diff
Sat May 25 15:56:42 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
Ignore-this: d47841c597e572ffdad4481c64318fe
diff -rN -u old-haskell-tls-extra//changelog new-haskell-tls-extra//changelog
--- old-haskell-tls-extra//changelog 2013-05-25 16:04:10.982039059 +0000
+++ new-haskell-tls-extra//changelog 2013-05-25 16:04:10.998039354 +0000
@@ -1,9 +1,10 @@
-haskell-tls-extra (0.6.1-3) UNRELEASED; urgency=low
+haskell-tls-extra (0.6.3-1) UNRELEASED; urgency=low
* Enable compat level 9
* Use substvars for Haskell description blurbs
+ * New upstream release
- -- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:55:17 +0200
+ -- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 17:44:35 +0200
haskell-tls-extra (0.6.1-2) experimental; urgency=low
diff -rN -u old-haskell-tls-extra//control new-haskell-tls-extra//control
--- old-haskell-tls-extra//control 2013-05-25 16:04:10.950047444 +0000
+++ new-haskell-tls-extra//control 2013-05-25 16:04:10.994040130 +0000
@@ -16,7 +16,7 @@
, libghc-certificate-dev (>> 1.3.5)
, libghc-certificate-dev (<< 1.4)
, libghc-certificate-prof
- , libghc-crypto-pubkey-dev
+ , libghc-crypto-pubkey-dev (>= 0.1.4)
, libghc-crypto-pubkey-prof
, libghc-crypto-random-api-dev
, libghc-crypto-random-api-prof
diff -rN -u old-haskell-tls-extra//patches/series new-haskell-tls-extra//patches/series
--- old-haskell-tls-extra//patches/series 2013-05-25 16:04:10.950047444 +0000
+++ new-haskell-tls-extra//patches/series 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-sha256.diff
diff -rN -u old-haskell-tls-extra//patches/sha256.diff new-haskell-tls-extra//patches/sha256.diff
--- old-haskell-tls-extra//patches/sha256.diff 2013-05-25 16:04:10.950047444 +0000
+++ new-haskell-tls-extra//patches/sha256.diff 1970-01-01 00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-Index: haskell-tls-extra-0.6.1/Network/TLS/Extra/Certificate.hs
-===================================================================
---- haskell-tls-extra-0.6.1.orig/Network/TLS/Extra/Certificate.hs 2013-01-19 11:43:12.000000000 +0000
-+++ haskell-tls-extra-0.6.1/Network/TLS/Extra/Certificate.hs 2013-04-27 03:59:42.148947546 +0000
-@@ -154,6 +154,7 @@
- verifyF (SignatureALG HashMD5 PubKeyALG_RSA) (PubKeyRSA rsak) = RSA.verify HD.hashDescrMD5 rsak
- verifyF (SignatureALG HashSHA1 PubKeyALG_RSA) (PubKeyRSA rsak) = RSA.verify HD.hashDescrSHA1 rsak
- verifyF (SignatureALG HashSHA1 PubKeyALG_DSA) (PubKeyDSA dsak) = dsaSHA1Verify dsak
-+verifyF (SignatureALG HashSHA256 PubKeyALG_RSA) (PubKeyRSA rsak) = RSA.verify HD.hashDescrSHA256 rsak
-
- verifyF _ _ = \_ _ -> False
-
More information about the Pkg-haskell-commits
mailing list