On 15.07.2014 19:20, Jim Jagielski wrote:
The pre-release test tarballs for Apache httpd 2.4.10 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.10 GA.
[ ] +1: Good to go
[ ] +0: meh
[ ] -1: Danger Will Robinson. And why.
+1 to release, thanks for RMing.
In short: No regressions found, runs without problems on the ASF main
web sites.
Detailed report:
- Sigs and hashes OK
- contents of tarballs identical
- contents of tag and tarballs identical
except for expected deltas
(we could cleanup some m4 files in apr-util/xml/expat/conftools
at the end of buildconf, no regression)
Built on
- Solaris 8+10 Sparc as 32 Bit Binaries
- SLES 10 (32/64 Bits)
- SLES 11 (64 Bits)
- RHEL 5 and 6 (64 Bits)
- FreeBSD 9 64 Bits
- with default (shared) and static modules
- FreeBSD only shared
- with module sets none, few, most, all, reallyall and default
(always mod_privileges disabled, FreeBSD only "all")
- using --enable-load-all-modules (except FreeBSD)
- against "included" APR/APU from later removed deps tarball,
external APR/APU 1.5.1/1.5.3 (FreeBSD only bundled)
- using external libraries
- expat 2.1.0 (FreeBSD 2.0.1)
- pcre 8.35 (FreeBSD 8.32)
- openssl 1.0.1h
- lua 5.2.3 (not on FreeBSD)
- distcache 1.5.1 (not on FreeBSD)
- libxml2 2.9.1 (FreeBSD 2.8.0)
- Tool chain:
- platform gcc except for Solaris
(gcc 4.1.2 for Solaris 8 and 4.9.0 for Solaris 10)
- CFLAGS: -O2 -g -Wall -fno-strict-aliasing
(and -mpcu=v9 on Solaris)
All builds succeeded.
Tested for
- Solaris 8+10 (32), SLES 10 (32/64), SLES 11 (64), RHEL 5+6 (64),
on FreeBSD test not done with test suite, but on a live server
- MPMs prefork, worker, event (except for Solaris 8 - no event)
- default (shared) and static modules
- log levels info, debug and trace8
- module set reallyall (121 modules plus MPMs), "all", "most",
"few", "none" and default
Some combinations still run, but out of the about 970 finished
combinations until now, only the following test failures were seen:
a Test 5 in t/modules/dav.t:
15 runs had the "created" time after
the "modified" time.
This seems to be a system issue, all tests done on NFS,
many tested on virtualized guests.
Not a regression.
b Test 8 in t/ssl/pr12355.t:
2 runs failed this test,
(both on REHL 5 32 Bits).
PR 12355 is: POST incompatible w/ renegotiate https: connection
Not a regression.
c Various tests in t/apache/expr_string.t:
508 runs failed this test, (all except for one on Linux).
The failure is always on line 68, where the error_log contents
are checked.
Not a regression.
Regards,
Rainer