Received: by mail.netbsd.org (Postfix, from userid 605) id BB01984F17; Sat, 29 Apr 2023 14:47:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8FD884E6E for ; Sat, 29 Apr 2023 14:47:58 +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 MlDzw7_0XVYV for ; Sat, 29 Apr 2023 14:47:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5320C84CD9 for ; Sat, 29 Apr 2023 14:47:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40529FA87; Sat, 29 Apr 2023 14:47:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682779678111380" MIME-Version: 1.0 Date: Sat, 29 Apr 2023 14:47:58 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230429144758.40529FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682779678111380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Apr 29 14:47:58 UTC 2023 Modified Files: pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server: Makefile distinfo Log Message: Update to 0.51 Upstream changes: 0.51 2022-08-15 - Bump min perl version to 5.16 (as per core Mojolicious) 0.50 2022-08-08 - Allow client_id / client_secret in body params (GH #28) 0.49 2022-06-02 - Fix tests broken by Mojolicious multiple render fixes (GH #27) 0.48 2021-06-15 - Accept error_description from auth methods (GH #26) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server/Makefile \ pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682779678111380 Content-Disposition: inline Content-Length: 2116 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server/Makefile diff -u pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server/Makefile:1.1 pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server/Makefile:1.2 --- pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server/Makefile:1.1 Mon Feb 27 18:13:34 2023 +++ pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server/Makefile Sat Apr 29 14:47:58 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2023/02/27 18:13:34 nikita Exp $ +# $NetBSD: Makefile,v 1.2 2023/04/29 14:47:58 wen Exp $ # # When updating this package, please upload the distfile # since they disappear immediately when new releases happen, # which is quite often. -DISTNAME= Mojolicious-Plugin-OAuth2-Server-0.47 +DISTNAME= Mojolicious-Plugin-OAuth2-Server-0.51 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/} Index: pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server/distinfo diff -u pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server/distinfo:1.1 pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server/distinfo:1.2 --- pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server/distinfo:1.1 Mon Feb 27 18:13:34 2023 +++ pkgsrc/www/p5-Mojolicious-Plugin-OAuth2-Server/distinfo Sat Apr 29 14:47:58 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/02/27 18:13:34 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/04/29 14:47:58 wen Exp $ -BLAKE2s (Mojolicious-Plugin-OAuth2-Server-0.47.tar.gz) = aaf9d7b8a4854f5c724e90ceb48a8abc5eee65305c708d439eff5791610cc555 -SHA512 (Mojolicious-Plugin-OAuth2-Server-0.47.tar.gz) = 62d4613f8928e25b929768df223290eda1933e3cc0a191ffba77e6965e69dc42a008e24f434611541b19130fafa0e6cf651429af0c44a138e547bb39b5bbfe96 -Size (Mojolicious-Plugin-OAuth2-Server-0.47.tar.gz) = 16823 bytes +BLAKE2s (Mojolicious-Plugin-OAuth2-Server-0.51.tar.gz) = 13c590865ed8cb2fefa65774f3685b2c6d73a38c9a002d78cf57a9bf3378e33d +SHA512 (Mojolicious-Plugin-OAuth2-Server-0.51.tar.gz) = 9bd9cd7e636e4228c249d679d2733088681f25849f60949178ad6859b479b3f49d150fd1022ebc5030d4fc87e86b1400dadbd92285084454832bf334d09e4451 +Size (Mojolicious-Plugin-OAuth2-Server-0.51.tar.gz) = 19752 bytes --_----------=_1682779678111380--