pkgsrc-WIP-changes archive

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

p5-Mojolicious-Plugin-OAuth2-Server: update to 0.47.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Sep 7 21:18:52 2020 +0200
Changeset:	809455da027596a7db010cf9a00462f667aed5a7

Modified Files:
	p5-Mojolicious-Plugin-OAuth2-Server/Makefile
	p5-Mojolicious-Plugin-OAuth2-Server/distinfo

Log Message:
p5-Mojolicious-Plugin-OAuth2-Server: update to 0.47.

Add missing dependencies.

0.47     2020-07-20
        - Add t/170_expiry_ttl_callback.t for Net::OAuth2::AuthorizationServer v0.26 changes

0.46     2020-06-18
        - Return scope list from access token request, as per RFC6749 (GH #22)

0.45     2020-06-18
        - Fix missing mojo_controller passed to ->verify_client (GH #24)

0.44     2019-04-27
        - Fix make sure user_id is returned in AuthorizationCodeGrant defaults

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=809455da027596a7db010cf9a00462f667aed5a7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Mojolicious-Plugin-OAuth2-Server/Makefile | 13 ++++++++++---
 p5-Mojolicious-Plugin-OAuth2-Server/distinfo |  8 ++++----
 2 files changed, 14 insertions(+), 7 deletions(-)

diffs:
diff --git a/p5-Mojolicious-Plugin-OAuth2-Server/Makefile b/p5-Mojolicious-Plugin-OAuth2-Server/Makefile
index d37b0edec9..4d6a2f1eda 100644
--- a/p5-Mojolicious-Plugin-OAuth2-Server/Makefile
+++ b/p5-Mojolicious-Plugin-OAuth2-Server/Makefile
@@ -4,7 +4,7 @@
 # since they disappear immediately when new releases happen,
 # which is quite often.
 
-DISTNAME=	Mojolicious-Plugin-OAuth2-Server-0.42
+DISTNAME=	Mojolicious-Plugin-OAuth2-Server-0.47
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Mojolicious/}
@@ -14,10 +14,17 @@ HOMEPAGE=	http://mojolicio.us/
 COMMENT=	OAuth2 Authorization Server with Mojolicious
 LICENSE=	${PERL5_LICENSE}
 
+DEPENDS+=	p5-Mojolicious-[0-9]*:../../www/p5-Mojolicious
+DEPENDS+=	p5-Moo-[0-9]*:../../devel/p5-Moo
+DEPENDS+=	p5-Mojo-JWT-[0-9]*:../../wip/p5-Mojo-JWT
+DEPENDS+=	p5-Type-Tiny-[0-9]*:../../devel/p5-Type-Tiny
+DEPENDS+=	p5-Net-OAuth2-AuthorizationServer-[0-9]*:../../wip/p5-Net-OAuth2-AuthorizationServer
+TEST_DEPENDS+=	p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+TEST_DEPENDS+=	p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+TEST_DEPENDS+=	p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
+
 USE_LANGUAGES=	# empty
 PERL5_PACKLIST=	auto/Mojolicious/Plugin/OAuth2/Server/.packlist
 
-DEPENDS+=	p5-Net-OAuth2-AuthorizationServer-[0-9]*:../../wip/p5-Net-OAuth2-AuthorizationServer
-
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/p5-Mojolicious-Plugin-OAuth2-Server/distinfo b/p5-Mojolicious-Plugin-OAuth2-Server/distinfo
index 57f3c4a748..65e0ff433a 100644
--- a/p5-Mojolicious-Plugin-OAuth2-Server/distinfo
+++ b/p5-Mojolicious-Plugin-OAuth2-Server/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.130 2018/09/02 07:55:30 wiz Exp $
 
-SHA1 (Mojolicious-Plugin-OAuth2-Server-0.42.tar.gz) = f24646fcfcf894d89b4a46d9d2f1f10cf106194c
-RMD160 (Mojolicious-Plugin-OAuth2-Server-0.42.tar.gz) = 24d763c3c5d44e0b7741bf5eade9cfe847cf4732
-SHA512 (Mojolicious-Plugin-OAuth2-Server-0.42.tar.gz) = bd41326fdbcdc396a5a9ece573276011b0fd42cbe61707ce8b702b457e38399c314abca190b227d441cf2838575ea9626200bf99deb8d40aa777f7b19166c4ea
-Size (Mojolicious-Plugin-OAuth2-Server-0.42.tar.gz) = 20742 bytes
+SHA1 (Mojolicious-Plugin-OAuth2-Server-0.47.tar.gz) = c4a9156c87baf6f6f41fba01b0884aea86d70964
+RMD160 (Mojolicious-Plugin-OAuth2-Server-0.47.tar.gz) = 0718ba2b2b30bb6c9456e2391641ec54eb0e5e92
+SHA512 (Mojolicious-Plugin-OAuth2-Server-0.47.tar.gz) = 62d4613f8928e25b929768df223290eda1933e3cc0a191ffba77e6965e69dc42a008e24f434611541b19130fafa0e6cf651429af0c44a138e547bb39b5bbfe96
+Size (Mojolicious-Plugin-OAuth2-Server-0.47.tar.gz) = 16823 bytes


Home | Main Index | Thread Index | Old Index