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:           Mon Dec 21 11:17:36 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/R-openssl/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/security/R-openssl/Makefile:1.3
--- pkgsrc/security/R-openssl/Makefile:1.2      Sat Jan 18 21:50:33 2020
+++ pkgsrc/security/R-openssl/Makefile  Mon Dec 21 11:17:36 2020
@@ -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@localhost
@@ -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"

Index: pkgsrc/security/R-openssl/distinfo
diff -u pkgsrc/security/R-openssl/distinfo:1.1 pkgsrc/security/R-openssl/distinfo:1.2
--- pkgsrc/security/R-openssl/distinfo:1.1      Fri Aug  9 19:04:58 2019
+++ pkgsrc/security/R-openssl/distinfo  Mon Dec 21 11:17:36 2020
@@ -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



Home | Main Index | Thread Index | Old Index