Skip to content

Commit ab77231

Browse files
author
mef
committed
(security/R-openssl) Updated 2.0.5 to 2.3.0, make test passed
2.3.0 - Windows: use OpenSSL from Rtools if found 2.2.2 - Reduce test verbosity per CRAN request - Update maintainer email address 2.2.1 - Skip some legacy sha1 tests on Redhat systems to fix #125 2.2.0 - Use new EVP_MD_fetch() api on libssl 3 to find non-default algorithms. - Add keccak() hash function - MacOS/Windows: update to OpenSSL 3.3.0 2.1.2 - MacOS: avoid linking against legacy versions of openssl 2.1.1 - Windows: update to openssl 3.1.2 + arm support 2.1.0 - Windows and autobrew binaries have been bumped to libssl 3.1.1. (MacOS CRAN binaries use libssl from CRAN 'recipes' which is currently libssl 1.1.1) - Added sha3() function 2.0.6 - Add new functions pkcs7_encrypt and pkcs7_decrypt - Fix snprintf bug in hash functions
1 parent 6985d33 commit ab77231

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

security/R-openssl/Makefile

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.8 2023/10/24 22:10:45 wiz Exp $
1+
# $NetBSD: Makefile,v 1.9 2025/01/11 12:43:15 mef Exp $
22

33
R_PKGNAME= openssl
4-
R_PKGVER= 2.0.5
5-
PKGREVISION= 1
4+
R_PKGVER= 2.3.0
65
CATEGORIES= security
76

87
MAINTAINER= [email protected]
@@ -12,6 +11,7 @@ LICENSE= mit
1211
DEPENDS+= R-askpass>=1.1:../../security/R-askpass
1312

1413
TEST_DEPENDS+= R-bslib-[0-9]*:../../www/R-bslib
14+
TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
1515
TEST_DEPENDS+= R-htmltools-[0-9]*:../../textproc/R-htmltools
1616
TEST_DEPENDS+= R-jose-[0-9]*:../../security/R-jose
1717
TEST_DEPENDS+= R-jquerylib-[0-9]*:../../www/R-jquerylib
@@ -21,6 +21,12 @@ TEST_DEPENDS+= R-sodium-[0-9]*:../../security/R-sodium
2121
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
2222
TEST_DEPENDS+= R-tinytex-[0-9]*:../../print/R-tinytex
2323

24+
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
25+
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
26+
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
27+
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
28+
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
29+
2430
USE_TOOLS+= bash
2531
USE_LANGUAGES= c
2632

security/R-openssl/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.7 2022/12/18 02:00:10 mef Exp $
1+
$NetBSD: distinfo,v 1.8 2025/01/11 12:43:15 mef Exp $
22

3-
BLAKE2s (R/openssl_2.0.5.tar.gz) = 434da09264e571b7660b4785b4cecc686fb8df0bce5fc16f8d961dbdcf0d7567
4-
SHA512 (R/openssl_2.0.5.tar.gz) = c884d95444932ecf91772e54555f7926770500992075e79603ac6da435a64cc50c142c94f850ed1c85f5e5299f3069179bdc3cfe916579fd9b1cb1f911b33726
5-
Size (R/openssl_2.0.5.tar.gz) = 1203925 bytes
3+
BLAKE2s (R/openssl_2.3.0.tar.gz) = 1bff9366d7c3c0ad20f0f52c70d0e3d3ac70c14416c142ea9a7ff4446cb6925c
4+
SHA512 (R/openssl_2.3.0.tar.gz) = 2d577e66c5e752fd68ca9354db78e33998603f9003bd01a7c45a4c4eee0e261bc072245161cd3694dec53a83f3293f09ad908d273c14d5544ba1b78c22565e44
5+
Size (R/openssl_2.3.0.tar.gz) = 1206414 bytes

0 commit comments

Comments
 (0)