r62252 - in /trunk/libcgi-application-extra-plugin-bundle-perl/debian: changelog patches/CGI-Application-Plugin-Authentication/ patches/CGI-Application-Plugin-Authentication/pod.patch patches/CGI-Application-Plugin-Authentication/series patches/series

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Aug 31 18:18:38 UTC 2010


Author: periapt-guest
Date: Tue Aug 31 18:18:01 2010
New Revision: 62252

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62252
Log:
Patched pod errors in AnyTemplate, Authentication

Added:
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/pod.patch
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/series
Modified:
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog
    trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/series

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog?rev=62252&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/changelog Tue Aug 31 18:18:01 2010
@@ -13,7 +13,7 @@
   * Synced rules/make-modules.sh with similar package libcatalyst-modules-perl
   * Reviewed dependencies and related fields
   * Updated copyright from GPL to GPL-1
-  * Patched pod errors in AnyTemplate
+  * Patched pod errors in AnyTemplate, Authentication
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 28 Aug 2010 10:30:18 +0100
 

Added: trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/pod.patch?rev=62252&op=file
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/pod.patch (added)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/pod.patch Tue Aug 31 18:18:01 2010
@@ -1,0 +1,20 @@
+--- CGI-Application-Plugin-Authentication-0.18.orig/lib/CGI/Application/Plugin/Authentication.pm
++++ CGI-Application-Plugin-Authentication-0.18/lib/CGI/Application/Plugin/Authentication.pm
+@@ -385,7 +385,7 @@
+ following suffixes (m h d w), which represent minutes, hours, days and weeks.  The default
+ is 0 which means the login will never timeout.
+ 
+-Note that the login is also dependant on the type of STORE that is used.  If the Session store is used,
++Note that the login is also dependent on the type of STORE that is used.  If the Session store is used,
+ and the session expires, then the login will also automatically expire.  The same goes for the Cookie
+ store.
+ 
+@@ -1018,7 +1018,7 @@
+ 
+ This method will return the number of failed login attempts have been made by this
+ user since the last successful login.  This is not a number that can be trusted,
+-as it is dependant on the underlying store to be able to return the correct value for
++as it is dependent on the underlying store to be able to return the correct value for
+ this user.  For example, if the store uses a cookie based session, the user trying
+ to login could delete their cookies, and hence get a new session which will not have
+ any login attempts listed.  The number will be cleared upon a successful login.

Added: trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/series?rev=62252&op=file
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/series (added)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/CGI-Application-Plugin-Authentication/series Tue Aug 31 18:18:01 2010
@@ -1,0 +1,1 @@
+pod.patch

Modified: trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/series?rev=62252&op=diff
==============================================================================
--- trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/series (original)
+++ trunk/libcgi-application-extra-plugin-bundle-perl/debian/patches/series Tue Aug 31 18:18:01 2010
@@ -2,3 +2,4 @@
 # To actually manage quilt patches you need to be 
 # in the appropriate build-area subdirectory with the
 # correct options
+pod.patch




More information about the Pkg-perl-cvs-commits mailing list