This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 6fcf65d Ensure Windows signing uses sha256 hash
6fcf65d is described below
commit 6fcf65d7cc84a11effdda0c50dab3d88256f8aab
Author: Mark Thomas <[email protected]>
AuthorDate: Sun Jan 24 09:42:06 2021 +0000
Ensure Windows signing uses sha256 hash
---
build.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/build.xml b/build.xml
index 54b4acc..c597118 100644
--- a/build.xml
+++ b/build.xml
@@ -2394,6 +2394,8 @@ skip.installer property in build.properties" />
<arg value="sign"/>
<arg value="/sha1"/>
<arg value="${codesigning.certificate.thumbprint}"/>
+ <arg value="/fd"/>
+ <arg value="sha256"/>
<arg value="/tr"/>
<arg value="http://timestamp.digicert.com"/>
<arg value="${tomcat.dist}/Uninstall.exe"/>
@@ -2424,6 +2426,8 @@ skip.installer property in build.properties" />
<arg value="sign"/>
<arg value="/sha1"/>
<arg value="${codesigning.certificate.thumbprint}"/>
+ <arg value="/fd"/>
+ <arg value="sha256"/>
<arg value="/tr"/>
<arg value="http://timestamp.digicert.com"/>
<arg value="${tomcat.release}/v${version}/bin/${final.name}.exe"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]