[Pkg-haskell-commits] darcs: haskell-tls-extra: Fix regression introduced with the last commit, by adding compatibility with a corresponding change in haskell-certificate (Bug #700284), patch provided by Joey Hess. Closes: #701593. Also Closes: #702151, as the removal should no longer be necessary.

Joachim Breitner mail at joachim-breitner.de
Sun Mar 10 21:14:24 UTC 2013


Sun Mar 10 20:09:57 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Fix regression introduced with the last commit, by adding compatibility with a corresponding change in haskell-certificate (Bug #700284), patch provided by Joey Hess. Closes: #701593. Also Closes: #702151, as the removal should no longer be necessary.
  Ignore-this: 48c48293652950f87a89313e7d7e64d1

    M! ./changelog -39 +2
    M! ./control -8 +3
    A! ./patches/
    A! ./patches/series

Sun Mar 10 20:09:57 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Fix regression introduced with the last commit, by adding compatibility with a corresponding change in haskell-certificate (Bug #700284), patch provided by Joey Hess. Closes: #701593. Also Closes: #702151, as the removal should no longer be necessary.
  Ignore-this: 48c48293652950f87a89313e7d7e64d1
diff -rN -u old-haskell-tls-extra//changelog new-haskell-tls-extra//changelog
--- old-haskell-tls-extra//changelog	2013-03-10 21:14:23.941798969 +0000
+++ new-haskell-tls-extra//changelog	2013-03-10 21:14:23.951021836 +0000
@@ -1,40 +1,3 @@
-haskell-tls-extra (0.6.1-1) experimental; urgency=low
-
-  * New upstream release
-    Closes: #698545, a certificate validation security flaw.
-
- -- Joachim Breitner <nomeata at debian.org>  Fri, 08 Feb 2013 21:06:41 +0100
-
-haskell-tls-extra (0.5.0-1) experimental; urgency=low
-
-  * New upstream version.
-
- -- Clint Adams <clint at debian.org>  Sat, 17 Nov 2012 20:20:37 -0500
-
-haskell-tls-extra (0.4.7-1) experimental; urgency=low
-
-  [ Joachim Breitner ]
-  * Depend on haskell-devscripts 0.8.13 to ensure this package is built
-    against experimental
-  * Bump standards version, no change
-
-  [ Clint Adams ]
-  * New upstream version.
-
- -- Clint Adams <clint at debian.org>  Sat, 20 Oct 2012 14:41:47 -0400
-
-haskell-tls-extra (0.4.6.1-1) unstable; urgency=low
-
-  * New upstream release, aimed for wheezy.
-    Closes: #698545, a certificate validation security flaw.
-  * Added patch: patches/pretend-lower-version
-    This upstream release contains a bugfix that does not modify the ABI of
-    the resulting library. To avoid having to recompile its reverse
-    dependencies, we patch the .cabal file to pretend to be still version
-    0.4.6.
-
- -- Joachim Breitner <nomeata at debian.org>  Sun, 20 Jan 2013 23:26:26 +0100
-
 haskell-tls-extra (0.4.6-1) unstable; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-tls-extra//control new-haskell-tls-extra//control
--- old-haskell-tls-extra//control	2013-03-10 21:14:23.923021033 +0000
+++ new-haskell-tls-extra//control	2013-03-10 21:14:23.951021836 +0000
@@ -8,13 +8,8 @@
   , haskell-devscripts (>= 0.8.13)
   , ghc
   , ghc-prof
-  , 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-dev (>> 1.2.0)
+  , libghc-certificate-dev (<< 1.3.0)
   , libghc-certificate-prof
   , libghc-crypto-pubkey-dev 
   , libghc-crypto-pubkey-prof
diff -rN -u old-haskell-tls-extra//patches/series new-haskell-tls-extra//patches/series
--- old-haskell-tls-extra//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tls-extra//patches/series	2013-03-10 21:14:23.955020557 +0000
@@ -0,0 +1 @@
+pretend-lower-version





More information about the Pkg-haskell-commits mailing list