diff options
author | he <he@pkgsrc.org> | 2004-11-27 15:06:41 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-11-27 15:06:41 +0000 |
commit | 0326872fcd631333de37c5c6dace8b287b99cebe (patch) | |
tree | 05623bbe6e1584496817b55185af944f7cbdef7e /www | |
parent | f9063fe8b105aa03c11e21987cd6949840cf6a8e (diff) | |
download | pkgsrc-0326872fcd631333de37c5c6dace8b287b99cebe.tar.gz |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 7865be3e576..4687dc33e88 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/11/12 17:36:40 seb Exp $ +# $NetBSD: Makefile,v 1.6 2004/11/27 15:06:41 he Exp $ # -DISTNAME= Apache-AuthCookie-3.05 +DISTNAME= Apache-AuthCookie-3.06 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Apache-AuthCookie/ COMMENT= Perl5 module for Authentication and Authorization via cookies DEPENDS+= ap-perl>=1.29:../../www/ap-perl +DEPENDS+= p5-Apache-Test-[0-9]*:../../www/p5-Apache-Test USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/AuthCookie/.packlist diff --git a/www/p5-Apache-AuthCookie/distinfo b/www/p5-Apache-AuthCookie/distinfo index f1b1b3c7130..400bcc2f024 100644 --- a/www/p5-Apache-AuthCookie/distinfo +++ b/www/p5-Apache-AuthCookie/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/11/05 18:43:29 he Exp $ +$NetBSD: distinfo,v 1.2 2004/11/27 15:06:41 he Exp $ -SHA1 (Apache-AuthCookie-3.05.tar.gz) = b3b84626bc34fc59821ebe6efabd9560944c8dfd -Size (Apache-AuthCookie-3.05.tar.gz) = 31025 bytes +SHA1 (Apache-AuthCookie-3.06.tar.gz) = 0ebf1cefe0dc0e1b4703c8e960fcca1cc8a1daa0 +Size (Apache-AuthCookie-3.06.tar.gz) = 32510 bytes |