Sun Dec 18 02:00:10 2022 UTC ()
(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


(mef)
diff -r1.6 -r1.7 pkgsrc/security/R-openssl/Makefile
diff -r1.6 -r1.7 pkgsrc/security/R-openssl/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/security/R-openssl/Makefile (expand / switch to unified diff)

--- pkgsrc/security/R-openssl/Makefile 2022/05/21 12:48:58 1.6
+++ pkgsrc/security/R-openssl/Makefile 2022/12/18 02:00:10 1.7
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.6 2022/05/21 12:48:58 mef Exp $ 1# $NetBSD: Makefile,v 1.7 2022/12/18 02:00:10 mef Exp $
2 2
3R_PKGNAME= openssl 3R_PKGNAME= openssl
4R_PKGVER= 2.0.1 4R_PKGVER= 2.0.5
5CATEGORIES= security 5CATEGORIES= security
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Toolkit for encryption, signatures and certificates based on OpenSSL 8COMMENT= Toolkit for encryption, signatures and certificates based on OpenSSL
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= R-askpass>=1.1:../../security/R-askpass 11DEPENDS+= R-askpass>=1.1:../../security/R-askpass
12 12
13 
14# Packages suggested but not available: 'jose', 'sodium' 
15TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat 
16TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr 
17TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown 
18TEST_DEPENDS+= R-bslib-[0-9]*:../../www/R-bslib 13TEST_DEPENDS+= R-bslib-[0-9]*:../../www/R-bslib
19TEST_DEPENDS+= R-htmltools-[0-9]*:../../textproc/R-htmltools 14TEST_DEPENDS+= R-htmltools-[0-9]*:../../textproc/R-htmltools
 15TEST_DEPENDS+= R-jose-[0-9]*:../../security/R-jose
20TEST_DEPENDS+= R-jquerylib-[0-9]*:../../www/R-jquerylib 16TEST_DEPENDS+= R-jquerylib-[0-9]*:../../www/R-jquerylib
 17TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
 18TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 19TEST_DEPENDS+= R-sodium-[0-9]*:../../security/R-sodium
 20TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
21TEST_DEPENDS+= R-tinytex-[0-9]*:../../print/R-tinytex 21TEST_DEPENDS+= R-tinytex-[0-9]*:../../print/R-tinytex
22 22
23USE_TOOLS+= bash 23USE_TOOLS+= bash
24USE_LANGUAGES= c 24USE_LANGUAGES= c
25 25
26.include "../../math/R/Makefile.extension" 26.include "../../math/R/Makefile.extension"
27.include "../../security/openssl/buildlink3.mk" 27.include "../../security/openssl/buildlink3.mk"
28.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/security/R-openssl/distinfo (expand / switch to unified diff)

--- pkgsrc/security/R-openssl/distinfo 2022/05/21 12:48:58 1.6
+++ pkgsrc/security/R-openssl/distinfo 2022/12/18 02:00:10 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2022/05/21 12:48:58 mef Exp $ 1$NetBSD: distinfo,v 1.7 2022/12/18 02:00:10 mef Exp $
2 2
3BLAKE2s (R/openssl_2.0.1.tar.gz) = 0c4ea23538ed4396e128ffef563ffe14d1c09394764bc68dc3050dacf5d04f9a 3BLAKE2s (R/openssl_2.0.5.tar.gz) = 434da09264e571b7660b4785b4cecc686fb8df0bce5fc16f8d961dbdcf0d7567
4SHA512 (R/openssl_2.0.1.tar.gz) = be2316ed0642e4ea720bee673262c7c795b66093e10091e3416d2ff3d28becdb050fb34d22f01f5631691fdd12a6c54f28ee0f41b01987b8d78f70e718df32a8 4SHA512 (R/openssl_2.0.5.tar.gz) = c884d95444932ecf91772e54555f7926770500992075e79603ac6da435a64cc50c142c94f850ed1c85f5e5299f3069179bdc3cfe916579fd9b1cb1f911b33726
5Size (R/openssl_2.0.1.tar.gz) = 1204569 bytes 5Size (R/openssl_2.0.5.tar.gz) = 1203925 bytes