pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Apache-Test



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 <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]


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.




Home | Main Index | Thread Index | Old Index