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 2021/01/26 16:34:59 UTC

[tomcat] branch 9.0.x updated: Update code signing to use SHA-512

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 <ma...@apache.org>
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org