Skip to content

Commit

Permalink
Update to 0.033
Browse files Browse the repository at this point in the history
Upstream changes:
0.033   2021-05-01
        - fix #31 verify_xxx options do not work properly with decode_payload=0

0.032   2021-03-18
        - fix #30 use lower uid/gid in release tarball

0.031   2021-01-10
        - fix #29 Broken JWS support for ES256K "alg" type

0.030   2021-01-08
        - fix #28 Using "kid_keys" with PS256 fails
  • Loading branch information
wen committed Jul 5, 2021
1 parent 0d46040 commit 1f639b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions security/p5-Crypt-JWT/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.2 2021/05/24 19:53:58 wiz Exp $
# $NetBSD: Makefile,v 1.3 2021/07/05 23:04:03 wen Exp $

DISTNAME= Crypt-JWT-0.029
DISTNAME= Crypt-JWT-0.033
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}

Expand Down
10 changes: 5 additions & 5 deletions security/p5-Crypt-JWT/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2020/09/13 08:16:48 wiz Exp $
$NetBSD: distinfo,v 1.2 2021/07/05 23:04:03 wen Exp $

SHA1 (Crypt-JWT-0.029.tar.gz) = e5001a82a49d08358a63694c9512b62b55253c3e
RMD160 (Crypt-JWT-0.029.tar.gz) = 349a0dc343f546e559943bce34fc36b062142a49
SHA512 (Crypt-JWT-0.029.tar.gz) = a09db9afa231a2b24ca7e88e610d62f9c60bb36076219dd661defb4e19d7399d83102c1aedb79069ea973d25e0e3d17221007684053e41f644aad92dbd4d825e
Size (Crypt-JWT-0.029.tar.gz) = 83868 bytes
SHA1 (Crypt-JWT-0.033.tar.gz) = d7af520262e30e33ce954773bda0d5c7d610f2de
RMD160 (Crypt-JWT-0.033.tar.gz) = a770f88b84762849de812db28c16cf95bb494799
SHA512 (Crypt-JWT-0.033.tar.gz) = c846c9267f72fab8f760d49c31b58c527cc97da684975fad33f16a4325b878197810fa4e16687cbe132f821f5449825521a4067da4754ecdb6335461b08aa3a9
Size (Crypt-JWT-0.033.tar.gz) = 84063 bytes

0 comments on commit 1f639b9

Please sign in to comment.