Subject: CVS commit: pkgsrc/www/p5-Apache-AuthCookie
To: None <pkgsrc-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: pkgsrc-changes
Date: 11/27/2004 15:06:41
Module Name: pkgsrc
Committed By: he
Date: Sat Nov 27 15:06:41 UTC 2004
Modified Files:
pkgsrc/www/p5-Apache-AuthCookie: Makefile distinfo
Log Message:
Upgrade p5-Apache-AuthCookie from 3.05 to 3.06.
Add dependency on p5-Apache-Test
(even though I could not make "make test" work).
Change log:
Version: 3.06
** BUG FIX: AuthNameSatisfy (Any|All) directives were broken. AuthCookie
was using AuthCookieSatisfy rather than ${auth_name}Satisfy. If you
used this feature and had an "AuthCookieSatisfy" directive in your
config file, you MUST change this to ${auth_name}Satisfy.
E.g.: "WhateverSatisfy All"
- created better test cases for AuthNameSatisfy directives.
- when redirecting, set Location with headers_out() not err_headers_out().
apache prefers Location in headers_out, even if the status code is not
200.
- MP2: Apache::unescape_url() -> Apache::URI::unescape_url()
- check for mod_perl 1.9913 or later for Apache::URI (Frederick Moyer)
- Remove set status in login.pl which caused malformed custom error
document (Frederick Moyer)
- Add support for ${auth_name}CookieName to change the name of the cookie
used for each auth name. Default remains ${auth_name}_${auth_type} if
not set.
- make some debug log_error() calls conditional on $debug
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/www/p5-Apache-AuthCookie/Makefile
cvs rdiff -r1.1.1.1 -r1.2 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.