pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/R-credentials
Module Name: pkgsrc
Committed By: mef
Date: Sat Jan 11 11:47:54 UTC 2025
Modified Files:
pkgsrc/security/R-credentials: Makefile distinfo
Log Message:
(security/R-credentials) Update 1.3.1 to 2.0.2, make test passed
2.0.1
- Precompute vignette due to credential issues on some CRAN machines.
2.0.0
- ssh_key_info() now returns ECDSA instead of RSA key by default if both exist.
If you get authentication problems with 'gert' you probably need to upload your
ecdsa key to your host (e.g. using ssh_setup_github()) or otherwise delete the
ECDSA key from ~/.ssh/ecdsa to go back and use your old RSA key.
- ssh_keygen() now defaults to generating ECDSA (P-521) keys
1.3.2
- Disable example in vignette that would prompt for user input on Windows
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/R-credentials/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/R-credentials/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-credentials/Makefile
diff -u pkgsrc/security/R-credentials/Makefile:1.2 pkgsrc/security/R-credentials/Makefile:1.3
--- pkgsrc/security/R-credentials/Makefile:1.2 Wed May 11 14:22:23 2022
+++ pkgsrc/security/R-credentials/Makefile Sat Jan 11 11:47:54 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/05/11 14:22:23 mef Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/11 11:47:54 mef Exp $
R_PKGNAME= credentials
-R_PKGVER= 1.3.2
+R_PKGVER= 2.0.2
CATEGORIES= security
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -15,6 +15,13 @@ DEPENDS+= R-jsonlite>=1.7.1:../../textpr
DEPENDS+= R-curl>=4.3:../../www/R-curl
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
USE_LANGUAGES= # none
Index: pkgsrc/security/R-credentials/distinfo
diff -u pkgsrc/security/R-credentials/distinfo:1.4 pkgsrc/security/R-credentials/distinfo:1.5
--- pkgsrc/security/R-credentials/distinfo:1.4 Wed May 11 14:22:23 2022
+++ pkgsrc/security/R-credentials/distinfo Sat Jan 11 11:47:54 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/05/11 14:22:23 mef Exp $
+$NetBSD: distinfo,v 1.5 2025/01/11 11:47:54 mef Exp $
-BLAKE2s (R/credentials_1.3.2.tar.gz) = a9d901245d094ac0c4bbead52dc162b8eecb45a4144f7d1973ac09682032ea63
-SHA512 (R/credentials_1.3.2.tar.gz) = c12ed0435a5804cdca50783a1aa9d718222c2611a7e5cd7994dcedfe506b871a19a56c30c92c0f609c46203595dc0575824550bd5b482a4d9e22d35a07d109f1
-Size (R/credentials_1.3.2.tar.gz) = 230070 bytes
+BLAKE2s (R/credentials_2.0.2.tar.gz) = 70428288ec7c91a2e4718665f1bfd20d6f6386c0722dd3a7348416bf5aea17b6
+SHA512 (R/credentials_2.0.2.tar.gz) = acd2508b38a8b4ec765eb623606a4fd5112bf1c605b795d68b2885b4aad3d0a428966c4e70a20c7b203be1073a2cf57ceff46829f2908831261adeff50622232
+Size (R/credentials_2.0.2.tar.gz) = 283111 bytes
Home |
Main Index |
Thread Index |
Old Index