Skip to content

Commit 9386bb8

Browse files
author
mef
committed
(security/R-jose) Updated 1.2.0 to 1.2.1, NEWS not updated, make test passed
1.2 - jwt_encode_sig() now allows to override the typ field via headers #15 - jwt_decode functions now check the 'exp' and 'nbf' fields and raise and error if token has expired.
1 parent 915b70a commit 9386bb8

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

security/R-jose/Makefile

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.1 2022/12/18 01:44:09 mef Exp $
1+
# $NetBSD: Makefile,v 1.2 2025/01/11 12:33:46 mef Exp $
22

33
R_PKGNAME= jose
4-
R_PKGVER= 1.2.0
4+
R_PKGVER= 1.2.1
55
CATEGORIES= security
66

77
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -11,6 +11,17 @@ LICENSE= mit # + file LICENSE
1111
DEPENDS+= R-openssl>=2.0.5:../../security/R-openssl
1212
DEPENDS+= R-jsonlite>=1.8.0:../../textproc/R-jsonlite
1313

14+
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
15+
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
16+
TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
17+
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
18+
19+
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
20+
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
21+
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
22+
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
23+
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
24+
1425
USE_LANGUAGES= # none
1526

1627
.include "../../math/R/Makefile.extension"

security/R-jose/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.1 2022/12/18 01:44:09 mef Exp $
1+
$NetBSD: distinfo,v 1.2 2025/01/11 12:33:46 mef Exp $
22

3-
BLAKE2s (R/jose_1.2.0.tar.gz) = ef91440f6b313f3a17db07f060ebc4a0f51e1ceb06081015cb38976a2befa35f
4-
SHA512 (R/jose_1.2.0.tar.gz) = d0136f1915a9346b90736546eafdb8f75322f9110dcba9932b317217b8b74a163884f983dc68801016afea1a24691a6755ef0da4402bc71852abcd0e2ccbd1ac
5-
Size (R/jose_1.2.0.tar.gz) = 505085 bytes
3+
BLAKE2s (R/jose_1.2.1.tar.gz) = 0de7ce84430e85be1cd516f8427bb727ee49836f45bacf68f6995aed0a57eb2b
4+
SHA512 (R/jose_1.2.1.tar.gz) = a774651e8f236d71760b4bb1a2e0ce23af6ebf33327cbf0e708f0a664435969db274f46e9471ae1b4491102125e0c39e01154656c3b597587e0e37dbb3286a56
5+
Size (R/jose_1.2.1.tar.gz) = 453518 bytes

0 commit comments

Comments
 (0)