pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-Test Update to 1.27:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9877b366bc5c
branches:  trunk
changeset: 503611:9877b366bc5c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 23 22:19:50 2005 +0000

description:
Update to 1.27:

1.27 - October 20, 2005

localize ScriptSock directive to always point to t/logs/cgisock
regardless of inherited and custom mod_cgid settings
[Geoffrey Young]

Prevent the config file from being overwritten
on platforms such as WIN32 under certain conditions.
[Randy Kobes]

make sure that the TESTS Makefile.PL parameter is properly
recognized ["Christopher H. Laco"]

Add the output of ldd(unix/cygwin) and otool -L (darwin)
for httpd to the mp2bug report script.
[Philip M. Gollucci]

fall back on using httpd-defined HTTPD_ROOT as the base for
httpd.conf if all other options fail.  [Geoffrey Young]



1.26 - July 25, 2005

some people have their Apache user/group names include spaces, so fix
the autogenerated httpd.conf to quote the two. [Stas]

make sure mp2 loading doesn't make it impossible to complete
mp1 runs.  [Matt Sergeant, Geoffrey Young]

add Apache::TestConfigParrot and Apache::TestRunParrot to
support mod_parrot server-side testing [Geoffrey Young]

update -withtestmore action to properly work with newer versions
of Test::Builder [Geoffrey Young]



1.25 - June 17, 2005

provide $Apache::TestUtil::DEBUG_OUTPUT as target for t_debug()
statements, defaulting to STDOUT.  this allows for changing
t_debug() to STDERR when using functions like t_write_file()
from within handler() server-side tests.  [Geoffrey Young]

adjust need_module()/have_module() to not try to require a module if
it was explicitly passed with a .c extension. in certain cases this
prevents a fatal error (e.g. trying to call
Apache::Test::have_module('mod_alias.c') from the <Perl>
sections. [Stas]



1.24 - May 20, 2005

When adding TypesConfig directives (either inherited from the global
httpd.conf or from the locally generated mime.types) make sure to
enclose it in <IfModule mod_mime.c>..</IfModule>, since mod_mime might
be unavailable. [Stas]



1.23 - May 3, 2005

Fix Apache::TestRequest::hostport to return the default host:port
string if $Apache::TestRequest::Module is 'default' or undef [Stas]

Fix Apache::TestRequest::module2url to allow passing '' as a URI
path. [Stas]

tweaks to Apache::TestClient to better deal with corrupted responses
when LWP is not available. [Stas]



1.22 - April 14, 2005

    ******************** IMPORTANT ********************
      this version of Apache-Test does not completely
    configure mod_perl for mod_perl versions 1.99_21 or
    earlier.  Please read the below changes carefully.
    ***************************************************

remove Apache::TestConfig::modperl_2_inc_fixup().  Apache-Test
is no longer Apache2.pm aware - it will not configure mod_perl
support to look in Apache2/ automatically.  [joes]

Add support for mp2's Apache:: -> Apache2:: rename [joes]



1.21 - March 23, 2005

fix Apache::TestConfig (was missing 'use lib' before using
lib::import) [William McKee]

TestConfigPerl will now configure mod_perl last, giving mod_perl
highest priority throughout the httpd lifecycle.  [Geoffrey Young]

Apache::TestConfig::untaint_path needs to remove empty entries in the
PATH list, since -T considers those tainted too. [Stas]

add Apache::TestHarnessPHP which allows for running client-side
scripts via php instead of perl.  [Geoffrey Young]

diffstat:

 www/p5-Apache-Test/Makefile |  5 ++---
 www/p5-Apache-Test/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 34ca3fcbf7c5 -r 9877b366bc5c www/p5-Apache-Test/Makefile
--- a/www/p5-Apache-Test/Makefile       Wed Nov 23 22:19:00 2005 +0000
+++ b/www/p5-Apache-Test/Makefile       Wed Nov 23 22:19:50 2005 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2005/08/06 06:19:36 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/11/23 22:19:50 wiz Exp $
 #
 
-DISTNAME=              Apache-Test-1.20
+DISTNAME=              Apache-Test-1.27
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5apt
-PKGREVISION=           1
 CATEGORIES=            www perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Apache/}
 
diff -r 34ca3fcbf7c5 -r 9877b366bc5c www/p5-Apache-Test/distinfo
--- a/www/p5-Apache-Test/distinfo       Wed Nov 23 22:19:00 2005 +0000
+++ b/www/p5-Apache-Test/distinfo       Wed Nov 23 22:19:50 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 18:32:35 wiz Exp $
+$NetBSD: distinfo,v 1.4 2005/11/23 22:19:50 wiz Exp $
 
-SHA1 (Apache-Test-1.20.tar.gz) = 73e79faf03bc6e7f344665ad488adde484529637
-RMD160 (Apache-Test-1.20.tar.gz) = f616904196153937c92abefaf2a0eb67aa852ef2
-Size (Apache-Test-1.20.tar.gz) = 141456 bytes
+SHA1 (Apache-Test-1.27.tar.gz) = fb8eef67f7bb3870255fdd6aa0e5a9fbf4ffe77e
+RMD160 (Apache-Test-1.27.tar.gz) = efbd406fd1d9006770d0063056f77a47f61a844b
+Size (Apache-Test-1.27.tar.gz) = 147015 bytes



Home | Main Index | Thread Index | Old Index