You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/05/05 16:22:08 UTC

[tomcat] branch main updated: Reproducible builds: Signing the uninstaller changes the timestamp

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 6e4d8876b9 Reproducible builds: Signing the uninstaller changes the timestamp
6e4d8876b9 is described below

commit 6e4d8876b9215b85c33661e1131689ec8652ccb9
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu May 5 17:15:52 2022 +0100

    Reproducible builds: Signing the uninstaller changes the timestamp
---
 build.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build.xml b/build.xml
index 8d3eaf7877..9ee5e0dd9a 100644
--- a/build.xml
+++ b/build.xml
@@ -2565,6 +2565,10 @@ skip.installer property in build.properties" />
         alias="${codesigning.alias}"
         alg="${codesigning.digest}"
         tsaurl="http://timestamp.digicert.com"/>
+    <!-- Reproducible builds: consistent timestamps for installer files -->
+    <touch datetime="${tstamp.file}" pattern="yyyy-MM-dd HH:mm:ss">
+      <fileset dir="${tomcat.dist}"/>
+    </touch>
   </target>
 
   <target name="-installer" unless="skip.installer"


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org