pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/R-digest



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed May 11 13:48:07 UTC 2022

Modified Files:
        pkgsrc/security/R-digest: Makefile distinfo

Log Message:
(security/R-digest) Updated 0.6.25 to 0.6.29

2021-11-30  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Release 0.6.29

        * src/digest.c (digest): Accomodate Windows UCRT build
        * man/AES.Rd: Remove one URL that upsets the URL checker
        * README.md: Update one URL that upsets the URL checker

2021-11-20  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Roll minor version

        * vignettes/sha1.md: Renamed from .Rmd, corrected code block syntax

2021-11-19  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (VignetteBuilder): Converted to simplermarkdown engine
        * vignettes/sha1.Rmd: Idem
        * vignettes/water.css: Added

2021-11-05  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * README.md: Remove Travis badge
        * .travis.yml: Remove Travis YAML config

2021-09-23  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Release 0.6.28

2021-09-22  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Roll minor version

        * vignettes/sha1.Rmd (date): Remove knitr date calculation in YAML
        header which GitHub does not like and mistakes for Jekyll code
        * docs/mkdmt-src/src/vignette.md (date): Idem

        * README.md: Add total download badge, label other as monthly

2021-09-22  András Svraka  <svraka.andras%gmail.com@localhost>

        * R/vdigest.R (non_streaming_digest): Ensure UTF-8 encoded file paths
        on Windows
        * inst/tinytest/test_encoding.R: Expand test coverage for path name
        encodings on Windows

2021-03-28  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * docs/mkdmt-src/: Moved mkdocs-material input

2021-03-26  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * README.md: Add 'last commit' badge

2021-03-23  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (URL): Add link to repo

2021-03-22  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * docs-src/mkdocs.yml (theme): Add (draft, incomplete) vignette
        * docs-src/src/vignette.md (title): Idem

2021-03-22  Floris Vanderhaeghe  <floris.vanderhaeghe%inbo.be@localhost>

        * man/digest.Rd: Reworded to also highlight file mode

2021-01-16  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Roll minor version

        * src/SpookyV2.cpp: Disallow unaligned reads which have been seen to
        trigger SAN issues as reported by Winston in #167

2020-12-23  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * .github/workflows/ci.yaml: Add CI runner using r-ci
        * README.md: Add new CI badge

2020-10-20  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Release 0.6.27

2020-10-19  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * src/blake3_dispatch.c: Comment-out include of intrinsics to also
        comment-out erroring on insufficient architectures such as Solaris

2020-10-17  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Release 0.6.26

        * docs/: Added package website
        * docs-src/: Added package website inputs

        * .travis.yml (dist): Change to focal

2020-10-15  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * README.md: Update URLs
        * man/digest.Rd: Ditto
        * man/hmac.Rd: Ditto

2020-10-14  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Roll minor version

        * inst/tinytest/test_blake3.R: Skip file-based blake3 tests on Windows

        * vignettes/sha1.Rmd: Switch to minidown and 'framework: water'
        * DESCRIPTION (Suggests): Add minidown

2020-10-07  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Roll minor version

2020-10-06  Winston Chang  <winston%stdout.org@localhost>

        * R/digest.R: Speedup via explicit alternative values for
        match.arg() and a direct call to serialize()
        * R/vdigest.R: Idem
        * R/init.R: Idem (for serialize())
        * inst/tinytest/test_digest.R: New test ensuring all variants hit

2020-09-21  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * .travis.yml: Updated to 'bionic', R 4.0, and BSPM

2020-08-03  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Depends): Roll Depends: on to R (>= 3.3.0) due to use
        of startsWith(), with thanks to Florian Pein

2020-05-20  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * .travis.yml: Switch to bionic and R 4.0.0

2020-05-19  Dirk Schumacher  <mail%dirk-schumacher.net@localhost>

        * src/digest.c: Support file operation
        * inst/tinytest/test_blake3.R: Update test

2020-05-19  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version): Roll minor version and date

2020-05-19  Dirk Schumacher  <mail%dirk-schumacher.net@localhost>

        * src/blake3.c: Add blake3 implementation
        * src/blake3.h: Idem
        * src/blake3_dispatch.c: Idem
        * src/blake3_impl.h: Idem
        * src/blake3_portable.c: Idem
        * src/digest.c: Support blake3 call
        * R/digest.R: Idem
        * inst/tinytest/test_blake3.R: Add tests
        * man/digest.Rd: Add documentation

2020-03-05  Harris McGehee  <mcgehee.harris%gmail.com@localhost>

        * man/sha1.Rd: Correct typo

2020-02-26  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * README.md: Add Debian badge

2020-02-22  Dirk Eddelbuettel  <edd%debian.org@localhost>


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/R-digest/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/R-digest/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/R-digest/Makefile
diff -u pkgsrc/security/R-digest/Makefile:1.8 pkgsrc/security/R-digest/Makefile:1.9
--- pkgsrc/security/R-digest/Makefile:1.8       Fri Jul 31 18:42:19 2020
+++ pkgsrc/security/R-digest/Makefile   Wed May 11 13:48:07 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2020/07/31 18:42:19 brook Exp $
+# $NetBSD: Makefile,v 1.9 2022/05/11 13:48:07 mef Exp $
 
 R_PKGNAME=     digest
-R_PKGVER=      0.6.25
+R_PKGVER=      0.6.29
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/security/R-digest/distinfo
diff -u pkgsrc/security/R-digest/distinfo:1.9 pkgsrc/security/R-digest/distinfo:1.10
--- pkgsrc/security/R-digest/distinfo:1.9       Tue Oct 26 11:16:58 2021
+++ pkgsrc/security/R-digest/distinfo   Wed May 11 13:48:07 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:16:58 nia Exp $
+$NetBSD: distinfo,v 1.10 2022/05/11 13:48:07 mef Exp $
 
-BLAKE2s (R/digest_0.6.25.tar.gz) = 90859635bc1be7ba57d42bf6f2f55b0ecca59822c4b41694b754adb84153fdf4
-SHA512 (R/digest_0.6.25.tar.gz) = 5fb3683a3d20740aee0c98bdd52e60ebad3e7c7ca8db770d360aebf138b81f1623b70cdb382b2b32c5b7b59dbeef529cc2a75a7c5421c8be90c08c5a46bb1bc1
-Size (R/digest_0.6.25.tar.gz) = 145642 bytes
+BLAKE2s (R/digest_0.6.29.tar.gz) = 7f25fcfa534821fc127d7bebe754f01030697d591f0ab2c7e79038e0ee73dcd7
+SHA512 (R/digest_0.6.29.tar.gz) = 6e92db3b5f4e34c2ce7435ac5381ea5af8c7e07c34c25dad9aa27dbc7df13f578c61f632e5afa1f3009ef84131f601b47a92d3cd41fd96ddf3caee1560931f07
+Size (R/digest_0.6.29.tar.gz) = 162775 bytes



Home | Main Index | Thread Index | Old Index