summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-05-11 14:03:37 +0000
committermef <mef@pkgsrc.org>2022-05-11 14:03:37 +0000
commit7c325d759a14f2325ecc5d07730c98668c2613f8 (patch)
tree91b48eb3c7370ad9c80518d9cea8c4738ac8a434 /security
parent62894197099a048a522ed738f39ad0c2f570a8b8 (diff)
downloadpkgsrc-7c325d759a14f2325ecc5d07730c98668c2613f8.tar.gz
(security/R-openssl) Updated 1.4.3 to 2.0.0
2.0.0 - The default fingerprint() for keys has changed from md5 to sha256. This is a breaking change, but in line with other software phasing out md5, and needed to support systems where use of MD5 has been disabled to comply with FIPS. - Make the test-suite pass under FIPS on RHEL 8. - New family of ssl_ctx functions to manipulate an SSL context from inside curl https requests. - Rd manuals have been markdownified 1.4.6 - Update unit tests to new pki.goog test servers 1.4.5 - Tweaks and fixes for upcoming OpenSSLv3. Once OpenSSLv3 is released we should port the deprecated functions, but for now we keep supporting OpenSSL 1.0.2. 1.4.4 - Fix rand_bytes for large input - Remove some legacy Windows workarounds from R 3.2 - Windows: upgrade libs to openssl 1.1.1k
Diffstat (limited to 'security')
-rw-r--r--security/R-openssl/Makefile17
-rw-r--r--security/R-openssl/distinfo8
2 files changed, 13 insertions, 12 deletions
diff --git a/security/R-openssl/Makefile b/security/R-openssl/Makefile
index b89fb723a4b..5a426d735a7 100644
--- a/security/R-openssl/Makefile
+++ b/security/R-openssl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2020/12/22 22:08:44 mef Exp $
+# $NetBSD: Makefile,v 1.5 2022/05/11 14:03:37 mef Exp $
R_PKGNAME= openssl
-R_PKGVER= 1.4.3
+R_PKGVER= 2.0.0
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -10,12 +10,13 @@ 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-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-jquerylib-[0-9]*:../../www/R-jquerylib
+TEST_DEPENDS+= R-tinytex-[0-9]*:../../print/R-tinytex
USE_TOOLS+= bash
USE_LANGUAGES= c
diff --git a/security/R-openssl/distinfo b/security/R-openssl/distinfo
index 4cfab2ef71c..e9c6c5c17b3 100644
--- a/security/R-openssl/distinfo
+++ b/security/R-openssl/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:16:58 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/05/11 14:03:37 mef Exp $
-BLAKE2s (R/openssl_1.4.3.tar.gz) = 3221162da3b90bd62fbbcd67f29031aaba6853408704a3667fe28e754638dcb8
-SHA512 (R/openssl_1.4.3.tar.gz) = 8e138f7ce31c5c596bb42da36772488e47163d867fecfe44fc191c47a1d1fad562fdcbc42280c5d331b37be8538765502dad524d7f57ad90baa9161119bdbd72
-Size (R/openssl_1.4.3.tar.gz) = 1207708 bytes
+BLAKE2s (R/openssl_2.0.0.tar.gz) = e0d94a36bdd0edcda739fd47410a52d9a69eecb72a28004dd63ecb70e1744697
+SHA512 (R/openssl_2.0.0.tar.gz) = c432910e880e2297bbe4da91ae5043e75d9c356eb086ff314f0bf4994185158f332907b887891ed8666ad20b438c0316c893c6d8b4f6d38e0fd1b4094a0b9aed
+Size (R/openssl_2.0.0.tar.gz) = 1200448 bytes