Wed Feb 28 18:12:31 2018 UTC ()
security/R-digest: Update to 0.6.15

Notable changes since 0.6.12:
* R/digest.R: Support serializeVersion format
* sha1() handles empty matrices
* sha1() gains an `algo` argument
* sha1() handles raw class
* R/sha1.R (sha1.POSIXlt): Unclass POSIXlt object


(minskim)
diff -r1.1 -r1.2 pkgsrc/security/R-digest/DESCR
diff -r1.3 -r1.4 pkgsrc/security/R-digest/Makefile
diff -r1.4 -r1.5 pkgsrc/security/R-digest/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/security/R-digest/DESCR (expand / switch to unified diff)

--- pkgsrc/security/R-digest/DESCR 2014/09/20 03:28:30 1.1
+++ pkgsrc/security/R-digest/DESCR 2018/02/28 18:12:31 1.2
@@ -1,19 +1,11 @@ @@ -1,19 +1,11 @@
1The digest package provides a function 'digest()' for the creation of 1digest provides hash function summaries for GNU R objects. The md5,
2hash digests of arbitrary R objects (using the md5, sha-1, sha-256 and 2sha-1, sha-256 and crc32 hash functions are available. The md5
3crc32 algorithms) permitting easy comparison of R language objects, as 3algorithm by Ron Rivest is specified in RFC 1321, the SHA-1 and
4well as a function 'hmac()' to create hash-based message 4SHA-256 algorithm is specified in FIPS-180-1 and FIPS-180-2,
5authentication code. 5respectively, and the crc32 algorithm is described in here. For md5,
6 6sha-1 and sha-256, this packages uses small standalone C
7The md5 algorithm by Ron Rivest is specified in RFC 1321, the sha-1 7implementations that were provided by by Christophe Devine. For crc32,
8and sha-256 algorithms are specified in FIPS-180-1 and FIPS-180-2, and 8code from the zlib library is used. For sha-512, a routine by Aaron
9the crc32 algorithm is described in 9Gifford is used. Please note that this package is not meant to be
10ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. 10deployed for cryptographic purposes for which more comprehensive (and
11 11widely tested) libraries such as OpenSSL should be used.
12For md5, sha-1, sha-256 and aes, this package uses a small standalone 
13implementations that were provided by Christophe Devine. For crc32, 
14code from the zlib library is used. For sha-512, an implementation by 
15Aaron D. Gifford is used. 
16 
17Please note that this package is not meant to be deployed for 
18cryptographic purposes for which more comprehensive (and widely 
19tested) libraries such as OpenSSL should be used. 

cvs diff -r1.3 -r1.4 pkgsrc/security/R-digest/Makefile (expand / switch to unified diff)

--- pkgsrc/security/R-digest/Makefile 2017/03/11 12:24:25 1.3
+++ pkgsrc/security/R-digest/Makefile 2018/02/28 18:12:31 1.4
@@ -1,15 +1,16 @@ @@ -1,15 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2017/03/11 12:24:25 wen Exp $ 1# $NetBSD: Makefile,v 1.4 2018/02/28 18:12:31 minskim Exp $
2 2
3CATEGORIES= security 3CATEGORIES= security
4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= ${R_HOMEPAGE_BASE}/digest/ 7HOMEPAGE= http://dirk.eddelbuettel.com/code/digest.html
8COMMENT= Create cryptographic hash digests of R objects 8COMMENT= Create cryptographic hash digests of R objects
9LICENSE= gnu-gpl-v2 9LICENSE= gnu-gpl-v2
10 10
11R_PKGNAME= digest 11R_PKGNAME= digest
12R_PKGVER= 0.6.12 12R_PKGVER= 0.6.15
13 13
 14BUILDLINK_API_DEPENDS.R+= R>=2.4.1
14.include "../../math/R/Makefile.extension" 15.include "../../math/R/Makefile.extension"
15.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/security/R-digest/distinfo (expand / switch to unified diff)

--- pkgsrc/security/R-digest/distinfo 2017/03/11 12:24:25 1.4
+++ pkgsrc/security/R-digest/distinfo 2018/02/28 18:12:31 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2017/03/11 12:24:25 wen Exp $ 1$NetBSD: distinfo,v 1.5 2018/02/28 18:12:31 minskim Exp $
2 2
3SHA1 (R/digest_0.6.12.tar.gz) = 04131ec6090d03e050d6f6d7ec918f4bd7c87e06 3SHA1 (R/digest_0.6.15.tar.gz) = 892e35950e872504ef691b3defad81d81de86b57
4RMD160 (R/digest_0.6.12.tar.gz) = 479e2486d6ceab07dc196d81a4355b9b9b3285af 4RMD160 (R/digest_0.6.15.tar.gz) = bcbf963d2fc22bce4fdab2c6bb539322d8b4a77a
5SHA512 (R/digest_0.6.12.tar.gz) = 0742061d08937f74ea2a408f8a331eb14f4ba8904783f2e1c9fa860fa12b3426b5dbf5184f2e88c6cdc77ef40fc1245cab96161937f7209dac987a7309f1a24b 5SHA512 (R/digest_0.6.15.tar.gz) = 632f5396e900379e3a2c70a4731fd150a36cbb1f426cbcbbdf5483853c431fe3a499ca7ad600411b520e620cc2f048b389346c5c083a205276a42a0e80c5a190
6Size (R/digest_0.6.12.tar.gz) = 120337 bytes 6Size (R/digest_0.6.15.tar.gz) = 122095 bytes