diff options
author | wiz <wiz> | 2005-11-23 22:19:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-11-23 22:19:50 +0000 |
commit | 9af5da28251ebfe9f706ea4ab913378b7c412094 (patch) | |
tree | 98db3f0b88552dd4946373fcbffa995c6d9ea732 /www/p5-Apache-Test | |
parent | 9942b8c3125b6781f2e22f7188ac45eb98b58da2 (diff) | |
download | pkgsrc-9af5da28251ebfe9f706ea4ab913378b7c412094.tar.gz |
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 (limited to 'www/p5-Apache-Test')
-rw-r--r-- | www/p5-Apache-Test/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Apache-Test/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index 0548dc68bc7..73630b8b2e9 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -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 --git a/www/p5-Apache-Test/distinfo b/www/p5-Apache-Test/distinfo index 2d624443b65..e9892b98d57 100644 --- a/www/p5-Apache-Test/distinfo +++ b/www/p5-Apache-Test/distinfo @@ -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 |