update to version 0.10007 and remove patches that got accepted upstream

This commit is contained in:
simon 2008-09-13 15:27:51 +00:00
parent 3afc70c655
commit 0704c91ac7
5 changed files with 10 additions and 40 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2008/05/22 10:59:16 simon Exp $
# $OpenBSD: Makefile,v 1.7 2008/09/13 15:27:51 simon Exp $
COMMENT= Catalyst authentication framework
DISTNAME= Catalyst-Plugin-Authentication-0.10006
DISTNAME= Catalyst-Plugin-Authentication-0.10007
CATEGORIES= security
MAINTAINER= Simon Bertrang <simon@openbsd.org>
@ -21,7 +21,8 @@ RUN_DEPENDS= ::devel/p5-Class-Inspector \
BUILD_DEPENDS= ${RUN_DEPENDS}
REGRESS_DEPENDS=::devel/p5-Test-WWW-Mechanize-Catalyst \
::security/p5-Digest-SHA1 \
::www/p5-Catalyst-Plugin-Session-State-Cookie
::www/p5-Catalyst-Plugin-Session-State-Cookie \
::devel/p5-Test-Exception
MAKE_ENV= TEST_POD=Yes

View File

@ -1,5 +1,5 @@
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
MD5 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = U4Ayu5936+ByFDNxGYwH7g==
RMD160 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = GHQ/lOTorrammRCYSsoD3YbNG+Y=
SHA1 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = jTRInhN550ZsjKM0gDssyIWLJ2M=
SHA256 (Catalyst-Plugin-Authentication-0.10007.tar.gz) = E1I71EZO86qjWtcSdftmLv88u5pwLP2rMwrtrfWYIas=
SIZE (Catalyst-Plugin-Authentication-0.10007.tar.gz) = 56405

View File

@ -1,12 +0,0 @@
$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

@ -1,18 +0,0 @@
$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,10 +1,9 @@
@comment $OpenBSD: PLIST,v 1.2 2008/05/22 10:59:16 simon Exp $
@comment $OpenBSD: PLIST,v 1.3 2008/09/13 15:27:51 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