mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Update to 0.6.3
This commit is contained in:
parent
691448468f
commit
7280a763b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312446
@ -2,7 +2,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= digest
|
PORTNAME= digest
|
||||||
PORTVERSION= 0.6.2
|
PORTVERSION= 0.6.3
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (digest_0.6.2.tar.gz) = 3653e08abd34a60832987b0948cd851c36a4c50a62c6b3427aa2273fd4881832
|
SHA256 (digest_0.6.3.tar.gz) = 5be8f1386c0c273fcc915df7b557393c5f3de43c44fd16614db9cc5ba6d1d57c
|
||||||
SIZE (digest_0.6.2.tar.gz) = 79023
|
SIZE (digest_0.6.3.tar.gz) = 80083
|
||||||
|
@ -1,15 +1,17 @@
|
|||||||
The digest package provides a function 'digest' for the creation
|
The digest package provides a function 'digest()' for the creation
|
||||||
of hash digests of arbitrary R objects (using the md5, sha-1, sha-256
|
of hash digests of arbitrary R objects (using the md5, sha-1, sha-256
|
||||||
and crc32 algorithms) permitting easy comparison of R language
|
and crc32 algorithms) permitting easy comparison of R language
|
||||||
objects, as well as a function hmac() to create hash-based message
|
objects, as well as a function 'hmac()' to create hash-based message
|
||||||
authentication code. The md5 algorithm by Ron Rivest is specified
|
authentication code. The md5 algorithm by Ron Rivest is specified
|
||||||
in RFC 1321, the SHA-1 and SHA-256 algorithms are specified in
|
in RFC 1321, the sha-1 and sha-256 algorithms are specified in
|
||||||
FIPS-180-1 and FIPS-180-2, and the crc32 algorithm is described in
|
FIPS-180-1 and FIPS-180-2, and the crc32 algorithm is described in
|
||||||
ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. For md5,
|
ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. For md5,
|
||||||
sha-1 and sha-256, this packages uses small standalone implementations
|
sha-1, sha-256 and aes, this package uses a small standalone
|
||||||
that were provided by Christophe Devine. For crc32, code from the
|
implementations that were provided by Christophe Devine. For crc32,
|
||||||
zlib library is used. Please note that this package is not meant
|
code from the zlib library is used. For sha-512, an implementation
|
||||||
to be deployed for cryptographic purposes for which more comprehensive
|
by Aaron D. Gifford is used. Please note that this package is not
|
||||||
(and widely tested) libraries such as OpenSSL should be used.
|
meant to be deployed for cryptographic purposes for which more
|
||||||
|
comprehensive (and widely tested) libraries such as OpenSSL should
|
||||||
|
be used.
|
||||||
|
|
||||||
WWW: http://cran.r-project.org/web/packages/digest/
|
WWW: http://cran.r-project.org/web/packages/digest/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user