pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-Apache-AuthCookie Upgrade p5-Apache-AuthCookie ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/840868aab86e
branches: trunk
changeset: 484446:840868aab86e
user: he <he%pkgsrc.org@localhost>
date: Sat Nov 27 15:06:41 2004 +0000
description:
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:
www/p5-Apache-AuthCookie/Makefile | 5 +++--
www/p5-Apache-AuthCookie/distinfo | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (32 lines):
diff -r 8a1eb22fab99 -r 840868aab86e www/p5-Apache-AuthCookie/Makefile
--- a/www/p5-Apache-AuthCookie/Makefile Sat Nov 27 15:04:02 2004 +0000
+++ b/www/p5-Apache-AuthCookie/Makefile Sat Nov 27 15:06:41 2004 +0000
@@ -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 @@
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 -r 8a1eb22fab99 -r 840868aab86e www/p5-Apache-AuthCookie/distinfo
--- a/www/p5-Apache-AuthCookie/distinfo Sat Nov 27 15:04:02 2004 +0000
+++ b/www/p5-Apache-AuthCookie/distinfo Sat Nov 27 15:06:41 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index