On 28.06.2011 19:27, Jim Jagielski wrote:
> The candidate tarballs for 2.3.13 are now available at:
>
> http://httpd.apache.org/dev/dist/
>
> I'm opening up a vote to release these as 2.3.13-beta, with
> a hope to push on for a quick GA after maybe another beta
> release in the near future.
>
> Cheers!
-1 to 2.3.13-beta.
Reason for -1:
LDAP_DECLARE undefined, ldap module does not build.
Fixed after 2.3.13 by Stefan (r1141201). All other problems were minor.
Detailed results:
- Sigs and hashes OK
- contents of tarballs identical
- contents of tag and tarballs identical
except for expected deltas
Build on Solaris 8+10 Sparc, SuSE 10 32 and 64, and RHEL 5 64
- with default static modules
- with module set reallyall
- against bundled APR/APU, external APR/APU 1.4.5/1.3.12 and apr trunk
- using expat 2.0.1, pcre 8.12, openssl 1.0.0d, lua 5.1.4
- Tool chain:
- platform gcc except for Solaris 8+10 (gcc 4.1.2)
- CFLAGS: -O2 -g -Wall -fno-strict-aliasing
(and -mpcu=v9 on Solaris)
Passed test framework on all those platforms for all available MPMs
(except simple)
- with shared modules using the "reallyall" module set
- needed to exclude mod_privileges
- with bundled APR/APU, external APR/APU 1.4.5/1.3.12 and apr trunk
Problems encountered:
- Missing definition for LDAP_DECLARE (r1141201)
- mod_privileges doesn't load:
[privileges:crit] [pid 11063] (1)Not owner: Error dropping privileges
Not yet analyzed.
- mod_socache_dc couldn't be build against a custom installed distcache
(no --with-distcache option). Fixed in r1142648.
- module set reallyall didn't exist for static builds.
Fixed in r1142623.
Regards,
Rainer