Date: Sat, 13 Jun 2015 03:55:30 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389316 - head/security/R-cran-digest Message-ID: <201506130355.t5D3tUQE035892@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sat Jun 13 03:55:29 2015 New Revision: 389316 URL: https://svnweb.freebsd.org/changeset/ports/389316 Log: - Update to 0.6.8 - Update pkg-descr Modified: head/security/R-cran-digest/Makefile head/security/R-cran-digest/distinfo head/security/R-cran-digest/pkg-descr Modified: head/security/R-cran-digest/Makefile ============================================================================== --- head/security/R-cran-digest/Makefile Sat Jun 13 03:32:09 2015 (r389315) +++ head/security/R-cran-digest/Makefile Sat Jun 13 03:55:29 2015 (r389316) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= digest -PORTVERSION= 0.6.4 -PORTREVISION= 2 +PORTVERSION= 0.6.8 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/security/R-cran-digest/distinfo ============================================================================== --- head/security/R-cran-digest/distinfo Sat Jun 13 03:32:09 2015 (r389315) +++ head/security/R-cran-digest/distinfo Sat Jun 13 03:55:29 2015 (r389316) @@ -1,2 +1,2 @@ -SHA256 (digest_0.6.4.tar.gz) = 334026e7de098e228ea2ca40f956cab6414780f4d8699880d9ce296a309dab1b -SIZE (digest_0.6.4.tar.gz) = 79309 +SHA256 (digest_0.6.8.tar.gz) = 3062422c2ca917e52749464d63084a0d3cc061f59083f069280ec26336ce2f55 +SIZE (digest_0.6.8.tar.gz) = 97985 Modified: head/security/R-cran-digest/pkg-descr ============================================================================== --- head/security/R-cran-digest/pkg-descr Sat Jun 13 03:32:09 2015 (r389315) +++ head/security/R-cran-digest/pkg-descr Sat Jun 13 03:55:29 2015 (r389316) @@ -1,17 +1,18 @@ -The digest package provides a function 'digest()' for the creation -of hash digests of arbitrary R objects (using the md5, sha-1, sha-256 -and crc32 algorithms) permitting easy comparison of R language -objects, as well as a function 'hmac()' to create hash-based message -authentication code. The md5 algorithm by Ron Rivest is specified -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 -ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. For md5, -sha-1, sha-256 and aes, this package uses a small standalone +Implementation of a function 'digest()' for the creation of hash +digests of arbitrary R objects (using the md5, sha-1, sha-256, +crc32, xxhash and murmurhash algorithms) permitting easy comparison +of R language objects, as well as a function 'hmac()' to create +hash-based message authentication code. The md5 algorithm by Ron +Rivest is specified 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 ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. +For md5, sha-1, sha-256 and aes, this package uses small standalone implementations that were provided by Christophe Devine. For crc32, code from the zlib library is used. For sha-512, an implementation -by Aaron D. Gifford is used. Please note that this package is not -meant to be deployed for cryptographic purposes for which more -comprehensive (and widely tested) libraries such as OpenSSL should -be used. +by Aaron D. Gifford is used. For xxHash, the implementation by Yann +Collet is used. For murmurhash, an implementation by Shane Day is +used. Please note that this package is not 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506130355.t5D3tUQE035892>