Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 3841FA65C0 for ; Wed, 31 Dec 2014 09:05:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CC5D614A180; Wed, 31 Dec 2014 09:05:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 567A214A17F for ; Wed, 31 Dec 2014 09:05:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vXVHAoqgiPOq for ; Wed, 31 Dec 2014 09:05:09 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5BC9714A173 for ; Wed, 31 Dec 2014 09:05:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5032C98; Wed, 31 Dec 2014 09:05:09 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 31 Dec 2014 09:05:09 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/p5-Apache-Test To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20141231090509.5032C98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Wed Dec 31 09:05:09 UTC 2014 Modified Files: pkgsrc/www/p5-Apache-Test: Makefile distinfo Log Message: 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 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] To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/p5-Apache-Test/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/p5-Apache-Test/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.