diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:28:07 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:28:07 +0000 |
commit | fa9ef2ae85692e138805bfda6e9af8721a6f3a45 (patch) | |
tree | 773023c86e399196582b4897021014c378d54abf /security/hs-tls | |
parent | 9a8ae90c215b6668536987632d5b2f685b507ddd (diff) |
Notes
Diffstat (limited to 'security/hs-tls')
-rw-r--r-- | security/hs-tls/Makefile | 6 | ||||
-rw-r--r-- | security/hs-tls/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/hs-tls/Makefile b/security/hs-tls/Makefile index ee75beca0820..3658ba1761d1 100644 --- a/security/hs-tls/Makefile +++ b/security/hs-tls/Makefile @@ -6,17 +6,17 @@ # PORTNAME= tls -PORTVERSION= 0.8.5 +PORTVERSION= 0.9.5 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= TLS/SSL protocol native implementation (server and client) +COMMENT= TLS/SSL protocol native implementation (Server and Client) LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= cereal>=0.3 certificate>=1.0.0 crypto-api>=0.5 \ +USE_CABAL= cereal>=0.3 certificate>=1.2.0 crypto-api>=0.5 \ cryptocipher>=0.3.0 cryptohash>=0.6 mtl OPTIONS= EXECUTABLE "Build the executables" off diff --git a/security/hs-tls/distinfo b/security/hs-tls/distinfo index 4ad84fb8bfaf..dae33b41c938 100644 --- a/security/hs-tls/distinfo +++ b/security/hs-tls/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/tls-0.8.5.tar.gz) = a9aa8a6410b99bf3a8dd26bfc0bbd65918394bafb3e388a96339a8e46d40bf1f -SIZE (cabal/tls-0.8.5.tar.gz) = 32079 +SHA256 (cabal/tls-0.9.5.tar.gz) = be446af7097014e4827fbff80df7d607a4b3322d1ce69586b08694d87d8d6ed9 +SIZE (cabal/tls-0.9.5.tar.gz) = 32807 |