svn commit: r1711583 - /tomcat/native/trunk/native/src/ssl.c

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 10:04:26 2015 New Revision: 1711583 URL: http://svn.apache.org/viewvc?rev=1711583=rev Log: Fix compiler warning: remove unused variable. Modified: tomcat/native/trunk/native/src/ssl.c Modified: tomcat/native/trunk/native/src/ssl.c URL:

svn commit: r1711587 - /tomcat/native/trunk/README.txt

2015-10-31 Thread fschumacher
Author: fschumacher Date: Sat Oct 31 10:24:44 2015 New Revision: 1711587 URL: http://svn.apache.org/viewvc?rev=1711587=rev Log: Java 1.8 is needed for compilation with ant Modified: tomcat/native/trunk/README.txt Modified: tomcat/native/trunk/README.txt URL:

svn commit: r1711619 - /tomcat/native/branches/1.1.x/native/build/rpm/tcnative.spec.in

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 12:26:41 2015 New Revision: 1711619 URL: http://svn.apache.org/viewvc?rev=1711619=rev Log: It seems we still want to support APR 1.2.x for tcnative 1.1.x. Modified: tomcat/native/branches/1.1.x/native/build/rpm/tcnative.spec.in Modified:

svn commit: r1711621 - /tomcat/native/trunk/native/BUILDING

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 12:27:37 2015 New Revision: 1711621 URL: http://svn.apache.org/viewvc?rev=1711621=rev Log: Add a note on required libraries and versions. Modified: tomcat/native/trunk/native/BUILDING Modified: tomcat/native/trunk/native/BUILDING URL:

svn commit: r1711620 - /tomcat/native/trunk/native/build/rpm/tcnative.spec.in

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 12:27:15 2015 New Revision: 1711620 URL: http://svn.apache.org/viewvc?rev=1711620=rev Log: It seems we still want to support APR 1.4 for tcnative trunk (=1.2.x). Modified: tomcat/native/trunk/native/build/rpm/tcnative.spec.in Modified:

svn commit: r1711604 - /tomcat/native/trunk/native/BUILDING

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 11:49:51 2015 New Revision: 1711604 URL: http://svn.apache.org/viewvc?rev=1711604=rev Log: We are still at library version 1. Modified: tomcat/native/trunk/native/BUILDING Modified: tomcat/native/trunk/native/BUILDING URL:

svn commit: r1711610 - in /tomcat/native/branches/1.1.x: ./ native/build/rpm/tcnative.spec.in

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 12:11:40 2015 New Revision: 1711610 URL: http://svn.apache.org/viewvc?rev=1711610=rev Log: Try to fix apr version dependency expression in tcnative RPM spec file. Backport of r1711609 from trunk. Modified: tomcat/native/branches/1.1.x/ (props changed)

[GUMP@vmgump]: Project tomcat-trunk-test-apr (in module tomcat-trunk) failed

2015-10-31 Thread Bill Barker
/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151031-native-src.tar.gz -Dexamples.sources.skip=true -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar -Dtest.apr.loc=/srv/gump/public/workspace/tomcat-native-trunk/dest-20151031/lib -Dtest.relaxTiming=true

Re: [VOTE] Release Apache Tomcat Native 1.2.0

2015-10-31 Thread Rémy Maucherat
2015-10-31 9:10 GMT+01:00 Mark Thomas : > > Essentially, > > > > [junit] Caused by: java.lang.NoSuchMethodError: sniCallBack > > [junit] at org.apache.tomcat.jni.SSLContext.make(Native Method) > > Ah, yes, ok, native 1.2 assumes SNI, and the old Java classes

svn commit: r1711609 - /tomcat/native/trunk/native/build/rpm/tcnative.spec.in

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 12:09:41 2015 New Revision: 1711609 URL: http://svn.apache.org/viewvc?rev=1711609=rev Log: Try to fix apr version dependency expression in tcnative RPM spec file. Modified: tomcat/native/trunk/native/build/rpm/tcnative.spec.in Modified:

svn commit: r1711591 - /tomcat/native/trunk/native/buildconf

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 10:48:35 2015 New Revision: 1711591 URL: http://svn.apache.org/viewvc?rev=1711591=rev Log: buildconf updates: - don't use "test" when not needed - indent "case" - add some checks for contents needed in apr source directory - add success check for gen-build.py -

svn commit: r1711593 - in /tomcat/native/branches/1.1.x: ./ native/buildconf

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 11:11:25 2015 New Revision: 1711593 URL: http://svn.apache.org/viewvc?rev=1711593=rev Log: buildconf updates: - don't use "test" when not needed - indent "case" - add some checks for contents needed in apr source directory - add success check for gen-build.py -

svn commit: r1711599 - in /tomcat/native/branches/1.1.x: ./ native/tcnative.pc.in

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 11:36:50 2015 New Revision: 1711599 URL: http://svn.apache.org/viewvc?rev=1711599=rev Log: Fix "wrong" version variable for APR. The result was correct in effect, but wrong in how it was obtained. Backport of r1681306 from trunk. Modified:

Re: [VOTE] Release Apache Tomcat Native 1.2.0

2015-10-31 Thread Mark Thomas
On 31 October 2015 09:33:36 GMT+00:00, "Rémy Maucherat" wrote: >2015-10-31 9:10 GMT+01:00 Mark Thomas : > >> > Essentially, >> > >> > [junit] Caused by: java.lang.NoSuchMethodError: sniCallBack >> > [junit] at

Re: [VOTE] Release Apache Tomcat Native 1.2.0

2015-10-31 Thread Mark Thomas
On 31/10/2015 02:15, Konstantin Kolinko wrote: > 2015-10-22 13:47 GMT+03:00 Mark Thomas : >> Version 1.2.0 includes the following changes: >> - Windows binaries built with APR 1.5.1 and OpenSSL 1.0.2d >> - ALPN support >> >> The proposed release artefacts can be found at [1], >>

svn commit: r1711584 - /tomcat/native/trunk/native/src/sslutils.c

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 10:05:17 2015 New Revision: 1711584 URL: http://svn.apache.org/viewvc?rev=1711584=rev Log: Add a note about a compiler warning concerning use of uninitialized variables. Don't know how to fix right now. Modified: tomcat/native/trunk/native/src/sslutils.c

svn commit: r1711585 - /tomcat/native/trunk/jnirelease.sh

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 10:14:22 2015 New Revision: 1711585 URL: http://svn.apache.org/viewvc?rev=1711585=rev Log: Files "KEYS" and "download_deps.sh" were removed twice from Unix/Linux sources instead once from those and once from Win sources. Modified:

svn commit: r1711603 - in /tomcat/native/trunk/native: libtcnative.dsp os/win32/libtcnative.rc tcnative.dsp

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 11:43:27 2015 New Revision: 1711603 URL: http://svn.apache.org/viewvc?rev=1711603=rev Log: tcnative trunk is a 1.2.x branch, so the dll major version is still 1. Modified: tomcat/native/trunk/native/libtcnative.dsp

svn commit: r1711606 - /tomcat/native/branches/1.1.x/native/build/rpm/tcnative.spec.in

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 11:58:19 2015 New Revision: 1711606 URL: http://svn.apache.org/viewvc?rev=1711606=rev Log: Typo in spec file changelog. Modified: tomcat/native/branches/1.1.x/native/build/rpm/tcnative.spec.in Modified:

svn commit: r1711607 - /tomcat/native/trunk/native/build/rpm/tcnative.spec.in

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 11:58:53 2015 New Revision: 1711607 URL: http://svn.apache.org/viewvc?rev=1711607=rev Log: Fix tcn version number in trunk spec file. Modified: tomcat/native/trunk/native/build/rpm/tcnative.spec.in Modified:

svn commit: r1711626 - in /tomcat/native/branches/1.1.x: ./ xdocs/miscellaneous/changelog.xml xdocs/style.xsl

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 12:49:07 2015 New Revision: 1711626 URL: http://svn.apache.org/viewvc?rev=1711626=rev Log: Try to make the changelog.xml served by SVN-HTTP viewable in a browser. As Konstantin Kolinko mentioned in http://markmail.org/message/6dnqc57hqld7ohzm, this probably will

svn commit: r1711627 - /tomcat/native/branches/1.1.x/xdocs/miscellaneous/project.xml

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 12:51:21 2015 New Revision: 1711627 URL: http://svn.apache.org/viewvc?rev=1711627=rev Log: Fix broken menu item introduced in 1669770. Modified: tomcat/native/branches/1.1.x/xdocs/miscellaneous/project.xml Modified:

[Bug 58566] NoSuchMethodError and JVM crash when running HTTPS test with Tomcat 7 (o.a.t.util.net.TestSsl)

2015-10-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58566 Mark Thomas changed: What|Removed |Added OS||All --- Comment #3

Re: svn commit: r1711591 - /tomcat/native/trunk/native/buildconf

2015-10-31 Thread Rainer Jung
Am 31.10.2015 um 16:29 schrieb Konstantin Kolinko: 2015-10-31 13:48 GMT+03:00 : Author: rjung Date: Sat Oct 31 10:48:35 2015 New Revision: 1711591 URL: http://svn.apache.org/viewvc?rev=1711591=rev Log: buildconf updates: - don't use "test" when not needed - indent "case" -

[Bug 58566] NoSuchMethodError and JVM crash when running HTTPS test with Tomcat 7 (o.a.t.util.net.TestSsl)

2015-10-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58566 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

svn commit: r1711673 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

2015-10-31 Thread markt
Author: markt Date: Sat Oct 31 19:09:07 2015 New Revision: 1711673 URL: http://svn.apache.org/viewvc?rev=1711673=rev Log: Update changelog Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml URL:

Re: Plan for Tomcat native 1.2.1

2015-10-31 Thread Rémy Maucherat
2015-10-31 20:17 GMT+01:00 Mark Thomas : > Given the issues with 1.2.0, I'd like to get 1.2.1 out sooner rather > than later and then use that with 9.0.0.RC1. > > I think all the issues discovered so far have been fixed. If you know of > one that hasn't, please speak up. > >

svn commit: r1711667 - in /tomcat/native/trunk/native: ./ src/sslcontext.c

2015-10-31 Thread markt
Author: markt Date: Sat Oct 31 18:57:58 2015 New Revision: 1711667 URL: http://svn.apache.org/viewvc?rev=1711667=rev Log: Update ignores Modified: tomcat/native/trunk/native/ (props changed) tomcat/native/trunk/native/src/sslcontext.c Propchange: tomcat/native/trunk/native/

svn propchange: r1711667 - svn:log

2015-10-31 Thread markt
Author: markt Revision: 1711667 Modified property: svn:log Modified: svn:log at Sat Oct 31 19:02:46 2015 -- --- svn:log (original) +++ svn:log Sat Oct 31 19:02:46 2015 @@ -1 +1,3 @@ +Fix

Plan for Tomcat native 1.2.1

2015-10-31 Thread Mark Thomas
Given the issues with 1.2.0, I'd like to get 1.2.1 out sooner rather than later and then use that with 9.0.0.RC1. I think all the issues discovered so far have been fixed. If you know of one that hasn't, please speak up. Also, don't forget to update the changelog for the fixes you have made.

svn commit: r1711668 - /tomcat/native/trunk/native/build/

2015-10-31 Thread markt
Author: markt Date: Sat Oct 31 18:59:59 2015 New Revision: 1711668 URL: http://svn.apache.org/viewvc?rev=1711668=rev Log: Update ignores Modified: tomcat/native/trunk/native/build/ (props changed) Propchange: tomcat/native/trunk/native/build/

svn commit: r1711670 - in /tomcat/native/trunk/native: include/tcn_version.h os/win32/libtcnative.rc

2015-10-31 Thread markt
Author: markt Date: Sat Oct 31 19:05:32 2015 New Revision: 1711670 URL: http://svn.apache.org/viewvc?rev=1711670=rev Log: Update version to 1.2.1 Modified: tomcat/native/trunk/native/include/tcn_version.h tomcat/native/trunk/native/os/win32/libtcnative.rc Modified:

svn commit: r1711675 - /tomcat/native/trunk/native/src/sslcontext.c

2015-10-31 Thread markt
Author: markt Date: Sat Oct 31 19:13:13 2015 New Revision: 1711675 URL: http://svn.apache.org/viewvc?rev=1711675=rev Log: Fix comment typos Modified: tomcat/native/trunk/native/src/sslcontext.c Modified: tomcat/native/trunk/native/src/sslcontext.c URL:

svn commit: r1711677 - /tomcat/native/trunk/

2015-10-31 Thread markt
Author: markt Date: Sat Oct 31 19:14:02 2015 New Revision: 1711677 URL: http://svn.apache.org/viewvc?rev=1711677=rev Log: Update ignores Modified: tomcat/native/trunk/ (props changed) Propchange: tomcat/native/trunk/

Re: Plan for Tomcat native 1.2.1

2015-10-31 Thread Konstantin Kolinko
2015-10-31 22:17 GMT+03:00 Mark Thomas : > Given the issues with 1.2.0, I'd like to get 1.2.1 out sooner rather > than later and then use that with 9.0.0.RC1. > > I think all the issues discovered so far have been fixed. If you know of > one that hasn't, please speak up. I think

buildbot exception in ASF Buildbot on tomcat-7-trunk

2015-10-31 Thread buildbot
The Buildbot has detected a build exception on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/134 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The

svn commit: r1711642 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/config/filter.xml

2015-10-31 Thread violetagg
Author: violetagg Date: Sat Oct 31 14:44:18 2015 New Revision: 1711642 URL: http://svn.apache.org/viewvc?rev=1711642=rev Log: Merged revision 1709960 from tomcat/trunk: Remove extra white spaces Modified: tomcat/tc7.0.x/trunk/ (props changed)

svn commit: r1711641 - in /tomcat/tc8.0.x/trunk: ./ webapps/docs/config/filter.xml

2015-10-31 Thread violetagg
Author: violetagg Date: Sat Oct 31 14:43:19 2015 New Revision: 1711641 URL: http://svn.apache.org/viewvc?rev=1711641=rev Log: Merged revision 1709960 from tomcat/trunk: Remove extra white spaces Modified: tomcat/tc8.0.x/trunk/ (props changed)

Re: svn commit: r1711591 - /tomcat/native/trunk/native/buildconf

2015-10-31 Thread Konstantin Kolinko
2015-10-31 13:48 GMT+03:00 : > Author: rjung > Date: Sat Oct 31 10:48:35 2015 > New Revision: 1711591 > > URL: http://svn.apache.org/viewvc?rev=1711591=rev > Log: > buildconf updates: > - don't use "test" when not needed > - indent "case" > - add some checks for contents needed

svn commit: r1711652 - in /tomcat/native/branches/1.1.x: ./ native/buildconf

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 16:37:36 2015 New Revision: 1711652 URL: http://svn.apache.org/viewvc?rev=1711652=rev Log: Fix typo in new shell expression. Thanks Konstantin. Backport of r1711651 from trunk. Modified: tomcat/native/branches/1.1.x/ (props changed)

svn commit: r1711651 - /tomcat/native/trunk/native/buildconf

2015-10-31 Thread rjung
Author: rjung Date: Sat Oct 31 16:36:10 2015 New Revision: 1711651 URL: http://svn.apache.org/viewvc?rev=1711651=rev Log: Fix typo in new shell expression. Thanks Konstantin. Modified: tomcat/native/trunk/native/buildconf Modified: tomcat/native/trunk/native/buildconf URL:

[GUMP@vmgump]: Project tomcat-native-make (in module tomcat-native) failed

2015-10-31 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-native-make has an issue affecting its community integration. This