diff options
author | he <he@pkgsrc.org> | 2008-09-11 11:19:36 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-09-11 11:19:36 +0000 |
commit | 677ba195357bc31b96cd5706eb6d16b5db63d672 (patch) | |
tree | 9c9e0adc0f3c516a3d9b6e93057435271107c0b6 /www/p5-Catalyst-Plugin-Authentication | |
parent | f2c34f3674dff3747fe112fb7fb901ce1f5e55c2 (diff) | |
download | pkgsrc-677ba195357bc31b96cd5706eb6d16b5db63d672.tar.gz |
Update from version 0.10006 to 0.10007.
Upstream changes:
0.10007 2008-08-17
- Update tests prereqs to include Test::Exception (RT #36339)
- Some documentation fixes (including RT #36062)
- Compatibility fix where the use of new style config and old
style Authentication::Store::Minimal would cause a crash
(Reported & fixed by Jos Boumans C<kane@cpan.org>)
- Documentation update on Password - to indicate proper field naming
- Decouple Authentication system from session. The realm class
now allows complete control over how a user is persisted across
requests.
- pod fixes (RT #36062, RT #36063)
Diffstat (limited to 'www/p5-Catalyst-Plugin-Authentication')
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Catalyst-Plugin-Authentication/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-Catalyst-Plugin-Authentication/Makefile b/www/p5-Catalyst-Plugin-Authentication/Makefile index e8ad665c55f..4d187777d3c 100644 --- a/www/p5-Catalyst-Plugin-Authentication/Makefile +++ b/www/p5-Catalyst-Plugin-Authentication/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:17:09 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/09/11 11:19:36 he Exp $ -DISTNAME= Catalyst-Plugin-Authentication-0.10006 +DISTNAME= Catalyst-Plugin-Authentication-0.10007 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} @@ -12,6 +12,7 @@ COMMENT= Infrastructure plugin for the Catalyst authentication framework DEPENDS+= p5-Catalyst-Runtime>=0:../../www/p5-Catalyst-Runtime DEPENDS+= p5-Class-Inspector>=0:../../devel/p5-Class-Inspector DEPENDS+= p5-Catalyst-Plugin-Session>=0.10:../../www/p5-Catalyst-Plugin-Session +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Catalyst/Plugin/Authentication/.packlist diff --git a/www/p5-Catalyst-Plugin-Authentication/distinfo b/www/p5-Catalyst-Plugin-Authentication/distinfo index ad1380b10d3..0da0850ee27 100644 --- a/www/p5-Catalyst-Plugin-Authentication/distinfo +++ b/www/p5-Catalyst-Plugin-Authentication/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:17:09 abs Exp $ +$NetBSD: distinfo,v 1.2 2008/09/11 11:19:36 he Exp $ -SHA1 (Catalyst-Plugin-Authentication-0.10006.tar.gz) = 96c2aef0bf154f0c44fab4e5398a34636f17b3ee -RMD160 (Catalyst-Plugin-Authentication-0.10006.tar.gz) = 434422ccb684e75b5f985e5f53e9b568b8072471 -Size (Catalyst-Plugin-Authentication-0.10006.tar.gz) = 53117 bytes +SHA1 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = 8d34489e1379e7466c8ca334803b2cc8858b2763 +RMD160 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = 18743f94e4e8aeb6a69910984aca03dd86cd1be6 +Size (Catalyst-Plugin-Authentication-0.10007.tar.gz) = 56405 bytes |