[Bug 68117] Latest development in native/apache-2.0/Makefile.in causes linking problem

2023-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68117 Rainer Jung changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

(tomcat) branch main updated: Increment version for next development cycle

2023-11-10 Thread markt
This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 085f90bab7 Increment version for next development

(tomcat-connectors) branch main updated: BZ 68117: Fix typo and escaping in libtool flag introduced in 1.2.49.

2023-11-10 Thread rjung
This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push: new ecd005d07 BZ 68117: Fix typo and escaping

[Bug 68117] Latest development in native/apache-2.0/Makefile.in causes linking problem

2023-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68117 --- Comment #1 from Rainer Jung --- Thanks for the patch. Fixed in GH ecd005d (BZ 68117: Fix typo and escaping in libtool flag introduced in 1.2.49.). -- You are receiving this mail because: You are the assignee for the bug.

(tomcat) branch 10.1.x updated: Update OWB version numbers

2023-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 7fd1db820b Update OWB version numbers 7fd1db820b

(tomcat) branch main updated: Add EL

2023-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 3cad8cc459 Add EL 3cad8cc459 is described below

(tomcat) branch main updated: More version numbers update

2023-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new f04555fac9 More version numbers update f04555fac9 is

(tomcat) 01/01: Tag 10.1.16

2023-11-10 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 10.1.16 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit db45aa20e1686827aa49a9062c775d266ef061d7 Author: schultz AuthorDate: Fri Nov 10 08:27:33 2023 -0800 Tag 10.1.16 ---

(tomcat) tag 10.1.16 created (now db45aa20e1)

2023-11-10 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 10.1.16 in repository https://gitbox.apache.org/repos/asf/tomcat.git at db45aa20e1 (commit) This tag includes the following new commits: new db45aa20e1 Tag 10.1.16 The 1 revisions

Re: [VOTE] Release Apache Tomcat 8.5.99

2023-11-10 Thread Mark Thomas
Maybe re-issue this vote with the correct subject? Mark On 10/11/2023 16:09, Christopher Schultz wrote: The proposed Apache Tomcat 8.5.96 release is now available for voting. The notable changes compared to 8.5.95 are: - Fix reloading TLS configuration could cause the Connector to   refuse

Re: (tomcat-connectors) branch main updated: BZ 68117: Fix typo and escaping in libtool flag introduced in 1.2.49.

2023-11-10 Thread Mark Thomas
On 10/11/2023 10:38, rj...@apache.org wrote: This is an automated email from the ASF dual-hosted git repository. rjung pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git The following commit(s) were added to refs/heads/main by this push:

Re: (tomcat-connectors) branch main updated: BZ 68117: Fix typo and escaping in libtool flag introduced in 1.2.49.

2023-11-10 Thread Rainer Jung
I am not sure. For the escaping: I did not observe a problem with and without the escaping part. But I liked the additional safety net. Concerning the wrong flag name in Makefile: unfortunately of the two makefiles apache-2.0/Makefile and apache-2.0/Makefile.apxs the first one is the one

[Bug 66005] Apache crashes, if there is a tomcat server, which can not be resolved

2023-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66005 --- Comment #33 from Rainer Jung --- Unfortunately apache-2.0/Makefile.in contains a type, the flag was named -export-symbols-regexp instead of -export-symbols-regex (no "p" at the end of the flag name). To make this fix work, one has to fix

(tomcat) branch main updated: Update OWB version numbers

2023-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 4b456a5fb6 Update OWB version numbers 4b456a5fb6 is

(tomcat) tag 8.5.96 created (now e9630c1fad)

2023-11-10 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to tag 8.5.96 in repository https://gitbox.apache.org/repos/asf/tomcat.git at e9630c1fad (commit) This tag includes the following new commits: new e9630c1fad Tag 8.5.96 The 1 revisions

(tomcat) 01/01: Tag 8.5.96

2023-11-10 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to tag 8.5.96 in repository https://gitbox.apache.org/repos/asf/tomcat.git commit e9630c1fad9a72e7394872a2aeeb73627f821b6c Author: schultz AuthorDate: Fri Nov 10 07:18:17 2023 -0800 Tag 8.5.96 ---

Re: Release build JDK

2023-11-10 Thread Mark Thomas
Java 21 for release should be fine. The only hard requirement is that it supports the appropriate release target. Mark On 10/11/2023 14:40, Christopher Schultz wrote: All, I see that the builds of 10.1.x require Java 17 or later. Is it okay to use Java 21 for that purpose, or is there a

(tomcat) branch 8.5.x updated: Increment version numbers for next release.

2023-11-10 Thread schultz
This is an automated email from the ASF dual-hosted git repository. schultz 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 f8608d3bed Increment version numbers for next

Release build JDK

2023-11-10 Thread Christopher Schultz
All, I see that the builds of 10.1.x require Java 17 or later. Is it okay to use Java 21 for that purpose, or is there a reason to use Java 17 specifically? -chris - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

(tomcat) branch main updated: Make strings different from tomcat-native

2023-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/main by this push: new 677e1cca46 Make strings different from tomcat-native

(tomcat) branch 10.1.x updated: Add EL

2023-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new 85525b5bb7 Add EL 85525b5bb7 is described below

(tomcat) branch 10.1.x updated: More version numbers update

2023-11-10 Thread remm
This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git The following commit(s) were added to refs/heads/10.1.x by this push: new b1f1fccf09 More version numbers update b1f1fccf09

svn commit: r65203 [1/2] - in /dev/tomcat/tomcat-8/v8.5.96: ./ bin/ bin/embed/ bin/extras/ src/

2023-11-10 Thread schultz
Author: schultz Date: Fri Nov 10 15:24:01 2023 New Revision: 65203 Log: Upload 8.5.96 for voting Added: dev/tomcat/tomcat-8/v8.5.96/ dev/tomcat/tomcat-8/v8.5.96/KEYS dev/tomcat/tomcat-8/v8.5.96/README.html dev/tomcat/tomcat-8/v8.5.96/RELEASE-NOTES

svn commit: r65203 [2/2] - in /dev/tomcat/tomcat-8/v8.5.96: ./ bin/ bin/embed/ bin/extras/ src/

2023-11-10 Thread schultz
Added: dev/tomcat/tomcat-8/v8.5.96/bin/extras/catalina-ws.jar.asc == --- dev/tomcat/tomcat-8/v8.5.96/bin/extras/catalina-ws.jar.asc (added) +++ dev/tomcat/tomcat-8/v8.5.96/bin/extras/catalina-ws.jar.asc Fri Nov 10

Re: [VOTE] Release Apache Tomcat 11.0.0-M14

2023-11-10 Thread Konstantin Kolinko
чт, 9 нояб. 2023 г. в 22:58, Mark Thomas : > > The proposed Apache Tomcat 11.0.0-M14 release is now available for > voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M14/ > > The Maven staging repo is: >

svn commit: r65208 - in /dev/tomcat/tomcat-11/v11.0.0-M14/bin: apache-tomcat-11.0.0-M14-windows-x64.zip.asc apache-tomcat-11.0.0-M14.tar.gz.asc apache-tomcat-11.0.0-M14.zip.asc

2023-11-10 Thread kkolinko
Author: kkolinko Date: Sat Nov 11 01:34:12 2023 New Revision: 65208 Log: Add missing signature files. These are taken from org.apache.tomcat:tomcat artifact at maven staging repository for Release candidate. Added:

Re: [VOTE] Release Apache Tomcat 11.0.0-M14

2023-11-10 Thread Konstantin Kolinko
сб, 11 нояб. 2023 г. в 03:09, Konstantin Kolinko : > > чт, 9 нояб. 2023 г. в 22:58, Mark Thomas : > > > > The proposed Apache Tomcat 11.0.0-M14 release is now available for > > voting. > > > > It can be obtained from: > > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-11/v11.0.0-M14/ > > > >

Re: [VOTE] Release Apache Tomcat 11.0.0-M14

2023-11-10 Thread Dimitris Soumis
+1 Tests pass on Fedora 38 with Java 21. On Thu, Nov 9, 2023 at 10:08 PM Mark Thomas wrote: > The proposed Apache Tomcat 11.0.0-M14 release is now available for > voting. > > Apache Tomcat 11.0.0-M14 is a milestone release of the 11.0.x branch and > has been made to provide users with early

[VOTE] Release Apache Tomcat 8.5.99

2023-11-10 Thread Christopher Schultz
The proposed Apache Tomcat 8.5.96 release is now available for voting. The notable changes compared to 8.5.95 are: - Fix reloading TLS configuration could cause the Connector to refuse new connections or the JVM to crash. - Ensure that an IOException during the reading of the request

Re: Running TC 10.1 unit tests with Java 11?

2023-11-10 Thread Rainer Jung
I just noticed the skip.build.java.version part, sorry for the noise. Am 11.11.23 um 01:42 schrieb Rainer Jung: It seems we can now only run TC 10.1 unit tests using Java 17? I'd like to also run them with Java versions for which TC itself is supported, so for TC 10.1 with Java 11. Is that

[Bug 68124] New: Outdated sample.war artifact

2023-11-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68124 Bug ID: 68124 Summary: Outdated sample.war artifact Product: Tomcat 10 Version: 10.1.15 Hardware: All OS: All Status: NEW Severity: trivial

[VOTE] Release Apache Tomcat 10.1.16

2023-11-10 Thread Christopher Schultz
The proposed Apache Tomcat 10.1.16 release is now available for voting. The notable changes compared to 10.1.15 are: - Fix reloading TLS configuration could cause the Connector to refuse new connections or the JVM to crash. - Ensure that an IOException during the reading of the request

Re: [VOTE] Release Apache Tomcat 9.0.83

2023-11-10 Thread Dimitris Soumis
+1 All tests pass on Fedora 38 with Java 21, tcnative-1.2.39, apr-1.7.4, openssl-3.1.4. On Fri, Nov 10, 2023 at 12:22 AM Rémy Maucherat wrote: > The proposed Apache Tomcat 9.0.83 release is now available for voting. > > The notable changes compared to 9.0.82 are: > > - Fix reloading TLS

Re: [VOTE] Release Apache Tomcat 10.1.16

2023-11-10 Thread Christopher Schultz
All, On 11/10/23 3:00 PM, Christopher Schultz wrote: The proposed Apache Tomcat 10.1.16 release is now available for voting. The notable changes compared to 10.1.15 are: - Fix reloading TLS configuration could cause the Connector to   refuse new connections or the JVM to crash. - Ensure

svn commit: r65206 - in /dev/tomcat/tomcat-10/v10.1.16: ./ bin/ bin/embed/ src/

2023-11-10 Thread schultz
Author: schultz Date: Fri Nov 10 19:55:53 2023 New Revision: 65206 Log: Upload Tomcat 10.1.16 for testing. Added: dev/tomcat/tomcat-10/v10.1.16/ dev/tomcat/tomcat-10/v10.1.16/KEYS dev/tomcat/tomcat-10/v10.1.16/README.html dev/tomcat/tomcat-10/v10.1.16/RELEASE-NOTES

Re: [VOTE] Release Apache Tomcat 8.5.99... er, .96

2023-11-10 Thread Christopher Schultz
Mark, On 11/10/23 12:17, Mark Thomas wrote: Maybe re-issue this vote with the correct subject? ;) Thanks -chris On 10/11/2023 16:09, Christopher Schultz wrote: The proposed Apache Tomcat 8.5.96 release is now available for voting. The notable changes compared to 8.5.95 are: - Fix

[VOTE] Release Apache Tomcat 8.5.96

2023-11-10 Thread Christopher Schultz
The proposed Apache Tomcat 8.5.96 release is now available for voting. The notable changes compared to 8.5.95 are: - Fix reloading TLS configuration could cause the Connector to refuse new connections or the JVM to crash. - Ensure that an IOException during the reading of the request