summaryrefslogtreecommitdiff
path: root/p/haskell-tls-extra
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-03-11 00:09:57 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-03-11 00:09:57 +0400
commit807d83b4063509341380aa36f502f3f0923a773b (patch)
treebad358bf7ddbb2ce274ad6b49bccf68d5a5b7d1a /p/haskell-tls-extra
parent3295a206120f887836a973525bfa7604502c4c18 (diff)
downloadDHG_packages-807d83b4063509341380aa36f502f3f0923a773b.tar.gz
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.
Diffstat (limited to 'p/haskell-tls-extra')
-rw-r--r--p/haskell-tls-extra/debian/changelog37
-rw-r--r--p/haskell-tls-extra/debian/control9
-rw-r--r--p/haskell-tls-extra/debian/patches/series1
3 files changed, 3 insertions, 44 deletions
diff --git a/p/haskell-tls-extra/debian/changelog b/p/haskell-tls-extra/debian/changelog
index b3a547894..c15622f69 100644
--- a/p/haskell-tls-extra/debian/changelog
+++ b/p/haskell-tls-extra/debian/changelog
@@ -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@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@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@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@debian.org> Sun, 20 Jan 2013 23:26:26 +0100
-
haskell-tls-extra (0.4.6-1) unstable; urgency=low
* New upstream version.
diff --git a/p/haskell-tls-extra/debian/control b/p/haskell-tls-extra/debian/control
index 28a3e59ca..b756da8cd 100644
--- a/p/haskell-tls-extra/debian/control
+++ b/p/haskell-tls-extra/debian/control
@@ -8,13 +8,8 @@ Build-Depends: debhelper (>= 7)
, 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 --git a/p/haskell-tls-extra/debian/patches/series b/p/haskell-tls-extra/debian/patches/series
new file mode 100644
index 000000000..64df8ba07
--- /dev/null
+++ b/p/haskell-tls-extra/debian/patches/series
@@ -0,0 +1 @@
+pretend-lower-version