Skip to content

Commit

Permalink
(security/R-jose) Updated 1.2.0 to 1.2.1, NEWS not updated, make test…
Browse files Browse the repository at this point in the history
… passed

1.2
  - jwt_encode_sig() now allows to override the typ field via headers TritonDataCenter#15
  - jwt_decode functions now check the 'exp' and 'nbf' fields and raise
    and error if token has expired.
  • Loading branch information
mef committed Jan 11, 2025
1 parent 915b70a commit 9386bb8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
15 changes: 13 additions & 2 deletions security/R-jose/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2022/12/18 01:44:09 mef Exp $
# $NetBSD: Makefile,v 1.2 2025/01/11 12:33:46 mef Exp $

R_PKGNAME= jose
R_PKGVER= 1.2.0
R_PKGVER= 1.2.1
CATEGORIES= security

MAINTAINER= [email protected]
Expand All @@ -11,6 +11,17 @@ LICENSE= mit # + file LICENSE
DEPENDS+= R-openssl>=2.0.5:../../security/R-openssl
DEPENDS+= R-jsonlite>=1.8.0:../../textproc/R-jsonlite

TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat

TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval

USE_LANGUAGES= # none

.include "../../math/R/Makefile.extension"
Expand Down
8 changes: 4 additions & 4 deletions security/R-jose/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2022/12/18 01:44:09 mef Exp $
$NetBSD: distinfo,v 1.2 2025/01/11 12:33:46 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
BLAKE2s (R/jose_1.2.1.tar.gz) = 0de7ce84430e85be1cd516f8427bb727ee49836f45bacf68f6995aed0a57eb2b
SHA512 (R/jose_1.2.1.tar.gz) = a774651e8f236d71760b4bb1a2e0ce23af6ebf33327cbf0e708f0a664435969db274f46e9471ae1b4491102125e0c39e01154656c3b597587e0e37dbb3286a56
Size (R/jose_1.2.1.tar.gz) = 453518 bytes

0 comments on commit 9386bb8

Please sign in to comment.