Received: by mail.netbsd.org (Postfix, from userid 605) id 775C384EDB; Mon, 5 Jul 2021 23:04:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ADA1284ECA for ; Mon, 5 Jul 2021 23:04:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rMlxYhQ593Qj for ; Mon, 5 Jul 2021 23:04:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2B0BE84E84 for ; Mon, 5 Jul 2021 23:04:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21A77FA95; Mon, 5 Jul 2021 23:04:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162552624467000" MIME-Version: 1.0 Date: Mon, 5 Jul 2021 23:04:04 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/security/p5-Crypt-JWT To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210705230404.21A77FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162552624467000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Mon Jul 5 23:04:04 UTC 2021 Modified Files: pkgsrc/security/p5-Crypt-JWT: Makefile distinfo Log Message: Update to 0.033 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 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/p5-Crypt-JWT/Makefile cvs rdiff -u -r1.1 -r1.2 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. --_----------=_162552624467000 Content-Disposition: inline Content-Length: 1726 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/p5-Crypt-JWT/Makefile diff -u pkgsrc/security/p5-Crypt-JWT/Makefile:1.2 pkgsrc/security/p5-Crypt-JWT/Makefile:1.3 --- pkgsrc/security/p5-Crypt-JWT/Makefile:1.2 Mon May 24 19:53:58 2021 +++ pkgsrc/security/p5-Crypt-JWT/Makefile Mon Jul 5 23:04:03 2021 @@ -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/} Index: pkgsrc/security/p5-Crypt-JWT/distinfo diff -u pkgsrc/security/p5-Crypt-JWT/distinfo:1.1 pkgsrc/security/p5-Crypt-JWT/distinfo:1.2 --- pkgsrc/security/p5-Crypt-JWT/distinfo:1.1 Sun Sep 13 08:16:48 2020 +++ pkgsrc/security/p5-Crypt-JWT/distinfo Mon Jul 5 23:04:03 2021 @@ -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 --_----------=_162552624467000--