summaryrefslogtreecommitdiff
path: root/p/haskell-tls
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-04-17 18:49:39 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2015-04-17 18:49:39 +0300
commit1673c5c5d39a424b43d7165d971000ac5b546c38 (patch)
tree8efe832b0d33d7fdf97004ecfba153c99dc85d2a /p/haskell-tls
parent2e21b1ccba77f6b271ed2ac29150be2ce0d9cf5b (diff)
downloadDHG_packages-1673c5c5d39a424b43d7165d971000ac5b546c38.tar.gz
haskell-tls: Drop patches
Diffstat (limited to 'p/haskell-tls')
-rw-r--r--p/haskell-tls/debian/changelog1
-rw-r--r--p/haskell-tls/debian/patches/no-ssl316
-rw-r--r--p/haskell-tls/debian/patches/series1
3 files changed, 1 insertions, 17 deletions
diff --git a/p/haskell-tls/debian/changelog b/p/haskell-tls/debian/changelog
index 2a14dbeab..7fc980b1e 100644
--- a/p/haskell-tls/debian/changelog
+++ b/p/haskell-tls/debian/changelog
@@ -1,6 +1,7 @@
haskell-tls (1.2.16-2) UNRELEASED; urgency=medium
* Fix build depends
+ * Drop patches
-- Joachim Breitner <nomeata@debian.org> Fri, 17 Apr 2015 17:13:46 +0200
diff --git a/p/haskell-tls/debian/patches/no-ssl3 b/p/haskell-tls/debian/patches/no-ssl3
deleted file mode 100644
index 29c94dfc2..000000000
--- a/p/haskell-tls/debian/patches/no-ssl3
+++ /dev/null
@@ -1,16 +0,0 @@
-Debian-Bug: http://bugs.debian.org/768164
-Upstream-Patch: https://github.com/vincenthz/hs-tls/commit/5353bd2f717a31fd63c2a5d67112d8d8279bd1e6
-
-Index: haskell-tls-1.2.9/Network/TLS/Parameters.hs
-===================================================================
---- haskell-tls-1.2.9.orig/Network/TLS/Parameters.hs 2014-11-16 21:42:36.875208330 +0100
-+++ haskell-tls-1.2.9/Network/TLS/Parameters.hs 2014-11-16 21:42:47.111406646 +0100
-@@ -126,7 +126,7 @@
-
- defaultSupported :: Supported
- defaultSupported = Supported
-- { supportedVersions = [TLS12,TLS11,TLS10,SSL3]
-+ { supportedVersions = [TLS12,TLS11,TLS10]
- , supportedCiphers = []
- , supportedCompressions = [nullCompression]
- , supportedHashSignatures = [ (Struct.HashSHA512, SignatureRSA)
diff --git a/p/haskell-tls/debian/patches/series b/p/haskell-tls/debian/patches/series
deleted file mode 100644
index 2a424751d..000000000
--- a/p/haskell-tls/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-no-ssl3