Am 05.03.2016 um 19:54 schrieb Rainer Jung:
Am 05.03.2016 um 19:18 schrieb Mark Thomas:
On 05/03/2016 09:23, Rainer Jung wrote:
Am 02.03.2016 um 14:43 schrieb Mark Thomas:
Version 1.2.4 includes the following changes:
- Report runtime rather than compile time version for OpenSSL
- Fixes to allow continued building with master
The proposed release artefacts can be found at [1],
and the build was done using tag [2].
The Apache Tomcat Native 1.2.5 is
[X] Stable, go ahead and release
[ ] Broken because of ...
+1 to release, thanks for RMing.
Detailed results especially about unit test failures see below. Nothing
really interesting for APR tests.
Next time we might build the binaries using APR 1.5.2 or whatever is
latest then.
As per [1], that isn't currently possible until the build is updated to
work with APR 1.5.2. I don't know how to do that and haven't yet had the
time to figure it out.
Mark
[1] http://markmail.org/message/zhyweb5zrsdd5zuz
Thanks for the info, that slipped my attention. I might have a look.
First impression:
- the build needs a generated file include/private/apr_escape_test_char.h
- the file is generated by first compiling and linking
tools/gen_test_char.c into a binary gen_test_char,
- then run gen_test_char and the output is the wanted file
include/private/apr_escape_test_char.h
- the source code gen_test_char.c is pretty simple and doesn't need any
non system includes, libraries etc. Its output should also not depend on
the details of the Windows version, so succeeding to build it once on
Windows one could also save the resulting
include/private/apr_escape_test_char.h and use it for doing the APR
Windows build. At least as a intermediate step. Of course it would be
nicer to include the header file generation directly in the NMAKEmakefile.
I'll have another look during the next days.
Rainer
-o tools/gen_test_char.lo -c
/shared/build/dev/httpd/sources/apr/1.5.x/r1730659/tools/gen_test_char.c
-no-install -o tools/gen_test_char tools/gen_test_char.lo -luuid
-lsendfile -lrt -lsocket -lnsl -lpthread
tools/gen_test_char >
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org