diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 06:23:32 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 06:23:32 +0800 |
commit | f94afe0f0e3f264e8ec8b1b832edbb65a10901ef (patch) | |
tree | 736085941d923046775036a908ca7d2cf9dde3bd /security | |
parent | a02cf02c40491943d8fcf0b73734df8f1d31039d (diff) | |
download | freebsd-ports-gnome-f94afe0f0e3f264e8ec8b1b832edbb65a10901ef.tar.gz freebsd-ports-gnome-f94afe0f0e3f264e8ec8b1b832edbb65a10901ef.tar.zst freebsd-ports-gnome-f94afe0f0e3f264e8ec8b1b832edbb65a10901ef.zip |
- Update to 1.5.0.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'security')
-rw-r--r-- | security/hs-SHA/Makefile | 6 | ||||
-rw-r--r-- | security/hs-SHA/distinfo | 4 | ||||
-rw-r--r-- | security/hs-SHA/pkg-descr | 14 |
3 files changed, 11 insertions, 13 deletions
diff --git a/security/hs-SHA/Makefile b/security/hs-SHA/Makefile index 8547b9c5db39..ae1da19a6562 100644 --- a/security/hs-SHA/Makefile +++ b/security/hs-SHA/Makefile @@ -6,17 +6,15 @@ # PORTNAME= SHA -PORTVERSION= 1.5.0.0 -PORTREVISION= 1 +PORTVERSION= 1.5.0.1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell implementations of the SHA suite of message digest functions +COMMENT= Implementations of the SHA suite of message digest functions LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= binary OPTIONS= TEST "Build the SHA test suite" off \ EXE "Build a SHA2-384 executable similar to 'md5sum'" off diff --git a/security/hs-SHA/distinfo b/security/hs-SHA/distinfo index 7fa4a4bc3318..2fa92f4543d2 100644 --- a/security/hs-SHA/distinfo +++ b/security/hs-SHA/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/SHA-1.5.0.0.tar.gz) = 9361cf9dffb8640e435b7b61bc4922c7bdf4c26d96bb42de423ede4a570b5f8b -SIZE (cabal/SHA-1.5.0.0.tar.gz) = 2714032 +SHA256 (cabal/SHA-1.5.0.1.tar.gz) = 0f2dd56aee5db5bfbee45ea19a64ddaf8bd2107dbe456bd3b44ea8e92128d2db +SIZE (cabal/SHA-1.5.0.1.tar.gz) = 2714086 diff --git a/security/hs-SHA/pkg-descr b/security/hs-SHA/pkg-descr index e478f471c35c..53efdd7237b7 100644 --- a/security/hs-SHA/pkg-descr +++ b/security/hs-SHA/pkg-descr @@ -1,8 +1,8 @@ -This Haskell library implements the SHA suite of message digest -functions, according to NIST FIPS 180-2 (with the SHA-224 addendum), as -well as the SHA-based HMAC routines. The functions have been tested -against most of the NIST and RFC test vectors for the various functions. -While some attention has been paid to performance, these do not -presently reach the speed of well-tuned libraries, like OpenSSL. +This library implements the SHA suite of message digest functions, according +to NIST FIPS 180-2 (with the SHA-224 addendum), as well as the SHA-based +HMAC routines. The functions have been tested against most of the NIST +and RFC test vectors for the various functions. While some attention has +been paid to performance, these do not presently reach the speed of +well-tuned libraries, like OpenSSL. -WWW: http://hackage.haskell.org/package/SHA +WWW: http://hackage.haskell.org/package/SHA |