pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/R-openssl



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 18 02:00:10 UTC 2022

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

Log Message:
(security/R-openssl) Updated 2.0.1 to 2.0.5

2.0.5
 - Replace sprintf with snprintf for CRAN

2.0.4
 - Fix strict-prototype warnings for CRAN

2.0.3
 - New function write_openssh_pem to support ed25519 in libssh2/gert

2.0.2
 - Disable tests that require internet access to comply with AON policy


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/R-openssl/Makefile \
    pkgsrc/security/R-openssl/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-openssl/Makefile
diff -u pkgsrc/security/R-openssl/Makefile:1.6 pkgsrc/security/R-openssl/Makefile:1.7
--- pkgsrc/security/R-openssl/Makefile:1.6      Sat May 21 12:48:58 2022
+++ pkgsrc/security/R-openssl/Makefile  Sun Dec 18 02:00:10 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/05/21 12:48:58 mef Exp $
+# $NetBSD: Makefile,v 1.7 2022/12/18 02:00:10 mef Exp $
 
 R_PKGNAME=     openssl
-R_PKGVER=      2.0.1
+R_PKGVER=      2.0.5
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,14 +10,14 @@ LICENSE=    mit
 
 DEPENDS+=      R-askpass>=1.1:../../security/R-askpass
 
-
-# Packages suggested but not available: 'jose', 'sodium'
-TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
-TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
-TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-bslib-[0-9]*:../../www/R-bslib
 TEST_DEPENDS+= R-htmltools-[0-9]*:../../textproc/R-htmltools
+TEST_DEPENDS+= R-jose-[0-9]*:../../security/R-jose
 TEST_DEPENDS+= R-jquerylib-[0-9]*:../../www/R-jquerylib
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-sodium-[0-9]*:../../security/R-sodium
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-tinytex-[0-9]*:../../print/R-tinytex
 
 USE_TOOLS+=    bash
Index: pkgsrc/security/R-openssl/distinfo
diff -u pkgsrc/security/R-openssl/distinfo:1.6 pkgsrc/security/R-openssl/distinfo:1.7
--- pkgsrc/security/R-openssl/distinfo:1.6      Sat May 21 12:48:58 2022
+++ pkgsrc/security/R-openssl/distinfo  Sun Dec 18 02:00:10 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/05/21 12:48:58 mef Exp $
+$NetBSD: distinfo,v 1.7 2022/12/18 02:00:10 mef Exp $
 
-BLAKE2s (R/openssl_2.0.1.tar.gz) = 0c4ea23538ed4396e128ffef563ffe14d1c09394764bc68dc3050dacf5d04f9a
-SHA512 (R/openssl_2.0.1.tar.gz) = be2316ed0642e4ea720bee673262c7c795b66093e10091e3416d2ff3d28becdb050fb34d22f01f5631691fdd12a6c54f28ee0f41b01987b8d78f70e718df32a8
-Size (R/openssl_2.0.1.tar.gz) = 1204569 bytes
+BLAKE2s (R/openssl_2.0.5.tar.gz) = 434da09264e571b7660b4785b4cecc686fb8df0bce5fc16f8d961dbdcf0d7567
+SHA512 (R/openssl_2.0.5.tar.gz) = c884d95444932ecf91772e54555f7926770500992075e79603ac6da435a64cc50c142c94f850ed1c85f5e5299f3069179bdc3cfe916579fd9b1cb1f911b33726
+Size (R/openssl_2.0.5.tar.gz) = 1203925 bytes



Home | Main Index | Thread Index | Old Index