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:           Sat Jan 11 12:33:46 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.

Modified files:

Index: pkgsrc/security/R-jose/Makefile
diff -u pkgsrc/security/R-jose/Makefile:1.1 pkgsrc/security/R-jose/Makefile:1.2
--- pkgsrc/security/R-jose/Makefile:1.1 Sun Dec 18 01:44:09 2022
+++ pkgsrc/security/R-jose/Makefile     Sat Jan 11 12:33:46 2025
@@ -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=    pkgsrc-users%NetBSD.org@localhost
@@ -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"
Index: pkgsrc/security/R-jose/distinfo
diff -u pkgsrc/security/R-jose/distinfo:1.1 pkgsrc/security/R-jose/distinfo:1.2
--- pkgsrc/security/R-jose/distinfo:1.1 Sun Dec 18 01:44:09 2022
+++ pkgsrc/security/R-jose/distinfo     Sat Jan 11 12:33:46 2025
@@ -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



Home | Main Index | Thread Index | Old Index