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
This commit is contained in:
Thomas Klausner 2020-09-07 21:18:52 +02:00
parent 72fd97e2c4
commit 809455da02
2 changed files with 14 additions and 7 deletions

View File

@ -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"

View File

@ -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