This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 55f95e432f Add OpenSSL index files to list of know test file extensions
55f95e432f is described below
commit 55f95e432ff10f8b7273eb72098d952dda8615c8
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 20 15:00:07 2026 +0000
Add OpenSSL index files to list of know test file extensions
This should fix a cross-platform build reproducibility issue reported
against 11.0.16.
---
build.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.xml b/build.xml
index 7d5cbb925c..d91bc16d95 100644
--- a/build.xml
+++ b/build.xml
@@ -314,10 +314,12 @@
<include
name="**/jakarta.websocket.server.ServerEndpointConfig$Configurator"/>
<include name="**/.gitignore"/>
<include name="**/*-password"/>
+ <include name="**/*.attr"/>
<include name="**/*.bnd"/>
<include name="**/*.classpath"/>
<include name="**/*.conf"/>
<include name="**/*.css"/>
+ <include name="**/*.db"/>
<include name="**/*.dtd"/>
<include name="**/*.editorconfig"/>
<include name="**/*.h"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]