pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/R-jose (security/R-jose) import R-jose-1.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/080338a99caf
branches: trunk
changeset: 390203:080338a99caf
user: mef <mef%pkgsrc.org@localhost>
date: Sun Dec 18 01:44:09 2022 +0000
description:
(security/R-jose) import R-jose-1.2.0
Read and write JSON Web Keys (JWK, rfc7517), generate and verify JSON
Web Signatures (JWS, rfc7515) and encode/decode JSON Web Tokens (JWT,
rfc7519). These standards provide modern signing and encryption
formats that are natively supported by browsers via the JavaScript
WebCryptoAPI, and used by services like OAuth 2.0, LetsEncrypt, and
Github Apps.
diffstat:
security/R-jose/DESCR | 6 ++++++
security/R-jose/Makefile | 17 +++++++++++++++++
security/R-jose/distinfo | 5 +++++
3 files changed, 28 insertions(+), 0 deletions(-)
diffs (40 lines):
diff -r aa226c84f512 -r 080338a99caf security/R-jose/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-jose/DESCR Sun Dec 18 01:44:09 2022 +0000
@@ -0,0 +1,6 @@
+Read and write JSON Web Keys (JWK, rfc7517), generate and verify JSON
+Web Signatures (JWS, rfc7515) and encode/decode JSON Web Tokens (JWT,
+rfc7519). These standards provide modern signing and encryption
+formats that are natively supported by browsers via the JavaScript
+WebCryptoAPI, and used by services like OAuth 2.0, LetsEncrypt, and
+Github Apps.
diff -r aa226c84f512 -r 080338a99caf security/R-jose/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-jose/Makefile Sun Dec 18 01:44:09 2022 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/12/18 01:44:09 mef Exp $
+
+R_PKGNAME= jose
+R_PKGVER= 1.2.0
+CATEGORIES= security
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= JavaScript Object Signing and Encryption
+LICENSE= mit # + file LICENSE
+
+DEPENDS+= R-openssl>=2.0.5:../../security/R-openssl
+DEPENDS+= R-jsonlite>=1.8.0:../../textproc/R-jsonlite
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r aa226c84f512 -r 080338a99caf security/R-jose/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/R-jose/distinfo Sun Dec 18 01:44:09 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/18 01:44:09 mef Exp $
+
+BLAKE2s (R/jose_1.2.0.tar.gz) = ef91440f6b313f3a17db07f060ebc4a0f51e1ceb06081015cb38976a2befa35f
+SHA512 (R/jose_1.2.0.tar.gz) = d0136f1915a9346b90736546eafdb8f75322f9110dcba9932b317217b8b74a163884f983dc68801016afea1a24691a6755ef0da4402bc71852abcd0e2ccbd1ac
+Size (R/jose_1.2.0.tar.gz) = 505085 bytes
Home |
Main Index |
Thread Index |
Old Index