[Pkg-haskell-commits] darcs: haskell-tls-extra: New upstream release
Joachim Breitner
mail at joachim-breitner.de
Sun Jan 20 22:37:14 UTC 2013
Sun Jan 20 22:36:58 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
Ignore-this: d999d091df66709628f17ba63022c9e6
M ./changelog +7
M ./control -10 +17
Sun Jan 20 22:36:58 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* New upstream release
Ignore-this: d999d091df66709628f17ba63022c9e6
diff -rN -u old-haskell-tls-extra//changelog new-haskell-tls-extra//changelog
--- old-haskell-tls-extra//changelog 2013-01-20 22:37:14.018722960 +0000
+++ new-haskell-tls-extra//changelog 2013-01-20 22:37:14.022725718 +0000
@@ -1,3 +1,10 @@
+haskell-tls-extra (0.6.1-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ Closes: #698545, a certificate validation security flaw.
+
+ -- Joachim Breitner <nomeata at debian.org> Sun, 20 Jan 2013 23:33:29 +0100
+
haskell-tls-extra (0.5.0-1) experimental; urgency=low
* New upstream version.
diff -rN -u old-haskell-tls-extra//control new-haskell-tls-extra//control
--- old-haskell-tls-extra//control 2013-01-20 22:37:13.954722913 +0000
+++ new-haskell-tls-extra//control 2013-01-20 22:37:14.022725718 +0000
@@ -8,14 +8,18 @@
, haskell-devscripts (>= 0.8.13)
, ghc
, ghc-prof
- , libghc-certificate-dev (>> 1.3)
+ , libghc-cipher-rc4-dev
+ , libghc-cipher-rc4-prof
+ , libghc-cipher-aes-dev (>= 0.1)
+ , libghc-cipher-aes-dev (<< 0.2)
+ , libghc-cipher-aes-prof
+ , libghc-certificate-dev (>> 1.3.5)
, libghc-certificate-dev (<< 1.4)
, libghc-certificate-prof
- , libghc-crypto-api-dev (>> 0.5)
- , libghc-crypto-api-prof
- , libghc-cryptocipher-dev (>> 0.3.0)
- , libghc-cryptocipher-dev (<< 0.4.0)
- , libghc-cryptocipher-prof
+ , libghc-crypto-pubkey-dev
+ , libghc-crypto-pubkey-prof
+ , libghc-crypto-random-api-dev
+ , libghc-crypto-random-api-prof
, libghc-cryptohash-dev (>> 0.6)
, libghc-cryptohash-prof
, libghc-mtl-dev
@@ -28,19 +32,22 @@
, libghc-text-dev (>> 0.5)
, libghc-text-dev (<< 1.0)
, libghc-text-prof
- , libghc-tls-dev (>> 1)
- , libghc-tls-dev (<< 1.1)
+ , libghc-tls-dev (>> 1.1)
+ , libghc-tls-dev (<< 1.2)
, libghc-tls-prof
, libghc-vector-dev
, libghc-vector-prof
Build-Depends-Indep: ghc-doc
+ , libghc-cipher-rc4-doc
+ , libghc-cipher-aes-doc
, libghc-certificate-doc
- , libghc-crypto-api-doc
- , libghc-cryptocipher-doc
+ , libghc-crypto-pubkey-doc
+ , libghc-crypto-random-api-doc
, libghc-cryptohash-doc
, libghc-mtl-doc
, libghc-network-doc
, libghc-pem-doc
+ , libghc-text-doc
, libghc-tls-doc
, libghc-vector-doc
Standards-Version: 3.9.4
More information about the Pkg-haskell-commits
mailing list