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:           Sat Jan 11 11:55:00 UTC 2025

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

Log Message:
(security/R-digest) Updated 0.6.34 to 0.6.37

2024-08-19  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Release 0.6.37

2024-08-18  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Authors@R): Added

2024-08-15  Kevin Ushey  <kevinushey%gmail.com@localhost>

        * src/raes.c: Calloc -> R_Calloc; Free -> R_Free

2024-07-15  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * README.md: Switch some URLs from http to https

2024-06-23  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Release 0.6.36

        * src/digest.c (is_little_endian): Define alternate helper too
        * man/digest.Rd: Compare to spookyhash ref only on little endian

2024-06-22  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * src/digest.c (is_big_endian): Use endian-ness definition from
        Rconfig.h and define one-line helper

        * inst/tinytest/test_digest.R: Skip spookyhash test on big endian

2024-06-21  Sergey Fedorov  <vital.had%gmail.com@localhost>

        * src/blake3.c: Upstream patch for big endian systems
        * src/blake3_impl.h: Idem
        * src/blake3_portable.c: Idem

2024-06-15  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * .github/workflows/ci.yaml (jobs): Update to r-ci-setup action

2024-05-16  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Roll micro version and date

        * README.md: Use tinyverse.netlify.app for dependency badge

        * src/spooky_serialize.cpp: Several small updates to please clang++
        * src/SpookyV2.cpp: Idem

        * .github/workflows/ci.yaml: Show logs in case of failure

2024-03-12  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Roll micro version and date

        * src/spooky_serialize.cpp: Use R_NO_REMAP, add three Rf_ prefixes

2024-03-10  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Release 0.6.35

        * src/xxhash.h: Update to current release 0.8.2
        * src/xxhash.c: Idem
        * src/digest.c: Support added xxhash algorithms xxh3_64 and xxh3_128
        * R/digest.R: Idem
        * R/vdigest.R: Support xxh3_64 and xxh3_128 in vectorized mode
        * inst/tinytest/test_digest.R: Add tests for xxh3_64 and xxh3_128
        * man/digest.Rd: Documentation
        * man/vdigest.Rd: Idem
        * DESCRIPTION (Description): Mention xxh3_64 and xxh3_128
        * README.md: Idem

        * src/digest.c (digest): Consistently print uint64_t via PRIx


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/R-digest/Makefile
cvs rdiff -u -r1.13 -r1.14 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.12 pkgsrc/security/R-digest/Makefile:1.13
--- pkgsrc/security/R-digest/Makefile:1.12      Sun Jan 14 13:26:35 2024
+++ pkgsrc/security/R-digest/Makefile   Sat Jan 11 11:55:00 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2024/01/14 13:26:35 mef Exp $
+# $NetBSD: Makefile,v 1.13 2025/01/11 11:55:00 mef Exp $
 
 R_PKGNAME=     digest
-R_PKGVER=      0.6.34
+R_PKGVER=      0.6.37
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/security/R-digest/distinfo
diff -u pkgsrc/security/R-digest/distinfo:1.13 pkgsrc/security/R-digest/distinfo:1.14
--- pkgsrc/security/R-digest/distinfo:1.13      Sun Jan 14 13:26:35 2024
+++ pkgsrc/security/R-digest/distinfo   Sat Jan 11 11:55:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/01/14 13:26:35 mef Exp $
+$NetBSD: distinfo,v 1.14 2025/01/11 11:55:00 mef Exp $
 
-BLAKE2s (R/digest_0.6.34.tar.gz) = bd6849776b5ec418a0c7367fc3d9b5f9dc467e13bd934f0b8ea20ef542c1aab9
-SHA512 (R/digest_0.6.34.tar.gz) = 200f7b8e5f9902f60ca34b3c11d89a8418d3c0dd84a8e8f1864254405c272b5b24f42d3df5a2791bfd7185a65ddecd731ea0f96333f67bd46f733f172cffea5b
-Size (R/digest_0.6.34.tar.gz) = 178159 bytes
+BLAKE2s (R/digest_0.6.37.tar.gz) = 9270420222f178b56f59f7a9c36b4069e16223498b4c95c6f13e6cfa09cdd38c
+SHA512 (R/digest_0.6.37.tar.gz) = 510a4cb12c5ad9ee11e6dd17f3c8ee9f734b57bcbb252c722f0072074e505b7faa4957d396c80ac22dfc592c2140b0734a1f43ef118904f4abca7e21dcf16364
+Size (R/digest_0.6.37.tar.gz) = 232306 bytes



Home | Main Index | Thread Index | Old Index