Mark,

On 5/5/13 6:44 AM, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.40 release is now available for voting.
> 
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.40/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-001/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_40/
> 
> The proposed 7.0.40 release is:
> [ ] Broken - do not release
> [+] Stable - go ahead and release as 7.0.40 Stable

Tested successfully with development webapps. Also:

- ZIP and tarball are the same
- GPG sigs check-out
- Java code builds
- tcnative builds cleanly (a few warnings, see below)
- Unit tests build
- "Validate" target shows no warnings (though checkstyle is not run for
some reason -- I'll investigate)
- Tribes unit tests do not pass for me (additional setup needed? This is
not unusual for me to have these tests fail)
- Other unit tests pass (BIO, NIO, APR).

For those curious about such things, the whole automated build-and-test
process took about 30 minutes on my "m1.large" EC2 instance that is
under light use during the whole process.

Thanks,
-chris

tcnative compiler warnings (note: compiler is "gcc (Debian 4.7.2-5)
4.7.2" on Debian Linux x86-64, OpenSSL is "OpenSSL 1.0.1e 11 Feb 2013"
and APR is 1.4.6):

src/sslcontext.c: In function 'Java_org_apache_tomcat_jni_SSLContext_make':
src/sslcontext.c:77:17: warning: implicit declaration of function
'SSLv2_client_method' [-Wimplicit-function-declaration]
src/sslcontext.c:77:17: warning: passing argument 1 of 'SSL_CTX_new'
makes pointer from integer without a cast [enabled by default]
In file included from
/home/cschultz/projects/apache-tomcat/tarball/apache-tomcat-7.0.40-src/output/build/bin/native/tomcat-native-1.1.27-src/jni/native/include/ssl_private.h:43:0,
                 from src/sslcontext.c:30:
/usr/include/openssl/ssl.h:1664:10: note: expected 'const struct
SSL_METHOD *' but argument is of type 'int'
src/sslcontext.c:79:17: warning: implicit declaration of function
'SSLv2_server_method' [-Wimplicit-function-declaration]
src/sslcontext.c:79:17: warning: passing argument 1 of 'SSL_CTX_new'
makes pointer from integer without a cast [enabled by default]
In file included from
/home/cschultz/projects/apache-tomcat/tarball/apache-tomcat-7.0.40-src/output/build/bin/native/tomcat-native-1.1.27-src/jni/native/include/ssl_private.h:43:0,
                 from src/sslcontext.c:30:
/usr/include/openssl/ssl.h:1664:10: note: expected 'const struct
SSL_METHOD *' but argument is of type 'int'
src/sslcontext.c:81:17: warning: implicit declaration of function
'SSLv2_method' [-Wimplicit-function-declaration]
src/sslcontext.c:81:17: warning: passing argument 1 of 'SSL_CTX_new'
makes pointer from integer without a cast [enabled by default]
In file included from
/home/cschultz/projects/apache-tomcat/tarball/apache-tomcat-7.0.40-src/output/build/bin/native/tomcat-native-1.1.27-src/jni/native/include/ssl_private.h:43:0,
                 from src/sslcontext.c:30:
/usr/include/openssl/ssl.h:1664:10: note: expected 'const struct
SSL_METHOD *' but argument is of type 'int'

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to