On 24/04/2020 21:10, Mark Thomas wrote:
> Version 1.2.24 includes the following changes compared to 1.2.23
>
> - Various improvements to the build process related to OpenSSL
>
> - Windows binaries built with OpenSSL 1.1.1g
>
> Various other fixes and improvements. See the changelog for details.
Version 1.2.24 includes the following changes compared to 1.2.23
- Various improvements to the build process related to OpenSSL
- Windows binaries built with OpenSSL 1.1.1g
Various other fixes and improvements. See the changelog for details.
The proposed release artefacts can be found at [1],
a
Author: markt
Date: Fri Apr 24 20:06:07 2020
New Revision: 39107
Log:
Upload Tomcat Native 1.2.24 for voting
Added:
dev/tomcat/tomcat-connectors/native/1.2.24/
dev/tomcat/tomcat-connectors/native/1.2.24/binaries/
dev/tomcat/tomcat-connectors/native/1.2.24/binaries/tomcat-native-1.2.2
Title: Message Title
There's 1 new edit on this page
Building the Tomcat Native Connector binaries for Windows
Mark Thomas edited this page
This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to tag 1.2.24
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git.
at 6196301 (commit)
This tag includes the following new commits:
new 6196301 Tag 1.2.24
The 1 revisions list
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to tag 1.2.24
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
commit 6196301af335a4ae230923d1d031b86db0f7335d
Author: Mark Thomas
AuthorDate: Fri Apr 24 20:24:44 2020 +0100
Tag 1.2.
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/master by this push:
new 97f8a0c Update building notes for Windows
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/master by this push:
new 3331388 Update to recommended versions
33
The Buildbot has detected a restored build on builder tomcat-trunk while
building tomcat. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/5142
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: asf946_ubuntu
Build Reason: The AnyBranchScheduler
On 24/04/2020 18:43, Michael Osipov wrote:
> Folks,
>
> has anyone ever built libtcnative with MinGW32? I have build (lib)curl a
> fair amount of times with ease with MinGW. Download all the SDK along
> with minimal VS is overkill for such a small lib.
> How do you build on Windows?
https://cwiki
Title: Message Title
There's 1 new edit on this page
Building the Tomcat Native Connector binaries for Windows
Mark Thomas edited this page
Folks,
has anyone ever built libtcnative with MinGW32? I have build (lib)curl a
fair amount of times with ease with MinGW. Download all the SDK along
with minimal VS is overkill for such a small lib.
How do you build on Windows? Is anyone interested in this? Should we
also consider building wi
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/master by this push:
new 1e4db35 Re-run update to pick up changes
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/master by this push:
new f0c206d Update release script to use 10.0
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 004603f Updated log message
004603f is described b
KangZhiDong opened a new pull request #285:
URL: https://github.com/apache/tomcat/pull/285
avoid waste of resources due to reconstruction of objects
This is an automated message from the Apache Git Service.
To respond to the
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 130de49 Updated log message
130de49 is described b
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 5ff19b9 Updated log message
5ff19b9 is described
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 3688ba1 Updated log message
3688ba1 is described b
markt-asf commented on pull request #277:
URL: https://github.com/apache/tomcat/pull/277#issuecomment-619147196
In an ideal world, anything in the Connection header should only be the
concern of the container. Historically that hasn't been possible due to broken
clients. The question is, a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Mark and Michael,
On 4/24/20 07:24, Michael Osipov wrote:
> Am 2020-04-24 um 08:57 schrieb Mark Thomas:
>> On 24/04/2020 00:45, Michael Osipov wrote:
>>> Folks,
>>>
>>> I run test from Tomcat master and libtcnative master on
>>> FreeBSD, RHEL 7 and
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Michael,
On 4/23/20 18:42, micha...@apache.org wrote:
> This is an automated email from the ASF dual-hosted git
> repository.
>
> michaelo pushed a commit to branch master in repository
> https://gitbox.apache.org/repos/asf/tomcat-native.git
>
>
> T
On 24/04/2020 12:24, Michael Osipov wrote:
> Am 2020-04-24 um 08:57 schrieb Mark Thomas:
>> I think we have several options:
>> - document the expectation more clearly so folks can more easily assess
>> these failures
>> - support using the vendor supported versions with the unit tests
>> - p
On 24/04/2020 16:15, Michael Osipov wrote:
> Am 2020-04-24 um 17:00 schrieb ma...@apache.org:
>> This is an automated email from the ASF dual-hosted git repository.
>>
>> markt pushed a commit to branch master
>> in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
>>
>>
>> The follo
Am 2020-04-24 um 17:00 schrieb ma...@apache.org:
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/master by this push:
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/master by this push:
new 3e3858b Fix accidental change
3e3858b is
This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/master by this push:
new 14aebf3 Update Java source to latest 10.0
michael-o commented on pull request #277:
URL: https://github.com/apache/tomcat/pull/277#issuecomment-619041883
@rmaucher The question is when is it justified for component or webapp code
to close the connection? Should a container solely decide to close the
connection?
-
rmaucher commented on pull request #277:
URL: https://github.com/apache/tomcat/pull/277#issuecomment-619026541
Indeed, there are two very legacy looking workarounds for brokeness in
spnego. One of them can be removed since using Java 8u40 is not reasonable
anymore. What about that connecti
Am 2020-04-24 um 08:57 schrieb Mark Thomas:
On 24/04/2020 00:45, Michael Osipov wrote:
Folks,
I run test from Tomcat master and libtcnative master on FreeBSD, RHEL 7
and HP-UX 11.31 on a regular basis and noticed that the OpenSSL 1.0.2
packages provided by Red Hat and HPE are modified which mak
30 matches
Mail list logo