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:           Wed May 11 14:03:38 UTC 2022

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

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 pkgsrc/security/R-openssl/Makefile:1.5
--- pkgsrc/security/R-openssl/Makefile:1.4      Tue Dec 22 22:08:44 2020
+++ pkgsrc/security/R-openssl/Makefile  Wed May 11 14:03:37 2022
@@ -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 @@ 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
Index: pkgsrc/security/R-openssl/distinfo
diff -u pkgsrc/security/R-openssl/distinfo:1.4 pkgsrc/security/R-openssl/distinfo:1.5
--- pkgsrc/security/R-openssl/distinfo:1.4      Tue Oct 26 11:16:58 2021
+++ pkgsrc/security/R-openssl/distinfo  Wed May 11 14:03:37 2022
@@ -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