diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:22:30 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:22:30 +0000 |
commit | c6044ea7253bd36d7d3f501e945763974eaa730f (patch) | |
tree | 218755fde7c610aab79f9da07b4c7f3372024782 /security/hs-HsOpenSSL | |
parent | fec048fb210ecc7abebec2ab32ba1c3aa4d617e2 (diff) | |
download | ports-c6044ea7253bd36d7d3f501e945763974eaa730f.tar.gz ports-c6044ea7253bd36d7d3f501e945763974eaa730f.zip |
Notes
Diffstat (limited to 'security/hs-HsOpenSSL')
-rw-r--r-- | security/hs-HsOpenSSL/Makefile | 3 | ||||
-rw-r--r-- | security/hs-HsOpenSSL/distinfo | 4 | ||||
-rw-r--r-- | security/hs-HsOpenSSL/pkg-descr | 13 |
3 files changed, 13 insertions, 7 deletions
diff --git a/security/hs-HsOpenSSL/Makefile b/security/hs-HsOpenSSL/Makefile index b710e3aed571..8b9c1b83e902 100644 --- a/security/hs-HsOpenSSL/Makefile +++ b/security/hs-HsOpenSSL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HsOpenSSL -PORTVERSION= 0.10.1.2 +PORTVERSION= 0.10.3.1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -15,6 +15,7 @@ COMMENT= (Incomplete) OpenSSL binding for Haskell FILE_LICENSE= COPYING CABAL_SETUP= Setup.hs + USE_CABAL= network>=2.1.0.0 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/security/hs-HsOpenSSL/distinfo b/security/hs-HsOpenSSL/distinfo index 8488bf457cdd..c285c359410b 100644 --- a/security/hs-HsOpenSSL/distinfo +++ b/security/hs-HsOpenSSL/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/HsOpenSSL-0.10.1.2.tar.gz) = b0570ea5d95ab54887def3c9ae0d8874eb2f51c187f7bb15eed2e844ceb05259 -SIZE (cabal/HsOpenSSL-0.10.1.2.tar.gz) = 60942 +SHA256 (cabal/HsOpenSSL-0.10.3.1.tar.gz) = fe02d6c703a528f0f8d8ff9748709ed07ab87560263dc4c8731585bea2aa3436 +SIZE (cabal/HsOpenSSL-0.10.3.1.tar.gz) = 62667 diff --git a/security/hs-HsOpenSSL/pkg-descr b/security/hs-HsOpenSSL/pkg-descr index bf7838debe44..740ce6965371 100644 --- a/security/hs-HsOpenSSL/pkg-descr +++ b/security/hs-HsOpenSSL/pkg-descr @@ -1,6 +1,11 @@ -HsOpenSSL is an (incomplete) OpenSSL binding for Haskell. It can -generate RSA and DSA keys, read and write PEM files, generate message -digests, sign and verify messages, encrypt and decrypt messages. It has -also some capabilities of creating SSL clients and servers. +HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA and DSA +keys, read and write PEM files, generate message digests, sign and +verify messages, encrypt and decrypt messages. It has also some +capabilities of creating SSL clients and servers. Please note that this +project has started at the time when there were no pure-Haskell +implementations of TLS. Now there is tls package, which looks pretty +saner than HsOpenSSL especially for initialisation and error handlings. +So PHO (the initial author of HsOpenSSL) highly encourages you to use +and improve the tls package instead as long as possible. WWW: https://github.com/phonohawk/HsOpenSSL |