Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC1

2015-05-13 Thread Issac Goldstand
Awesome!!! I'll need to find some time to build and test, but huge kudos
Steve!

On 5/13/2015 10:55 PM, Steve Hay wrote:
> Please download, test, and report back on this release candidate of
> the long-awaited mod_perl 2.0.9.
> 
> http://people.apache.org/~stevehay/mod_perl-2.0.9-rc1.tar.gz
> 
> MD5 = f4e5aa352aca25df31f86eb6503fe883
> SHA1 = db220c311b7848679a02ebec67ee41cc1334b460
> 
> =item 2.0.9-rc1
> 
> Add support for Apache httpd-2.4.x. [Torsten Foertsch, Jan Kaluza,
> Steve Hay, Gozer]
> 
> Don't call modperl_threaded_mpm() et al. from XS code. Fixes Debian Bug
> #765174. [Niko Tyni ]
> 
> Make sure modperl_interp_select uses r->server rather than the passed s
> parameter to find the interpreter pool to pull an interpreter from. This
> fixes an issue with vhosts with a separate interpreter pool and runtime
> dir-config merges that used to pull the interpreter from the wrong pool.
> [Torsten Foertsch]
> 
> PerlInterpScope is now more advisory. Using $(c|r)->pnotes will bind
> the current interpreter to that object for it's lifetime.
> $(c|r)->pnotes_kill() can be used to prematurely drop pnotes and
> remove this binding. [Torsten Foertsch]
> 
> Now correctly invokes PerlCleanupHandlers, even if they are the only
> handler type configured for that request [Torsten Foertsch]
> 
> For threaded MPMs, change interpreter managment to a new, reference-counted
> allocation model. [Torsten Foertsch]
> 
> Expose modperl_interp_pool_t via ModPerl::InterpPool, modperl_tipool_t
> via ModPerl::TiPool and modperl_tipool_config_t via ModPerl::TiPoolConfig
> [Torsten Foertsch]
> 
> Expose modperl_interp_t via ModPerl::Interpreter [Torsten Foertsch]
> 
> Fix t/compat/apache_file.t on Windows. Apache::File->tmpfile() wants TMPDIR
> or TEMP from the environment, or else defaults to /tmp. The latter is no
> good on Windows, so make sure the environment variables are passed through.
> (TEMP should be set to something suitable on Windows.) [Steve Hay]
> 
> Fix t/api/err_headers_out.t with HTTP::Headers > 6.00. [Rolando
> ]
> 
> Fix the build with VC++ and dmake (rather than nmake) on Windows. The
> Makefile generated by Apache2::Build uses shell commands for the manifest
> file, but neglected to tell dmake to use the shell. [Steve Hay]
> 
> Don't write an 'rpm' target into the Makefile on Windows. It isn't relevant
> on Windows, and the (hard-coded, not MakeMaker-generated) recipe group has
> syntax which dmake doesn't understand. [Steve Hay]
> 



Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC1

2015-05-13 Thread Joe Schaefer
+1, nice job Steve! 


 On Wednesday, May 13, 2015 6:52 PM, David E. Wheeler 
 wrote:
   

 On May 13, 2015, at 1:40 PM, Steve Hay  wrote:

>> http://people.apache.org/~stevehay/mod_perl-2.0.9-rc1.tar.gz
>> 
> 
> If I can vote for my own RC then it's a +1 from me :-)

Tested builds on CentOS 6 and 7, with the system Perl and a custom 5.20 build. 
Both build nicely, with just a simple patch for the system Perl wanting a 
header with “CentOS” in it instead of “Unix”. Yay!

  https://github.com/iovation/rpmcpan/blob/master/SOURCES/mod_perl-centos.patch

Best,

David


  

Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC1

2015-05-13 Thread David E. Wheeler
On May 13, 2015, at 1:40 PM, Steve Hay  wrote:

>> http://people.apache.org/~stevehay/mod_perl-2.0.9-rc1.tar.gz
>> 
> 
> If I can vote for my own RC then it's a +1 from me :-)

Tested builds on CentOS 6 and 7, with the system Perl and a custom 5.20 build. 
Both build nicely, with just a simple patch for the system Perl wanting a 
header with “CentOS” in it instead of “Unix”. Yay!

  https://github.com/iovation/rpmcpan/blob/master/SOURCES/mod_perl-centos.patch

Best,

David



smime.p7s
Description: S/MIME cryptographic signature


Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC1

2015-05-13 Thread Steve Hay
On 13 May 2015 at 20:55, Steve Hay  wrote:
> Please download, test, and report back on this release candidate of
> the long-awaited mod_perl 2.0.9.
>
> http://people.apache.org/~stevehay/mod_perl-2.0.9-rc1.tar.gz
>

If I can vote for my own RC then it's a +1 from me :-)

Not quite 100%, but these failures are now documented in the README. I
believe they are all WIn32-specific.

Apache 2.2.29, Perl 5.20.2, VC++ 2010:

Test Summary Report
---
t\modules\proxy.t (Wstat: 2304 Tests: 0 Failed: 0)
  Non-zero exit status: 9
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
Files=252, Tests=2721, 711 wallclock secs ( 1.79 usr +  1.14 sys =  2.93 CPU)
Result: FAIL
Failed 1/252 test programs. 0/2721 subtests failed.

Apache 2.4.12, Perl 5.20.2, VC++ 2010:

Test Summary Report
---
t\modules\proxy.t (Wstat: 2304 Tests: 0 Failed: 0)
  Non-zero exit status: 9
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t\protocol\echo_block.t   (Wstat: 0 Tests: 3 Failed: 2)
  Failed tests:  2-3
t\protocol\echo_nonblock.t(Wstat: 0 Tests: 3 Failed: 1)
  Failed test:  2
t\protocol\echo_timeout.t (Wstat: 0 Tests: 5 Failed: 4)
  Failed tests:  2-5
t\protocol\pseudo_http.t  (Wstat: 0 Tests: 13 Failed: 9)
  Failed tests:  3-8, 11-13
Files=252, Tests=2934, 908 wallclock secs ( 1.90 usr +  0.83 sys =  2.73 CPU)
Result: FAIL
Failed 5/252 test programs. 16/2934 subtests failed.


[RELEASE CANDIDATE]: mod_perl-2.0.9 RC1

2015-05-13 Thread Steve Hay
Please download, test, and report back on this release candidate of
the long-awaited mod_perl 2.0.9.

http://people.apache.org/~stevehay/mod_perl-2.0.9-rc1.tar.gz

MD5 = f4e5aa352aca25df31f86eb6503fe883
SHA1 = db220c311b7848679a02ebec67ee41cc1334b460

=item 2.0.9-rc1

Add support for Apache httpd-2.4.x. [Torsten Foertsch, Jan Kaluza,
Steve Hay, Gozer]

Don't call modperl_threaded_mpm() et al. from XS code. Fixes Debian Bug
#765174. [Niko Tyni ]

Make sure modperl_interp_select uses r->server rather than the passed s
parameter to find the interpreter pool to pull an interpreter from. This
fixes an issue with vhosts with a separate interpreter pool and runtime
dir-config merges that used to pull the interpreter from the wrong pool.
[Torsten Foertsch]

PerlInterpScope is now more advisory. Using $(c|r)->pnotes will bind
the current interpreter to that object for it's lifetime.
$(c|r)->pnotes_kill() can be used to prematurely drop pnotes and
remove this binding. [Torsten Foertsch]

Now correctly invokes PerlCleanupHandlers, even if they are the only
handler type configured for that request [Torsten Foertsch]

For threaded MPMs, change interpreter managment to a new, reference-counted
allocation model. [Torsten Foertsch]

Expose modperl_interp_pool_t via ModPerl::InterpPool, modperl_tipool_t
via ModPerl::TiPool and modperl_tipool_config_t via ModPerl::TiPoolConfig
[Torsten Foertsch]

Expose modperl_interp_t via ModPerl::Interpreter [Torsten Foertsch]

Fix t/compat/apache_file.t on Windows. Apache::File->tmpfile() wants TMPDIR
or TEMP from the environment, or else defaults to /tmp. The latter is no
good on Windows, so make sure the environment variables are passed through.
(TEMP should be set to something suitable on Windows.) [Steve Hay]

Fix t/api/err_headers_out.t with HTTP::Headers > 6.00. [Rolando
]

Fix the build with VC++ and dmake (rather than nmake) on Windows. The
Makefile generated by Apache2::Build uses shell commands for the manifest
file, but neglected to tell dmake to use the shell. [Steve Hay]

Don't write an 'rpm' target into the Makefile on Windows. It isn't relevant
on Windows, and the (hard-coded, not MakeMaker-generated) recipe group has
syntax which dmake doesn't understand. [Steve Hay]