diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:22:30 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:22:30 +0800 |
commit | b43b2eac392f06dd1c3d0e366c890c60d4258f2c (patch) | |
tree | edca2979722e4ec0c683f23e2c632f97cd49bc44 | |
parent | eee53aeebf8fa8e0088398b6e3d2107291b14db0 (diff) | |
download | freebsd-ports-gnome-b43b2eac392f06dd1c3d0e366c890c60d4258f2c.tar.gz freebsd-ports-gnome-b43b2eac392f06dd1c3d0e366c890c60d4258f2c.tar.zst freebsd-ports-gnome-b43b2eac392f06dd1c3d0e366c890c60d4258f2c.zip |
- Update to 0.10.3.1
Obtained from: FreeBSD Haskell
-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 |