Hi Jim,

2017-09-25 14:13 GMT+02:00 Jim Jagielski <j...@jagunet.com>:

> The pre-release test tarballs for Apache httpd
> version 2.4.28 can be found at the usual place:
>
>         http://httpd.apache.org/dev/dist/
>
> I'm calling a VOTE on releasing these as Apache httpd 2.4.28 GA.
>
> [ ] +1: Good to go
> [ ] +0: meh
> [ ] -1: Danger Will Robinson. And why.
>
> Vote will last the normal 72 hrs.
>
> NOTE: The *-deps are only there for convenience.
>

+1, tested on Debian Stretch with the latest svn for apr 1.6.x, all tests
are running fine.

One nit - got the following error while running the test suite:

t/apache/http_strict.t .. Undefined subroutine &main::need_min_apache_fix
called at t/apache/http_strict.t line 122

and patched with

-my $test_fold = need_min_apache_fix("2.2.33", "2.4.26", "2.5.0");
+my $test_fold = need_min_apache_version("2.2.33")
+                or need_min_apache_version("2.4.26")
+                or need_min_apache_version("2.5.0");

But since nobody is reporting the same problem it is probably an issue with
my testing environment.

Thanks for RMing!

Luca

Reply via email to