This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 48683b7f92 Reproducible builds: Signing the uninstaller changes the
timestamp
48683b7f92 is described below
commit 48683b7f929cfb51e3128de21a5050a0f8d361e0
Author: Mark Thomas <[email protected]>
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 483ab34b0e..60d419c606 100644
--- a/build.xml
+++ b/build.xml
@@ -2191,6 +2191,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: [email protected]
For additional commands, e-mail: [email protected]