diff options
author | obache <obache@pkgsrc.org> | 2006-10-17 12:58:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-17 12:58:26 +0000 |
commit | 23b348a2148ce26816218b7911d63ada703430f2 (patch) | |
tree | 3e3b2fd5be92006b33f5d880b9cf507376880e77 /www | |
parent | f53d7b688ec14ac62dcebe0c47552fc170ce5497 (diff) | |
download | pkgsrc-23b348a2148ce26816218b7911d63ada703430f2.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 1903296ddb1..a3d9a3f2a61 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -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 --git a/www/p5-Apache-AuthCookie/distinfo b/www/p5-Apache-AuthCookie/distinfo index 4ee2b118238..9dc104f99f1 100644 --- a/www/p5-Apache-AuthCookie/distinfo +++ b/www/p5-Apache-AuthCookie/distinfo @@ -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 |