pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-AuthCookie Update p5-Apache-AuthCookie t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7de6f3e37318
branches:  trunk
changeset: 520209:7de6f3e37318
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Oct 17 12:58:26 2006 +0000

description:
Update p5-Apache-AuthCookie to 3.10.
Patch provided by Martin Wilke via PR 34336.

Version: 3.10
   - Bug Fix: when copying user from prev request, check that $r->prev
     is defined, not just that $r->is_initial_request is true.

Version: 3.09
   - POD doc fixes.
   - MP2: remove _check_request_req() - this was only necessary when
     running under both MP1 and MP2.  Package name change eliminates the
     need for this.
   - test suite converted to Test::More style test suites.
   - descriptive test descriptions added
   - make login() stash credentials in $r->pnotes("${AuthName}Creds") so
     that the login form can access the user-supplied credentials if the
     login fails.
   - bug fix: use of Apache2::URI::unescape_url() does not handle
     '+' to ' ' conversion.  This caused problems for credentials
     that contain spaces.
   - MP2: remove mod_perl features from "use mod_perl2" line. This is
     no longer supported by mod_perl2.
   - MP2: _get_form_data() - switch to CGI.pm to handle form data (fixes
     several form data handling bugs)
   - In a subrequest, copy $r->prev->user to $r->user (or r->connection->user
     for MP1).
   - remove Apache2::AuthCookie::Util - no longer necessary
   - multi-valued form fields are now handled properly in POST -> GET conversion
   - MP2: require CGI.pm 3.12 or later

Version: 3.08
   - fix "authorize user" error log that was missing a debug level check
     (thanks Barry)
   - fix test cases 3, 6, 18 for Win32
   - clean up t/real.t

Version: 3.07
 *** mod_perl2 users: THIS RELEASE IS INCOMPATIBLE WITH PAST RELEASES    ***
 *** If you are running mod_perl2, you must update to at least           ***
 *** mod_perl 2.0.0 RC5.  The mod_perl2 version of AuthCookie has been   ***
 *** renamed to Apache2::AuthCookie                                      ***
  ** MP2: RENAME AuthCookie.pm.mp2 to Apache2::AuthCookie.
   - MP2: Update module, and tests for mod_perl 2.0.0 RC5.  mod_perl2 users
     MUST use Apache2::AuthCookie now.
   - Require Apache::Test 1.22
   - Add support for ${auth_name}SessionTimeout configuration paramter
     which will re-issue the ticket with the expires parameter set to the
     value of this configuration setting for each request.  This is useful for
     idle-timeout.
   - POD fixes.
   - MP2: fix uninitialized warnings if no POST/GET data (RT 11371)
   - make sure recognize_user() returns an Apache constant in all cases.
     Returns DECLINED in cases where we were returning undef before.
     (Thanks Vivek)
   - Add support for MS HttpOnly cookie property.

diffstat:

 www/p5-Apache-AuthCookie/Makefile |  5 ++---
 www/p5-Apache-AuthCookie/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r f6a3e8761004 -r 7de6f3e37318 www/p5-Apache-AuthCookie/Makefile
--- a/www/p5-Apache-AuthCookie/Makefile Tue Oct 17 12:51:11 2006 +0000
+++ b/www/p5-Apache-AuthCookie/Makefile Tue Oct 17 12:58:26 2006 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2006/06/02 18:28:00 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2006/10/17 12:58:26 obache Exp $
 #
 
-DISTNAME=      Apache-AuthCookie-3.06
+DISTNAME=      Apache-AuthCookie-3.10
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache/}
 
diff -r f6a3e8761004 -r 7de6f3e37318 www/p5-Apache-AuthCookie/distinfo
--- a/www/p5-Apache-AuthCookie/distinfo Tue Oct 17 12:51:11 2006 +0000
+++ b/www/p5-Apache-AuthCookie/distinfo Tue Oct 17 12:58:26 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:08:34 wiz Exp $
+$NetBSD: distinfo,v 1.4 2006/10/17 12:58:26 obache Exp $
 
-SHA1 (Apache-AuthCookie-3.06.tar.gz) = 0ebf1cefe0dc0e1b4703c8e960fcca1cc8a1daa0
-RMD160 (Apache-AuthCookie-3.06.tar.gz) = 05fc052ff59fa973719ebef945ba40cc0f96598e
-Size (Apache-AuthCookie-3.06.tar.gz) = 32510 bytes
+SHA1 (Apache-AuthCookie-3.10.tar.gz) = 282377aaa8883a3c7e371360112012db316f40f0
+RMD160 (Apache-AuthCookie-3.10.tar.gz) = 91b003ba1e6b1cb319a00ce10ac2c4bcd29cc3f6
+Size (Apache-AuthCookie-3.10.tar.gz) = 34993 bytes



Home | Main Index | Thread Index | Old Index