Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1

2019-09-02 Thread Steve Hay
On Mon, 2 Sep 2019 at 13:34, Steve Hay  wrote:
>
> Please download, test, and report back on this mod_perl 2.0.11 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
>

So far +1 from me in the following builds:

Apache 2.4.33 / Perl 5.28.0 / VC2017 v15.9 (x64) with/without LWP
Apache 2.4.41 / Perl 5.31.3 / VC2019 v16.1 (x64) with/without LWP


[RELEASE CANDIDATE] mod_perl-2.0.11 RC1

2019-09-02 Thread Steve Hay
Please download, test, and report back on this mod_perl 2.0.11 release
candidate.

https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz

MD5  = 417823274b32e5ca8759cf3760ad1591
SHA1 = e47c72337e6766c403d0a76b59d3808625e5162b

Major changes in this release are as follows:

Fix use-after-free segfault in ap_server_config_defines seen on
start-up on OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]

Fix build with Perls earlier than 5.13.6. [Rainer Jung
]

Fix filter/in_bbs_inject_header.t test failure with Apache 2.4.25+.
[Stefan Fritsch ]

Fix apache/read.t test failure with Apache 2.4.25+. [Niko Tyni
]


svn commit: r35501 - /dev/perl/mod_perl-2.0.11-rc1.tar.gz

2019-09-02 Thread stevehay
Author: stevehay
Date: Mon Sep  2 12:29:47 2019
New Revision: 35501

Log:
Upload mod_perl 2.0.11 RC1

Added:
dev/perl/mod_perl-2.0.11-rc1.tar.gz   (with props)

Added: dev/perl/mod_perl-2.0.11-rc1.tar.gz
==
Binary file - no diff available.

Propchange: dev/perl/mod_perl-2.0.11-rc1.tar.gz
--
svn:mime-type = application/octet-stream




svn commit: r1866277 - in /perl/modperl/trunk: Changes META.yml

2019-09-02 Thread stevehay
Author: stevehay
Date: Mon Sep  2 12:28:34 2019
New Revision: 1866277

URL: http://svn.apache.org/viewvc?rev=1866277=rev
Log:
Make mod_perl-2.0.11-rc1

Modified:
perl/modperl/trunk/Changes
perl/modperl/trunk/META.yml

Modified: perl/modperl/trunk/Changes
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/Changes?rev=1866277=1866276=1866277=diff
==
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Mon Sep  2 12:28:34 2019
@@ -10,7 +10,7 @@ Also refer to the Apache::Test changes l
 
 =over 3
 
-=item 2.0.11-dev
+=item 2.0.11-rc1
 
 Fix use-after-free segfault in ap_server_config_defines seen on start-up on
 OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]

Modified: perl/modperl/trunk/META.yml
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/META.yml?rev=1866277=1866276=1866277=diff
==
--- perl/modperl/trunk/META.yml (original)
+++ perl/modperl/trunk/META.yml Mon Sep  2 12:28:34 2019
@@ -1,5 +1,5 @@
 name: mod_perl
-version: 2.0.11
+version: 2.0.11-rc1
 installdirs:  site
 distribution_type: module
 no_index:




svn commit: r1866275 - /perl/modperl/trunk/README

2019-09-02 Thread stevehay
Author: stevehay
Date: Mon Sep  2 12:21:04 2019
New Revision: 1866275

URL: http://svn.apache.org/viewvc?rev=1866275=rev
Log:
Update README

- Tested up to the latest Apache httpd 2.4.41
- Update known test failures on Windows

Modified:
perl/modperl/trunk/README

Modified: perl/modperl/trunk/README
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/README?rev=1866275=1866274=1866275=diff
==
--- perl/modperl/trunk/README (original)
+++ perl/modperl/trunk/README Mon Sep  2 12:21:04 2019
@@ -3,8 +3,8 @@ This is mod_perl version 2.0
 *** Prerequisites ***
 
 Apache:
-  Dynamic mod_perl (DSO):Apache 2.0.47 - 2.4.39.
-  Static mod_perl:   Apache 2.0.51 - 2.4.39.
+  Dynamic mod_perl (DSO):Apache 2.0.47 - 2.4.41.
+  Static mod_perl:   Apache 2.0.51 - 2.4.41.
 
   Newer Apache versions may work with this version of mod_perl.  If
   not, the svn version likely will, which can be obtained from:
@@ -31,13 +31,13 @@ with the PERL_IMPLICIT_SYS build option
 
   t/modperl/env.t (Fails many tests)
 
-Four other test scripts are also known to fail with Apache 2.4.x on
-Windows, with or without PERL_IMPLICIT_SYS:
+Various other tests are also known to fail in certain configurations,
+including but not limited to:
 
-  t/protocol/echo_block.t (Fails tests 2-3)
-  t/protocol/echo_nonblock.t (Fails test 2)
-  t/protocol/echo_timeout.t (Fails tests 2-5)
-  t/protocol/pseudo_http.t (Fails tests 3-8 and 11-13)
+  t/compat/request.t (Exits after test 12)
+  t/filter/in_bbs_inject_header.t (Fails tests 22, 26 and 30)
+  t/modperl/setupenv.t (Fails tests 8, 22, 29, 36, 50 and 57)
+  t/preconnection/note.t (Fails test 1)
 
 *** Documentation ***