pkgsrc-Bugs archive

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

PR/34336 CVS commit: pkgsrc/www/p5-Apache-AuthCookie



The following reply was made to PR pkg/34336; it has been noted by GNATS.

From: OBATA Akio <obache%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: PR/34336 CVS commit: pkgsrc/www/p5-Apache-AuthCookie
Date: Tue, 17 Oct 2006 12:58:27 +0000 (UTC)

 Module Name:   pkgsrc
 Committed By:  obache
 Date:          Tue Oct 17 12:58:27 UTC 2006
 
 Modified Files:
        pkgsrc/www/p5-Apache-AuthCookie: Makefile distinfo
 
 Log Message:
 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.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.14 -r1.15 pkgsrc/www/p5-Apache-AuthCookie/Makefile
 cvs rdiff -r1.3 -r1.4 pkgsrc/www/p5-Apache-AuthCookie/distinfo
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index