summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Test
diff options
context:
space:
mode:
authormef <mef>2014-12-31 09:05:09 +0000
committermef <mef>2014-12-31 09:05:09 +0000
commit664bba077eb5debc4c30e75eb2f66d26850952ef (patch)
tree49457fb411920234990557a32ac4f72261226c13 /www/p5-Apache-Test
parent8819174c62e908a767560d9242b81729b76ee5b3 (diff)
downloadpkgsrc-664bba077eb5debc4c30e75eb2f66d26850952ef.tar.gz
Update 1.31 to 1.38
------------------- 1.38 Aug 6 2012 Fix log_watch.t on Windows, which can't (naturally) delete open files. [Steve Hay] Fix t_filepath_cmp, t_catfile and t_catfile_apache in Apache::TestUtil on Windows: their use of Win32::GetLongPathName() was broken for non-existent files. [Steve Hay] Remove use of Nullsv as per modperl commit 1362399. [Steve Hay] have Apache::TestConfigPerl::configure_inc set up @INC to include ../blib/lib and ../blib/arch if they exist. The bundled Apache::Reload may fail to load Apache2::Const & co otherwise when testing. [Torsten Foertsch] 1.37 January 29, 2012 Apache::TestRequest: improve compatibility for SSL requests with LWP 6 and IO::Socket::SSL, in particular [Kaspar Brand] As of httpd revision 1053230 (version 2.3.11) the NameVirtualHost directive became superfluous and a warning is issued when it is met. So, Apache::Test now wraps NameVirtualHost directives in <IfVersion> blocks. [Kaspar Brand] Add comments about the source files of auto configurated tests to the generated httpd.conf and improve indentation a bit. [Torsten Foertsch] Run t/TEST tests by default in alphabetical order and only t/SMOKE tests by default in random order. [Rainer Jung] Add t_file_watch_for to Apache::TestUtil [Torsten Foertsch] Add $boolean parameter to Apache::TestHandler::ok and Apache::TestHandler::ok1 Add a few bits of documentation [Torsten Foertsch] Apache::TestHandler forgot to require Apache2::RequestRec [Torsten Foertsch] 1.36 February 2, 2011 Skip sok.t unless perlio is enabled [Torsten Foertsch] Deprecate t/TEST -times=X in favor of t/SMOKE -times=X. Changes to TAP::Harness have removed the ability to re-use test object attributes. Also generate t/SMOKE on build now, instead of requiring the user to build it. Thanks to Jim Jagielski for the spot on the -times=X issue on t/TEST. [Fred Moyer] More or less cosmetical, prevent repeating "adding source lib" info lines in the output when testing Apache::Test, SizeLimit and similar [Torsten Foertsch] 1.35 January 22, 2011 Return value on running tests as root should be 0, not 1. Thanks to Michael Schout for the spot. [Fred Moyer] Add support for RFC2253 DN string format to dn_oneline in Apache::TestSSLCA [Stefan Fritsch] Make Apache::Test::sok() compatible with the -withtestmore option [Torsten Foertsch] Make -withtestmore a per-package option (make it behave sane). [Torsten Foertsch] 1.34 December 18, 2010 Fix build edge case where rpm based mp sources missing Apache2::Build cause require failure in Apache-TestConfig. Reported by Ryan Gies. [Fred Moyer] When an explicit shared mod_perl lib is not defined, default to the first shared module found by find_apache_module(). [Fred Moyer] Fix logic error in TOP_LEVEL constant calculation. Remove Apache::test compatibility from mod_perl 1.27. [Fred Moyer] Remove the custom config feature, and instead use inline directives, ENV vars, and look for apxs et al in PATH. [Fred Moyer] Prevent reconfiguration when t/TEST is called with -run-tests only. (rev 1004278) [Torsten Foertsch] Make "t/TEST -ping=block" work when LWP is installed. (rev 1004275) [Torsten Foertsch] Don't attempt to run the test suite as root. The workarounds needed to facilitate root testing cause large maintenance costs, and return no tangible benefits. [Fred Moyer] 1.33 September 14, 2010 Propagate APACHE_TEST_NO_STICKY_PREFERENCES to the Apache environment for mod_perl configurations (Apache::TestConfigPerl), http://www.gossamer-threads.com/lists/modperl/dev/101929 [Torsten Foertsch] Provide build/test environment for modules bundled with mod_perl like Apache::Reload and Apache::SizeLimit [Torsten Foertsch] The CN in server certificates generated by Apache::TestSSLCA will now match the servername passed to t/TEST. [Joe Orton] Add check for automated testing environment variable before prompting with EU::MM to quit the test suite. Some automated smoke tests were failed because the EU::MM prompt was timing out. [Adam Prime, Fred Moyer] https://rt.cpan.org/Public/Bug/Display.html?id=32993 use TAP::Harness for Apache::TestHarnessPHP [Mark A. Hershberger] https://rt.cpan.org/Public/Bug/Display.html?id=54476 Fix error where non root user gets test failure with httpd suexec and mod_fcgid [Peter (Stig) Edwards] 1.32 April 15, 2010 Fix issue with recent feature where lack of libapreq resulted in test failure. [Philippe M. Chiasson] Added t_{start,read,finish}_file_watch to Apache::TestUtil [Torsten Foertsch]
Diffstat (limited to 'www/p5-Apache-Test')
-rw-r--r--www/p5-Apache-Test/Makefile5
-rw-r--r--www/p5-Apache-Test/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile
index bbf113948e9..157dc11c416 100644
--- a/www/p5-Apache-Test/Makefile
+++ b/www/p5-Apache-Test/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2014/10/09 13:45:03 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2014/12/31 09:05:09 mef Exp $
#
-DISTNAME= Apache-Test-1.31
+DISTNAME= Apache-Test-1.38
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 5
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 73e314e28cd..1a6990e1cae 100644
--- a/www/p5-Apache-Test/distinfo
+++ b/www/p5-Apache-Test/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2010/03/15 19:34:08 sno Exp $
+$NetBSD: distinfo,v 1.9 2014/12/31 09:05:09 mef Exp $
-SHA1 (Apache-Test-1.31.tar.gz) = 8e172acf664b599e3beaec48bc97e833e088ce31
-RMD160 (Apache-Test-1.31.tar.gz) = d1bf321ef9f0ec585f8fc8d2b23d34a9fa402c55
-Size (Apache-Test-1.31.tar.gz) = 152080 bytes
+SHA1 (Apache-Test-1.38.tar.gz) = f9478ef27ff3be43f53ac71afc31f95c24491030
+RMD160 (Apache-Test-1.38.tar.gz) = 1fedfa73b80e3219b5aaf33bdc51642a612c3212
+Size (Apache-Test-1.38.tar.gz) = 150863 bytes