Accepting request 322682 from devel:languages:haskell:lts

- update to 1.3.1
* Repair DHE RSA handling on the cipher by creating signature properly
* modernize the crypto stack by using cryptonite.

OBS-URL: https://build.opensuse.org/request/show/322682
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tls?expand=0&rev=7
This commit is contained in:
2015-08-20 06:38:09 +00:00
committed by Git OBS Bridge
parent 49f6ed5861
commit 6033e8b2fa
4 changed files with 12 additions and 13 deletions

View File

@@ -21,7 +21,7 @@
%bcond_with tests
Name: ghc-tls
Version: 1.2.18
Version: 1.3.1
Release: 0
Summary: TLS/SSL protocol native implementation (Server and Client)
License: BSD-3-Clause
@@ -40,15 +40,7 @@ BuildRequires: ghc-async-devel
BuildRequires: ghc-byteable-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-cereal-devel
BuildRequires: ghc-cipher-aes-devel
BuildRequires: ghc-cipher-des-devel
BuildRequires: ghc-cipher-rc4-devel
BuildRequires: ghc-crypto-cipher-types-devel
BuildRequires: ghc-crypto-numbers-devel
BuildRequires: ghc-crypto-pubkey-devel
BuildRequires: ghc-crypto-pubkey-types-devel
BuildRequires: ghc-crypto-random-devel
BuildRequires: ghc-cryptohash-devel
BuildRequires: ghc-cryptonite-devel
BuildRequires: ghc-data-default-class-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-network-devel