[Pkg-haskell-commits] darcs: haskell-tls: Drop patches
Joachim Breitner
mail at joachim-breitner.de
Fri Apr 17 17:40:46 UTC 2015
Fri Apr 17 15:49:39 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Drop patches
R ./patches/no-ssl3
R ./patches/series
R ./patches/
M ./changelog +1
Fri Apr 17 15:49:39 UTC 2015 Joachim Breitner <mail at joachim-breitner.de>
* Drop patches
diff -rN -u old-haskell-tls/changelog new-haskell-tls/changelog
--- old-haskell-tls/changelog 2015-04-17 17:40:46.203275355 +0000
+++ new-haskell-tls/changelog 2015-04-17 17:40:46.223275361 +0000
@@ -1,6 +1,7 @@
haskell-tls (1.2.16-2) UNRELEASED; urgency=medium
* Fix build depends
+ * Drop patches
-- Joachim Breitner <nomeata at debian.org> Fri, 17 Apr 2015 17:13:46 +0200
diff -rN -u old-haskell-tls/patches/no-ssl3 new-haskell-tls/patches/no-ssl3
--- old-haskell-tls/patches/no-ssl3 2015-04-17 17:40:46.203275355 +0000
+++ new-haskell-tls/patches/no-ssl3 1970-01-01 00:00:00.000000000 +0000
@@ -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 -rN -u old-haskell-tls/patches/series new-haskell-tls/patches/series
--- old-haskell-tls/patches/series 2015-04-17 17:40:46.203275355 +0000
+++ new-haskell-tls/patches/series 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-no-ssl3
More information about the Pkg-haskell-commits
mailing list