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 b31f73d Update code signing to use SHA-512
b31f73d is described below
commit b31f73dd440e8d0b001f1b0345fd449502df7b04
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 26 16:33:51 2021 +0000
Update code signing to use SHA-512
---
build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml
index 74df762..a7fad4d 100644
--- a/build.xml
+++ b/build.xml
@@ -2567,7 +2567,7 @@ skip.installer property in build.properties" />
<arg value="/sha1"/>
<arg value="${codesigning.certificate.thumbprint}"/>
<arg value="/fd"/>
- <arg value="sha256"/>
+ <arg value="sha512"/>
<arg value="/tr"/>
<arg value="http://timestamp.digicert.com"/>
<arg value="${tomcat.dist}/Uninstall.exe"/>
@@ -2599,7 +2599,7 @@ skip.installer property in build.properties" />
<arg value="/sha1"/>
<arg value="${codesigning.certificate.thumbprint}"/>
<arg value="/fd"/>
- <arg value="sha256"/>
+ <arg value="sha512"/>
<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]