diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-18 03:25:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-18 03:25:51 +0000 |
commit | e181987d3fbf230d066846a3245fd40f33a8e1a7 (patch) | |
tree | 125648e802c82287d81ed9286f4b33fc589af569 /www/p5-Apache-Test | |
parent | 5b3fc48d7de3e2358073c74ddd338dcd1c1f7aae (diff) | |
download | pkgsrc-e181987d3fbf230d066846a3245fd40f33a8e1a7.tar.gz |
Update to 1.29:
1.29 November 28, 2006
Require a minium of Module::Build 0.18 when using Apache::TestMB.
PR: 19513
[Philip M. Gollucci]
Teach Apache::TestClient to encode spaces(' ') in query string of URLs
as %20. This is not a full mapping of ASCII to URL encoding.
If you need this, install LWP -- then Apache-Test will use
LWP -- which does this for you.
[Philip M. Gollucci]
Allow Apache::TestClient which is used when LWP is not installed
to accept mutiple headers of the same name.
[Philip M. Gollucci]
Add t_start_error_log_watch() and t_finish_error_log_watch()
to the Apache::TestUtil API which are only exported unpon request.
[Torsten Foertsch <torsten.foertsch@gmx.net>]
Allow version variants of debuggers to be passed as arguments
to -debug. i.e. -debug=gdb65 for systems with multiple
versions of the same debugger. [Philip M. Gollucci]
On Win32, the Apache executable is called httpd.exe in Apache/2.2,
so let Apache::TestConfig try to find that if Apache.exe isn't
found [Randy Kobes]
force reconfiguration if existing configuration was generated
by an older version of Apache-Test [Geoffrey Young]
the -t_pid_file code resulted in confusing and fatal error message
for people using stale 1.27 configurations. so take steps to make
sure things continue to work. [Geoffrey Young]
Diffstat (limited to 'www/p5-Apache-Test')
-rw-r--r-- | www/p5-Apache-Test/Makefile | 4 | ||||
-rw-r--r-- | www/p5-Apache-Test/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile index c2f67c54405..02b776c76c9 100644 --- a/www/p5-Apache-Test/Makefile +++ b/www/p5-Apache-Test/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2006/04/19 17:17:24 cube Exp $ +# $NetBSD: Makefile,v 1.10 2007/02/18 03:25:51 wiz Exp $ # -DISTNAME= Apache-Test-1.28 +DISTNAME= Apache-Test-1.29 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5apt CATEGORIES= www perl5 diff --git a/www/p5-Apache-Test/distinfo b/www/p5-Apache-Test/distinfo index 0c57575394d..1fdf8cd088b 100644 --- a/www/p5-Apache-Test/distinfo +++ b/www/p5-Apache-Test/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/04/19 17:17:24 cube Exp $ +$NetBSD: distinfo,v 1.6 2007/02/18 03:25:51 wiz Exp $ -SHA1 (Apache-Test-1.28.tar.gz) = d7614aea5a8d391edfd5d46d40c1d4c577311650 -RMD160 (Apache-Test-1.28.tar.gz) = 4d937baef75b563cdfddc98eb6eeb3bed26a3c86 -Size (Apache-Test-1.28.tar.gz) = 149856 bytes +SHA1 (Apache-Test-1.29.tar.gz) = aec7577a5c6958f6dbce5fd22b7175743f7e7b1a +RMD160 (Apache-Test-1.29.tar.gz) = 69b21ac4872ce5c154262bf95e650934bb4b6869 +Size (Apache-Test-1.29.tar.gz) = 151416 bytes |