pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/R-digest (security/R-digest) Updated 0.6.29 t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c87f0f2c8d85
branches: trunk
changeset: 390840:c87f0f2c8d85
user: mef <mef%pkgsrc.org@localhost>
date: Sat Dec 31 10:22:04 2022 +0000
description:
(security/R-digest) Updated 0.6.29 to 0.6.31
2022-12-10 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Release 0.6.31
* src/digest.c: Replace sprintf with snprintf
* .editorconfig: Added
* .Rbuildignore: Updated
2022-11-05 Dirk Eddelbuettel <edd%debian.org@localhost>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2022-10-17 Dirk Eddelbuettel <edd%debian.org@localhost>
* DESCRIPTION (Version, Date): Release 0.6.30
* src/crc32.c: Modernize three function signatures to current C
standards to appease clang-15 now used by CRAN
* src/sha2.c (SHA512_End): Align two function signatures to their
prototypes to appease gcc-12
2022-10-02 Dirk Eddelbuettel <edd%debian.org@localhost>
* docs/mkdmt-src/src/index.md: Several small updates with upgrade to
Material for MkDocs 8.5.5
diffstat:
security/R-digest/Makefile | 7 +++++--
security/R-digest/distinfo | 8 ++++----
2 files changed, 9 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r a852356f47af -r c87f0f2c8d85 security/R-digest/Makefile
--- a/security/R-digest/Makefile Sat Dec 31 10:15:30 2022 +0000
+++ b/security/R-digest/Makefile Sat Dec 31 10:22:04 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2022/05/11 13:48:07 mef Exp $
+# $NetBSD: Makefile,v 1.10 2022/12/31 10:22:04 mef Exp $
R_PKGNAME= digest
-R_PKGVER= 0.6.29
+R_PKGVER= 0.6.31
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,5 +10,8 @@
USE_LANGUAGES+= c c++
+# Packages suggested but not available: 'tinytest', 'simplermarkdown'
+#TEST_DEPENDS+=
+
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"
diff -r a852356f47af -r c87f0f2c8d85 security/R-digest/distinfo
--- a/security/R-digest/distinfo Sat Dec 31 10:15:30 2022 +0000
+++ b/security/R-digest/distinfo Sat Dec 31 10:22:04 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/05/11 13:48:07 mef Exp $
+$NetBSD: distinfo,v 1.11 2022/12/31 10:22:04 mef Exp $
-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
+BLAKE2s (R/digest_0.6.31.tar.gz) = 920ba6eba949e48dc1706ec9cca5d14e467fbdda40ae431d9a9441b3f095ffe9
+SHA512 (R/digest_0.6.31.tar.gz) = 00eeb87c87495c78e1d6edfd10dcb10d230cc8edca8538a8ebfcdf144f62992cbc1b4b4317cd33321fbd09ca120980bf18ef04dba66d39dd0f435aa68f392888
+Size (R/digest_0.6.31.tar.gz) = 163502 bytes
Home |
Main Index |
Thread Index |
Old Index