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

commit c946bee7b7142d6c02eed96e3f8438c3bf290e9e
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 edfeca4870..6b7f6197dc 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]

Reply via email to