Re: [VOTE] Release Apache Tomcat Native 1.2.36

2023-02-13 Thread Mark Thomas

On 08/02/2023 16:43, Mark Thomas wrote:

The Apache Tomcat Native 1.2.36 release is
  [X] Stable, go ahead and release
  [ ] Broken because of ...


Builds on Linux, MacOS (M1), MacOS (Intel) and Windows.

Tomcat 9.0.x tests pass on Windows with pre-built binary.

Tomcat 9.0.x tests pass on Linux, Windows and 2x MacOS with locally 
built binaries.


Mark

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat Native 1.2.36

2023-02-10 Thread Vasileios Mourikis
[X] Stable, go ahead and release

+1

Fedora 35

On Fri, Feb 10, 2023 at 4:26 PM Rémy Maucherat  wrote:

> On Wed, Feb 8, 2023 at 5:43 PM Mark Thomas  wrote:
> >
> > Version 1.2.36 includes the following changes compared to 1.2.35
> >
> > - The windows binaries in this release have been built with OpenSSL
> >1.1.1t and APR 1.7.2
> >
> > The proposed release artefacts can be found at [1],
> > and the build was done using tag [2].
> >
> > The Apache Tomcat Native 1.2.36 release is
> >   [X] Stable, go ahead and release
> >   [ ] Broken because of ...
>
> Rémy
>
> > Thanks,
> >
> > Mark
> >
> >
> > [1]
> >
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/native/1.2.36
> > [2]
> >
> https://gitbox.apache.org/repos/asf?p=tomcat-native.git;a=commit;h=e6225d0d07dc8d89df7c49a10c67b46575e1a755
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: dev-h...@tomcat.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


Re: [VOTE] Release Apache Tomcat Native 1.2.36

2023-02-10 Thread Rémy Maucherat
On Wed, Feb 8, 2023 at 5:43 PM Mark Thomas  wrote:
>
> Version 1.2.36 includes the following changes compared to 1.2.35
>
> - The windows binaries in this release have been built with OpenSSL
>1.1.1t and APR 1.7.2
>
> The proposed release artefacts can be found at [1],
> and the build was done using tag [2].
>
> The Apache Tomcat Native 1.2.36 release is
>   [X] Stable, go ahead and release
>   [ ] Broken because of ...

Rémy

> Thanks,
>
> Mark
>
>
> [1]
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/native/1.2.36
> [2]
> https://gitbox.apache.org/repos/asf?p=tomcat-native.git;a=commit;h=e6225d0d07dc8d89df7c49a10c67b46575e1a755
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



Re: [VOTE] Release Apache Tomcat Native 1.2.36

2023-02-10 Thread Dimitris Soumis
[X] Stable, go ahead and release

+1 for stable release

All unit tests pass on Fedora 36.

Builds with deprecation warnings.
gcc version 12.2.1
apr version 1.7.2
openssl version 3.0.8

On Wed, Feb 8, 2023 at 6:50 PM Mark Thomas  wrote:

> Version 1.2.36 includes the following changes compared to 1.2.35
>
> - The windows binaries in this release have been built with OpenSSL
>1.1.1t and APR 1.7.2
>
> The proposed release artefacts can be found at [1],
> and the build was done using tag [2].
>
> The Apache Tomcat Native 1.2.36 release is
>   [ ] Stable, go ahead and release
>   [ ] Broken because of ...
>
> Thanks,
>
> Mark
>
>
> [1]
>
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/native/1.2.36
> [2]
>
> https://gitbox.apache.org/repos/asf?p=tomcat-native.git;a=commit;h=e6225d0d07dc8d89df7c49a10c67b46575e1a755
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>


Re: [VOTE] Release Apache Tomcat Native 1.2.36

2023-02-09 Thread Christopher Schultz

Mark,

Thanks for RMing.

On 2/8/23 11:43, Mark Thomas wrote:

Version 1.2.36 includes the following changes compared to 1.2.35

- The windows binaries in this release have been built with OpenSSL
   1.1.1t and APR 1.7.2

The proposed release artefacts can be found at [1],
and the build was done using tag [2].

The Apache Tomcat Native 1.2.36 release is
  [X] Stable, go ahead and release
  [ ] Broken because of ...


+1 for stable release

All unit tests pass on Debian Linux. I did not run the tests on MacOS.

Some notes:

The README.txt file says that "ant test" is all that is required for 
testing. This is untrue, as it runs the java compiler which fails on 
many sources. This is unlikely to be a regression because we haven't 
used this project for its Java sources for a long time. It is not a 
blocker for release, but we might want to clean things up for the next 
release.


Builds without warnings on Debian Linux with gcc 10.2:
configure: APR 1.7.0 detected.
checking OpenSSL library version >= 1.0.2... ok
 (openssl version is 1.1.1n)

Builds without warnings on MacOS x86-64 with clang 12.0.5:
configure: APR 1.7.0 detected.
checking OpenSSL library version >= 1.0.2... ok
 (openssl version is 1.1.1s)

-chris

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org