update to version 0.10006

prodded and tested by Jim Razmus, thanks!
This commit is contained in:
simon 2008-05-22 10:59:16 +00:00
parent 7bbaba5867
commit a62c6d2630
5 changed files with 65 additions and 16 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2007/09/15 23:29:59 merdely Exp $
# $OpenBSD: Makefile,v 1.6 2008/05/22 10:59:16 simon Exp $
COMMENT= Catalyst authentication framework
DISTNAME= Catalyst-Plugin-Authentication-0.09
PKGNAME= p5-${DISTNAME}p1
DISTNAME= Catalyst-Plugin-Authentication-0.10006
CATEGORIES= security
MAINTAINER= Simon Bertrang <simon@openbsd.org>
@ -17,7 +16,9 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= ::devel/p5-Class-Inspector \
::www/p5-Catalyst-Runtime
::www/p5-Catalyst-Runtime \
::www/p5-Catalyst-Plugin-Session
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS=::devel/p5-Test-WWW-Mechanize-Catalyst \
::security/p5-Digest-SHA1 \
::www/p5-Catalyst-Plugin-Session-State-Cookie

View File

@ -1,5 +1,5 @@
MD5 (Catalyst-Plugin-Authentication-0.09.tar.gz) = Wb44lbHHlglUXVRy7E5LtQ==
RMD160 (Catalyst-Plugin-Authentication-0.09.tar.gz) = z8MpfvQs1TWLDjyBlSx3AmLmU3g=
SHA1 (Catalyst-Plugin-Authentication-0.09.tar.gz) = +xgAqPL1XlRTNlVM1y8+Qv3wufM=
SHA256 (Catalyst-Plugin-Authentication-0.09.tar.gz) = bSRuF0xMYlBmkqZgSsyNjrczKfQKP4ky7kHXZT3+S+8=
SIZE (Catalyst-Plugin-Authentication-0.09.tar.gz) = 17914
MD5 (Catalyst-Plugin-Authentication-0.10006.tar.gz) = 28F2pVuit+8r/QmA8XcsUA==
RMD160 (Catalyst-Plugin-Authentication-0.10006.tar.gz) = Q0QizLaE51tfmF5fU+m1aLgHJHE=
SHA1 (Catalyst-Plugin-Authentication-0.10006.tar.gz) = lsKu8L8VTwxE+rTlOYo0Y28Xs+4=
SHA256 (Catalyst-Plugin-Authentication-0.10006.tar.gz) = WtDQZUjU4SmB6EVmU2oQS+m6OKQ2HemAwOeje2hopYc=
SIZE (Catalyst-Plugin-Authentication-0.10006.tar.gz) = 53117

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-lib_Catalyst_Authentication_Realm_pm,v 1.1 2008/05/22 10:59:16 simon Exp $
--- lib/Catalyst/Authentication/Realm.pm.orig Mon Mar 24 22:43:59 2008
+++ lib/Catalyst/Authentication/Realm.pm Mon Mar 24 22:44:11 2008
@@ -217,7 +217,7 @@ Performs the authentication process for the current re
realm class simply delegates this to the credential and sets
the authenticated user on success. Returns the authenticated user object;
-=head save_user_in_session($c, $user)
+=head2 save_user_in_session($c, $user)
Used to save the user in a session. Saves $user in the current session,
marked as originating in the current realm. Calls $store->for_session() by

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-lib_Catalyst_Plugin_Authentication_Internals_pod,v 1.1 2008/05/22 10:59:16 simon Exp $
--- lib/Catalyst/Plugin/Authentication/Internals.pod.orig Wed May 21 07:46:16 2008
+++ lib/Catalyst/Plugin/Authentication/Internals.pod Wed May 21 07:46:27 2008
@@ -45,6 +45,7 @@ B<Initialization>
B<Realm Setup> - for each realm:
=over 4
+
1) The Realm is instantiated using new() method
2) The Store is instantiated using new() method
@@ -438,4 +439,4 @@ it and/or modify it under the same terms as Perl itsel
=cut
-
\ No newline at end of file
+

View File

@ -1,21 +1,39 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/05 14:12:03 espie Exp $
${P5SITE}/Catalyst/Plugin/
@comment $OpenBSD: PLIST,v 1.2 2008/05/22 10:59:16 simon Exp $
${P5SITE}/Catalyst/Authentication/
${P5SITE}/Catalyst/Authentication/Credential/
${P5SITE}/Catalyst/Authentication/Credential/Password.pm
${P5SITE}/Catalyst/Authentication/Realm/
${P5SITE}/Catalyst/Authentication/Realm.pm
@comment ${P5SITE}/Catalyst/Authentication/Realm.pm.orig
${P5SITE}/Catalyst/Authentication/Realm/Compatibility.pm
${P5SITE}/Catalyst/Authentication/Store/
${P5SITE}/Catalyst/Authentication/Store.pod
${P5SITE}/Catalyst/Authentication/Store/Minimal.pm
${P5SITE}/Catalyst/Authentication/Store/Null.pm
${P5SITE}/Catalyst/Authentication/User/
${P5SITE}/Catalyst/Authentication/User.pm
${P5SITE}/Catalyst/Authentication/User/Hash.pm
${P5SITE}/Catalyst/Plugin/Authentication/
${P5SITE}/Catalyst/Plugin/Authentication.pm
${P5SITE}/Catalyst/Plugin/Authentication/Credential/
${P5SITE}/Catalyst/Plugin/Authentication/Credential/Password.pm
${P5SITE}/Catalyst/Plugin/Authentication/Internals.pod
${P5SITE}/Catalyst/Plugin/Authentication/Store/
${P5SITE}/Catalyst/Plugin/Authentication/Store.pod
${P5SITE}/Catalyst/Plugin/Authentication/Store/Minimal/
${P5SITE}/Catalyst/Plugin/Authentication/Store/Minimal.pm
${P5SITE}/Catalyst/Plugin/Authentication/Store/Minimal/Backend.pm
${P5SITE}/Catalyst/Plugin/Authentication/User/
${P5SITE}/Catalyst/Plugin/Authentication/User.pm
${P5SITE}/Catalyst/Plugin/Authentication/User/Hash.pm
@man man/man3p/Catalyst::Authentication::Credential::Password.3p
@man man/man3p/Catalyst::Authentication::Realm.3p
@man man/man3p/Catalyst::Authentication::Realm::Compatibility.3p
@man man/man3p/Catalyst::Authentication::Store.3p
@man man/man3p/Catalyst::Authentication::Store::Minimal.3p
@man man/man3p/Catalyst::Authentication::Store::Null.3p
@man man/man3p/Catalyst::Authentication::User.3p
@man man/man3p/Catalyst::Authentication::User::Hash.3p
@man man/man3p/Catalyst::Plugin::Authentication.3p
@man man/man3p/Catalyst::Plugin::Authentication::Credential::Password.3p
@man man/man3p/Catalyst::Plugin::Authentication::Store.3p
@man man/man3p/Catalyst::Plugin::Authentication::Internals.3p
@man man/man3p/Catalyst::Plugin::Authentication::Store::Minimal.3p
@man man/man3p/Catalyst::Plugin::Authentication::Store::Minimal::Backend.3p
@man man/man3p/Catalyst::Plugin::Authentication::User.3p
@man man/man3p/Catalyst::Plugin::Authentication::User::Hash.3p