pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/p5-Crypt-JWT



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat May 10 12:25:19 UTC 2025

Modified Files:
        pkgsrc/security/p5-Crypt-JWT: Makefile distinfo

Log Message:
Update to 0.037

Upstream changes:
0.037   2025-04-27
        - fix #43 Fails to decode JWT from AWS Application Load Balancers
        - fix #44 Allow decoding JWS with Base64 padding characters
        - added tolerate_padding parameter for decode_jwt
0.036   2025-01-26
        - fix #35 support aud claim as an array of strings
        - added verify_typ - verify 'typ' header parameter


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/p5-Crypt-JWT/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/p5-Crypt-JWT/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/p5-Crypt-JWT/Makefile
diff -u pkgsrc/security/p5-Crypt-JWT/Makefile:1.8 pkgsrc/security/p5-Crypt-JWT/Makefile:1.9
--- pkgsrc/security/p5-Crypt-JWT/Makefile:1.8   Sat Nov 16 12:06:28 2024
+++ pkgsrc/security/p5-Crypt-JWT/Makefile       Sat May 10 12:25:19 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/11/16 12:06:28 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/05/10 12:25:19 wen Exp $
 
-DISTNAME=              Crypt-JWT-0.035
+DISTNAME=              Crypt-JWT-0.037
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 

Index: pkgsrc/security/p5-Crypt-JWT/distinfo
diff -u pkgsrc/security/p5-Crypt-JWT/distinfo:1.6 pkgsrc/security/p5-Crypt-JWT/distinfo:1.7
--- pkgsrc/security/p5-Crypt-JWT/distinfo:1.6   Mon Oct  9 11:58:00 2023
+++ pkgsrc/security/p5-Crypt-JWT/distinfo       Sat May 10 12:25:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/10/09 11:58:00 wen Exp $
+$NetBSD: distinfo,v 1.7 2025/05/10 12:25:19 wen Exp $
 
-BLAKE2s (Crypt-JWT-0.035.tar.gz) = 3d3b0f1e195c470cf9e5ed1e97f508b4c8d1f5ba883449a6c6f007a234bc3530
-SHA512 (Crypt-JWT-0.035.tar.gz) = f8e579c290eef074d43946259bea163905a1c27646022d59ec425a431e5a253bc414f89331d136a10036a229f499dae8529bde3820a1baca57541e5931c8db28
-Size (Crypt-JWT-0.035.tar.gz) = 84581 bytes
+BLAKE2s (Crypt-JWT-0.037.tar.gz) = f438891de67f5ca847301f305dc70dfa7053b9d0651798a42c34e96ce9766d86
+SHA512 (Crypt-JWT-0.037.tar.gz) = 99e27643bdbd3647382d958660ba1199922acddd72e5e097f53f68c86b6b2d959955f90c6d32c1257ca0e243a9af637646808615fcde483ef9c8ea041c152ffe
+Size (Crypt-JWT-0.037.tar.gz) = 86387 bytes



Home | Main Index | Thread Index | Old Index