diff options
author | mef <mef@pkgsrc.org> | 2020-12-21 11:17:36 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-12-21 11:17:36 +0000 |
commit | f71035f926cbe839b1cfbd7f02c44b8568919d4a (patch) | |
tree | dbe40c26591e7f0e6935a2e873729c75eee31a45 /security | |
parent | 48e37130a619dea857ac679608ba7257e3407ca2 (diff) | |
download | pkgsrc-f71035f926cbe839b1cfbd7f02c44b8568919d4a.tar.gz |
(security/R-openssl) Updated 1.4.1 to 1.4.3
1.4.3
- Fix a harmless compiler warning for CRAN
1.4.2
- Catch FIPS errors and add FIPS flag to openssl_config()
- Win/Mac: update binary packages to openssl 1.1.1g
- Early preparations for upcoming OpenSSL 3
Diffstat (limited to 'security')
-rw-r--r-- | security/R-openssl/Makefile | 13 | ||||
-rw-r--r-- | security/R-openssl/distinfo | 10 |
2 files changed, 15 insertions, 8 deletions
diff --git a/security/R-openssl/Makefile b/security/R-openssl/Makefile index 22f5b2bd3b6..d0e9b214b59 100644 --- a/security/R-openssl/Makefile +++ b/security/R-openssl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2020/01/18 21:50:33 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2020/12/21 11:17:36 mef Exp $ R_PKGNAME= openssl -R_PKGVER= 1.4.1 -PKGREVISION= 1 +R_PKGVER= 1.4.3 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org @@ -11,6 +10,14 @@ 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 + + USE_LANGUAGES= c .include "../../math/R/Makefile.extension" diff --git a/security/R-openssl/distinfo b/security/R-openssl/distinfo index 6f79f0b8a8f..0365b22db6c 100644 --- a/security/R-openssl/distinfo +++ b/security/R-openssl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/08/09 19:04:58 brook Exp $ +$NetBSD: distinfo,v 1.2 2020/12/21 11:17:36 mef Exp $ -SHA1 (R/openssl_1.4.1.tar.gz) = a072c09de0216b20034fc16955624f60388c920d -RMD160 (R/openssl_1.4.1.tar.gz) = d235e5223500054163d9e7c5b0e8666aa7018f97 -SHA512 (R/openssl_1.4.1.tar.gz) = 52549f5f301deab4252db0ff7f450d879b3cf6f716fe1dd6c4b5cce3f95d988ac1eeeb6a5fc719dadc072bfac37f5a341e5e5a0155e9268638e4885375013b23 -Size (R/openssl_1.4.1.tar.gz) = 1206885 bytes +SHA1 (R/openssl_1.4.3.tar.gz) = b0a28a603cc960971c3d95f82fb0eaaea5646c8a +RMD160 (R/openssl_1.4.3.tar.gz) = 4d1a4bce6f096f805c3414f6ee487251785183bb +SHA512 (R/openssl_1.4.3.tar.gz) = 8e138f7ce31c5c596bb42da36772488e47163d867fecfe44fc191c47a1d1fad562fdcbc42280c5d331b37be8538765502dad524d7f57ad90baa9161119bdbd72 +Size (R/openssl_1.4.3.tar.gz) = 1207708 bytes |