pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/R-jose
Module Name: pkgsrc
Committed By: mef
Date: Sun Dec 18 01:44:09 UTC 2022
Added Files:
pkgsrc/security/R-jose: DESCR Makefile distinfo
Log Message:
(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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/R-jose/DESCR \
pkgsrc/security/R-jose/Makefile pkgsrc/security/R-jose/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/security/R-jose/DESCR
diff -u /dev/null pkgsrc/security/R-jose/DESCR:1.1
--- /dev/null Sun Dec 18 01:44:09 2022
+++ pkgsrc/security/R-jose/DESCR Sun Dec 18 01:44:09 2022
@@ -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.
Index: pkgsrc/security/R-jose/Makefile
diff -u /dev/null pkgsrc/security/R-jose/Makefile:1.1
--- /dev/null Sun Dec 18 01:44:09 2022
+++ pkgsrc/security/R-jose/Makefile Sun Dec 18 01:44:09 2022
@@ -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"
Index: pkgsrc/security/R-jose/distinfo
diff -u /dev/null pkgsrc/security/R-jose/distinfo:1.1
--- /dev/null Sun Dec 18 01:44:09 2022
+++ pkgsrc/security/R-jose/distinfo Sun Dec 18 01:44:09 2022
@@ -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