pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/R-openssl (security/R-openssl) Updated 1.4.3 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c505648864de
branches: trunk
changeset: 379098:c505648864de
user: mef <mef%pkgsrc.org@localhost>
date: Wed May 11 14:03:37 2022 +0000
description:
(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:
security/R-openssl/Makefile | 17 +++++++++--------
security/R-openssl/distinfo | 8 ++++----
2 files changed, 13 insertions(+), 12 deletions(-)
diffs (46 lines):
diff -r 6b9693bd2f42 -r c505648864de security/R-openssl/Makefile
--- a/security/R-openssl/Makefile Wed May 11 13:48:16 2022 +0000
+++ b/security/R-openssl/Makefile Wed May 11 14:03:37 2022 +0000
@@ -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@localhost
@@ -10,12 +10,13 @@
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 -r 6b9693bd2f42 -r c505648864de security/R-openssl/distinfo
--- a/security/R-openssl/distinfo Wed May 11 13:48:16 2022 +0000
+++ b/security/R-openssl/distinfo Wed May 11 14:03:37 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index