Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2006 22:38:20 +0000 (UTC)
From:      Aaron Dalton <aaron@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/p5-Apache-AuthCookie Makefile distinfo
Message-ID:  <200605302238.k4UMcKVZ082809@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
aaron       2006-05-30 22:38:20 UTC

  FreeBSD ports repository

  Modified files:
    www/p5-Apache-AuthCookie Makefile distinfo 
  Log:
  - Update from v3.08 to v3.09
  - Update maintainer
  - Add perl5 to list of categories
  
  Approved by:    tobez (implicit)
  
  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
  
  Revision  Changes    Path
  1.18      +4 -4      ports/www/p5-Apache-AuthCookie/Makefile
  1.8       +2 -3      ports/www/p5-Apache-AuthCookie/distinfo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605302238.k4UMcKVZ082809>