mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 1.5.0.1
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
8daf56123e
commit
79cf957209
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298258
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user