On Tue, Mar 4, 2025 at 9:25 PM Christopher Schultz <
ch...@christopherschultz.net> wrote:

> The proposed Apache Tomcat 10.1.39 release is now available for
> voting.
>
> All committers and PMC members are kindly requested to provide a vote if
> possible. ANY TOMCAT USER MAY VOTE, though only PMC members votes are
> binding. We welcome non-committer votes or comments on release builds.
>
> Note that 10.1.37 and 10.1.38 were not released due to packaging errors.
>
> The notable changes compared to 10.1.36 are:
>
> - Improve the checks for exposure to and protection against
>    CVE-2024-56337 so that reflection is not used unless required. The
>    checks for whether the file system is case sensitive or not have been
>    removed.
>
> - Use Transfer-Encoding for compression rather than Content-Encoding if
>    the client submits a TE header containing gzip.
>
> - Add makensis as an option for building the Installer for Windows on
>    non-Windows platforms.
>
> For full details, see the change log:
> https://nightlies.apache.org/tomcat/tomcat-10.1.x/docs/changelog.html
>
> Applications that run on Tomcat 9 and earlier will not run on Tomcat 10
> without changes. Java EE applications designed for Tomcat 9 and earlier
> may be placed in the $CATALINA_BASE/webapps-javaee directory and Tomcat
> will automatically convert them to Jakarta EE and copy them to the
> webapps directory.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-10/v10.1.38/
>
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-1539
>
> The tag is:
> https://github.com/apache/tomcat/tree/10.1.39
>
> https://github.com/apache/tomcat/commit/1e17b1d03591faa17a6eedeaeb3a9f9f7aac12fa
>
> Please reply with a +1 for release or +0/-0/-1 with an explanation.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>
Build is 100% reproducible with nsis.tool=makensis. I am getting an error
though if the nsis.tool=wine as it doesn't contain the latest build.xml
files with the fixes.
BUILD FAILED
/home/dsoumis/Downloads/apache-tomcat-10.1.39-src/build.xml:2632: Execute
failed: java.io.IOException: Cannot run program "${nsis.executable.unix}"
(in directory "/home/dsoumis/Downloads/apache-tomcat-10.1.39-src"):
error=2, No such file or directory
       at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1170)
       at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1089)
       at java.base/java.lang.Runtime.exec(Runtime.java:681)
       at
org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
       at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:424)
       at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:438)
       at
org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:660)
       at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:699)
       at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:527)
       at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:299)
       at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
       at java.base/java.lang.reflect.Method.invoke(Method.java:580)
       at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
       at org.apache.tools.ant.Task.perform(Task.java:350)
       at org.apache.tools.ant.Target.execute(Target.java:449)
       at org.apache.tools.ant.Target.performTasks(Target.java:470)
       at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
       at org.apache.tools.ant.Project.executeTarget(Project.java:1374)
       at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
       at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
       at org.apache.tools.ant.Main.runBuild(Main.java:818)
       at org.apache.tools.ant.Main.startAnt(Main.java:223)
       at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
       at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
Caused by: java.io.IOException: error=2, No such file or directory
       at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
       at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:295)
       at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:225)
       at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1126)
       ... 23 more


Tests pass on Fedora 41 with Java 23, tcnative-2.0.8, apr-1.7.4,
openssl-3.2.4.

Reply via email to