Mailing List Archive

[RELEASE CANDIDATE] mod_perl-2.0.13 RC1
Please download, test, and report back on this mod_perl 2.0.13 release
candidate.

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

SHA256:
mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
D492E846 858DABC0 EEA8E6B7

SHA512:
mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
015C77C9

Major changes in this release are as follows:

Use get_server_banner() instead of deprecated get_server_version() in
Apache2::Status. [Petr Písa? <ppisar@redhat.com]

Avoid generating APR precompiled headers. [Sam James <sam@gentoo.org>]

Fix build for perl >= 5.37.1. [Jitka Plesnikova <jplesnik@redhat.com>]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1 [ In reply to ]
+1 on Windows with Apache 2.4.57 / Perl 5.38.0 / VC2022.

With LWP:
t\filter\in_bbs_inject_header.t (Wstat: 0 Tests: 36 Failed: 3)
Failed tests: 22, 26, 30
t\modperl\env.t (Wstat: 0 Tests: 164 Failed: 17)
Failed tests: 25, 28, 31, 43, 46, 49, 55, 58, 73, 82, 85, 88, 91,
97, 142, 145, 163
t\modules\cgi.t (Wstat: 0 Tests: 5 Failed: 1)
Failed test: 3
t\modules\cgi2.t (Wstat: 0 Tests: 5 Failed: 1)
Failed test: 3
t\modules\cgiupload.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2
t\modules\cgiupload2.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2

Without LWP:
t\modperl\env.t (Wstat: 0 Tests: 161 Failed: 18)
Failed tests: 25, 28, 31, 34, 46, 49, 52, 58, 61, 70, 79, 82, 85,
88, 94, 139, 142, 160

(Results are the same as 2.0.12.)

On Sun, 6 Aug 2023 at 13:00, Steve Hay <stevehay@apache.org> wrote:
>
> Please download, test, and report back on this mod_perl 2.0.13 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>
> SHA256:
> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> D492E846 858DABC0 EEA8E6B7
>
> SHA512:
> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> 03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> 015C77C9
>
> Major changes in this release are as follows:
>
> Use get_server_banner() instead of deprecated get_server_version() in
> Apache2::Status. [Petr Písa? <ppisar@redhat.com]
>
> Avoid generating APR precompiled headers. [Sam James <sam@gentoo.org>]
>
> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jplesnik@redhat.com>]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1 [ In reply to ]
Only known issue is

t/filter/in_bbs_inject_header.t

So this is +1 from me.

Fedora 38 with system Perl / httpd (mpm: worker):

Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
 Failed tests:  22, 26, 30
Files=245, Tests=2918, 100 wallclock secs ( 0.72 usr  0.37 sys + 66.16
cusr 18.63 csys = 85.88 CPU)
Result: FAIL


Fedora 38 with system Perl / httpd (mpm: prefork):

Test Summary Report
-------------------
t/filter/in_bbs_inject_header.t       (Wstat: 0 Tests: 36 Failed: 3)
 Failed tests:  22, 26, 30
Files=245, Tests=2906, 108 wallclock secs ( 0.78 usr  0.35 sys + 68.44
cusr 19.29 csys = 88.86 CPU)
Result: FAIL

On 2023-08-06 08:00, Steve Hay wrote:
> Please download, test, and report back on this mod_perl 2.0.13 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>
> SHA256:
> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> D492E846 858DABC0 EEA8E6B7
>
> SHA512:
> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> 03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> 015C77C9
>
> Major changes in this release are as follows:
>
> Use get_server_banner() instead of deprecated get_server_version() in
> Apache2::Status. [Petr Písa? <ppisar@redhat.com]
>
> Avoid generating APR precompiled headers. [Sam James<sam@gentoo.org>]
>
> Fix build for perl >= 5.37.1. [Jitka Plesnikova<jplesnik@redhat.com>]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:dev-unsubscribe@perl.apache.org
> For additional commands, e-mail:dev-help@perl.apache.org
>
Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1 [ In reply to ]
Hitting an issue on MacOS, perl 5.36.1, httpd 2.4.57. Not sure if this
is me out of practice or not. Do I need to build against httpd 2.2?

ulimit -c unlimited; /opt/homebrew/Cellar/perl/5.36.1/bin/perl
/Users/phred/dev/mod_perl-2.0.13-rc1/t/TEST -bugreport -verbose=0
/opt/homebrew/opt/httpd/bin/httpd -d
/Users/phred/dev/mod_perl-2.0.13-rc1/t -f
/Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf -D APACHE2 -D
APACHE2_4 -D PERL_USEITHREADS
using Apache/2.4.57 (prefork MPM)

waiting 300 seconds for server to start: .httpd: Syntax error on line
85 of /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf: Cannot
load /Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so
into server: dlopen(/Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so,
0x000A): symbol not found in flat namespace
'_modperl_handler_anon_add'
.........................^C[warning]
halting tests

On Sun, Aug 6, 2023 at 5:00?AM Steve Hay <stevehay@apache.org> wrote:
>
> Please download, test, and report back on this mod_perl 2.0.13 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>
> SHA256:
> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> D492E846 858DABC0 EEA8E6B7
>
> SHA512:
> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> 03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> 015C77C9
>
> Major changes in this release are as follows:
>
> Use get_server_banner() instead of deprecated get_server_version() in
> Apache2::Status. [Petr Písa? <ppisar@redhat.com]
>
> Avoid generating APR precompiled headers. [Sam James <sam@gentoo.org>]
>
> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jplesnik@redhat.com>]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1 [ In reply to ]
On Fri, 18 Aug 2023 at 06:11, Fred Moyer <fred@redhotpenguin.com> wrote:
>
> Hitting an issue on MacOS, perl 5.36.1, httpd 2.4.57. Not sure if this
> is me out of practice or not. Do I need to build against httpd 2.2?
>
> ulimit -c unlimited; /opt/homebrew/Cellar/perl/5.36.1/bin/perl
> /Users/phred/dev/mod_perl-2.0.13-rc1/t/TEST -bugreport -verbose=0
> /opt/homebrew/opt/httpd/bin/httpd -d
> /Users/phred/dev/mod_perl-2.0.13-rc1/t -f
> /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf -D APACHE2 -D
> APACHE2_4 -D PERL_USEITHREADS
> using Apache/2.4.57 (prefork MPM)
>
> waiting 300 seconds for server to start: .httpd: Syntax error on line
> 85 of /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf: Cannot
> load /Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so
> into server: dlopen(/Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so,
> 0x000A): symbol not found in flat namespace
> '_modperl_handler_anon_add'
> .........................^C[warning]
> halting tests

Sorry, I don't know what the problem is there. It should certainly
work with htpd-2.4.

Were there any build errors/warnings?
Is this a clean set-up, or do either httpd or perl have an old
mod_perl in them already?


>
> On Sun, Aug 6, 2023 at 5:00?AM Steve Hay <stevehay@apache.org> wrote:
> >
> > Please download, test, and report back on this mod_perl 2.0.13 release
> > candidate.
> >
> > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> >
> > SHA256:
> > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> > D492E846 858DABC0 EEA8E6B7
> >
> > SHA512:
> > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> > 03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> > C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> > 015C77C9
> >
> > Major changes in this release are as follows:
> >
> > Use get_server_banner() instead of deprecated get_server_version() in
> > Apache2::Status. [Petr Písa? <ppisar@redhat.com]
> >
> > Avoid generating APR precompiled headers. [Sam James <sam@gentoo.org>]
> >
> > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jplesnik@redhat.com>]
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > For additional commands, e-mail: dev-help@perl.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1 [ In reply to ]
I can reproduce this on linux with perl 5.34.0 or 5.38.0, and probably
other's I haven't tried. If I build httpd 2.4.57 with mod_proxy, then it
happens.

t/logs/error_log shows this:

[Tue Aug 22 21:43:54.639949 2023] [proxy_balancer:emerg] [pid 3450]
AH01177: Failed to lookup provider 'shm' for 'slotmem': is
mod_slotmem_shm loaded??
[Tue Aug 22 21:43:54.639961 2023] [:emerg] [pid 3450] AH00020:
Configuration Failed, exiting

If I uncomment the LoadModule for mod_slotmem_shm in the default
httpd.conf that shipped with 2.4.57, then the tests run as expected with
the one failure.

I think this could be a bug with the way that Apache::Test figures out
what apache configuration it should use, possibly. It does seem to be
related to the way I built apache too though, which is like this:

./configure \
--prefix=$2 \
--with-included-apr \
--enable-deflate=static \
--enable-proxy=static \
--enable-auth_digest=static \
--enable-include=static \
--with-mpm=prefork && make && make install

Adam




On 8/18/23 01:10, Fred Moyer wrote:
> [.You don't often get email from fred@redhotpenguin.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
>
> Hitting an issue on MacOS, perl 5.36.1, httpd 2.4.57. Not sure if this
> is me out of practice or not. Do I need to build against httpd 2.2?
>
> ulimit -c unlimited; /opt/homebrew/Cellar/perl/5.36.1/bin/perl
> /Users/phred/dev/mod_perl-2.0.13-rc1/t/TEST -bugreport -verbose=0
> /opt/homebrew/opt/httpd/bin/httpd -d
> /Users/phred/dev/mod_perl-2.0.13-rc1/t -f
> /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf -D APACHE2 -D
> APACHE2_4 -D PERL_USEITHREADS
> using Apache/2.4.57 (prefork MPM)
>
> waiting 300 seconds for server to start: .httpd: Syntax error on line
> 85 of /Users/phred/dev/mod_perl-2.0.13-rc1/t/conf/httpd.conf: Cannot
> load /Users/phred/dev/mod_perl-2.0.13-rc1/src/modules/perl/mod_perl.so
> into server: dlopen(/Users/phred/dev/hd_perl-2.0.13-rc1/src/modules/perl/mod_perl.so,
> 0x000A): symbol not found in flat namespace
> '_modperl_handler_anon_add'
> .........................^C[warning]
> halting tests
>
> On Sun, Aug 6, 2023 at 5:00?AM Steve Hay <stevehay@apache.org> wrote:
>>
>> Please download, test, and report back on this mod_perl 2.0.13 release
>> candidate.
>>
>> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>>
>> SHA256:
>> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>> D492E846 858DABC0 EEA8E6B7
>>
>> SHA512:
>> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>> 03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>> C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>> 015C77C9
>>
>> Major changes in this release are as follows:
>>
>> Use get_server_banner() instead of deprecated get_server_version() in
>> Apache2::Status. [Petr Písa? <ppisar@redhat.com]
>>
>> Avoid generating APR precompiled headers. [Sam James <sam@gentoo.org>]
>>
>> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jplesnik@redhat.com>]
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>> For additional commands, e-mail: dev-help@perl.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1 [ In reply to ]
On Fri, Aug 18, 2023 at 2:47?AM Steve Hay <steve.m.hay@googlemail.com> wrote:
> Were there any build errors/warnings?
> Is this a clean set-up, or do either httpd or perl have an old
> mod_perl in them already?

Digging into this; appears to be a problem with the perl I build mp
with and the system mod_perl. Will keep you posted.


>
>
> >
> > On Sun, Aug 6, 2023 at 5:00?AM Steve Hay <stevehay@apache.org> wrote:
> > >
> > > Please download, test, and report back on this mod_perl 2.0.13 release
> > > candidate.
> > >
> > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> > >
> > > SHA256:
> > > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> > > D492E846 858DABC0 EEA8E6B7
> > >
> > > SHA512:
> > > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> > > 03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> > > C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> > > 015C77C9
> > >
> > > Major changes in this release are as follows:
> > >
> > > Use get_server_banner() instead of deprecated get_server_version() in
> > > Apache2::Status. [Petr Písa? <ppisar@redhat.com]
> > >
> > > Avoid generating APR precompiled headers. [Sam James <sam@gentoo.org>]
> > >
> > > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jplesnik@redhat.com>]
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > For additional commands, e-mail: dev-help@perl.apache.org
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > For additional commands, e-mail: dev-help@perl.apache.org
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1 [ In reply to ]
Thanks. Is it the same problem that Adam has reproduced?

If so then perhaps we can go ahead with the release and deal with this
issue afterwards since it seems to be more related to Apache::Test
than mod_perl.

On Thu, 24 Aug 2023 at 05:55, Fred Moyer <fred@redhotpenguin.com> wrote:
>
> On Fri, Aug 18, 2023 at 2:47?AM Steve Hay <steve.m.hay@googlemail.com> wrote:
> > Were there any build errors/warnings?
> > Is this a clean set-up, or do either httpd or perl have an old
> > mod_perl in them already?
>
> Digging into this; appears to be a problem with the perl I build mp
> with and the system mod_perl. Will keep you posted.
>
>
> >
> >
> > >
> > > On Sun, Aug 6, 2023 at 5:00?AM Steve Hay <stevehay@apache.org> wrote:
> > > >
> > > > Please download, test, and report back on this mod_perl 2.0.13 release
> > > > candidate.
> > > >
> > > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> > > >
> > > > SHA256:
> > > > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> > > > D492E846 858DABC0 EEA8E6B7
> > > >
> > > > SHA512:
> > > > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> > > > 03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> > > > C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> > > > 015C77C9
> > > >
> > > > Major changes in this release are as follows:
> > > >
> > > > Use get_server_banner() instead of deprecated get_server_version() in
> > > > Apache2::Status. [Petr Písa? <ppisar@redhat.com]
> > > >
> > > > Avoid generating APR precompiled headers. [Sam James <sam@gentoo.org>]
> > > >
> > > > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jplesnik@redhat.com>]
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > > For additional commands, e-mail: dev-help@perl.apache.org
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > For additional commands, e-mail: dev-help@perl.apache.org
> > >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1 [ In reply to ]
Fred, are you still looking into this, or shall we assume it's
Apache::Test related and proceed with this mod_perl release?

On Sat, 26 Aug 2023 at 17:20, Steve Hay <steve.m.hay@googlemail.com> wrote:
>
> Thanks. Is it the same problem that Adam has reproduced?
>
> If so then perhaps we can go ahead with the release and deal with this
> issue afterwards since it seems to be more related to Apache::Test
> than mod_perl.
>
> On Thu, 24 Aug 2023 at 05:55, Fred Moyer <fred@redhotpenguin.com> wrote:
> >
> > On Fri, Aug 18, 2023 at 2:47?AM Steve Hay <steve.m.hay@googlemail.com> wrote:
> > > Were there any build errors/warnings?
> > > Is this a clean set-up, or do either httpd or perl have an old
> > > mod_perl in them already?
> >
> > Digging into this; appears to be a problem with the perl I build mp
> > with and the system mod_perl. Will keep you posted.
> >
> >
> > >
> > >
> > > >
> > > > On Sun, Aug 6, 2023 at 5:00?AM Steve Hay <stevehay@apache.org> wrote:
> > > > >
> > > > > Please download, test, and report back on this mod_perl 2.0.13 release
> > > > > candidate.
> > > > >
> > > > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
> > > > >
> > > > > SHA256:
> > > > > mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
> > > > > D492E846 858DABC0 EEA8E6B7
> > > > >
> > > > > SHA512:
> > > > > mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
> > > > > 03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
> > > > > C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
> > > > > 015C77C9
> > > > >
> > > > > Major changes in this release are as follows:
> > > > >
> > > > > Use get_server_banner() instead of deprecated get_server_version() in
> > > > > Apache2::Status. [Petr Písa? <ppisar@redhat.com]
> > > > >
> > > > > Avoid generating APR precompiled headers. [Sam James <sam@gentoo.org>]
> > > > >
> > > > > Fix build for perl >= 5.37.1. [Jitka Plesnikova <jplesnik@redhat.com>]
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > > > For additional commands, e-mail: dev-help@perl.apache.org
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> > > > For additional commands, e-mail: dev-help@perl.apache.org
> > > >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] mod_perl-2.0.13 RC1 [ In reply to ]
On Sep 11, 2023, at 2:13 PM, Steve Hay <steve.m.hay@googlemail.com> wrote:
>
> ?Fred, are you still looking into this, or shall we assume it's
> Apache::Test related and proceed with this mod_perl release?

Sorry I missed this; MP emails were ending up in my httpd filter for some reason. It looks AT related; +1 to release.

>
>> On Sat, 26 Aug 2023 at 17:20, Steve Hay <steve.m.hay@googlemail.com> wrote:
>>
>> Thanks. Is it the same problem that Adam has reproduced?
>>
>> If so then perhaps we can go ahead with the release and deal with this
>> issue afterwards since it seems to be more related to Apache::Test
>> than mod_perl.
>>
>>> On Thu, 24 Aug 2023 at 05:55, Fred Moyer <fred@redhotpenguin.com> wrote:
>>>
>>> On Fri, Aug 18, 2023 at 2:47?AM Steve Hay <steve.m.hay@googlemail.com> wrote:
>>>> Were there any build errors/warnings?
>>>> Is this a clean set-up, or do either httpd or perl have an old
>>>> mod_perl in them already?
>>>
>>> Digging into this; appears to be a problem with the perl I build mp
>>> with and the system mod_perl. Will keep you posted.
>>>
>>>
>>>>
>>>>
>>>>>
>>>>> On Sun, Aug 6, 2023 at 5:00?AM Steve Hay <stevehay@apache.org> wrote:
>>>>>>
>>>>>> Please download, test, and report back on this mod_perl 2.0.13 release
>>>>>> candidate.
>>>>>>
>>>>>> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.13-rc1.tar.gz
>>>>>>
>>>>>> SHA256:
>>>>>> mod_perl-2.0.13-rc1.tar.gz: EC72BC99 EC01DAE5 BEB1DC8F 2F3807CB A4A9BF4D
>>>>>> D492E846 858DABC0 EEA8E6B7
>>>>>>
>>>>>> SHA512:
>>>>>> mod_perl-2.0.13-rc1.tar.gz: 15EA2E30 B5BE0B76 7E49FC46 20F93AA0 FF4E9EBA
>>>>>> 03E7EDFD 64166223 5C1E652B B3C1CB69 CB60DF33
>>>>>> C64121C5 C74F3ABB A9ACDB6B 19E9B19A 46790DFE
>>>>>> 015C77C9
>>>>>>
>>>>>> Major changes in this release are as follows:
>>>>>>
>>>>>> Use get_server_banner() instead of deprecated get_server_version() in
>>>>>> Apache2::Status. [Petr Písa? <ppisar@redhat.com]
>>>>>>
>>>>>> Avoid generating APR precompiled headers. [Sam James <sam@gentoo.org>]
>>>>>>
>>>>>> Fix build for perl >= 5.37.1. [Jitka Plesnikova <jplesnik@redhat.com>]
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>>>>>> For additional commands, e-mail: dev-help@perl.apache.org
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>>>>> For additional commands, e-mail: dev-help@perl.apache.org
>>>>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org