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 9e7f427471 Add OpenSSL index files to list of know test file extensions
9e7f427471 is described below

commit 9e7f427471ca91697f656ce39b8f6ac342722488
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 fc518cca7b..b3dce77b99 100644
--- a/build.xml
+++ b/build.xml
@@ -314,10 +314,12 @@
     <include 
name="**/javax.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]

Reply via email to