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 410e03f Update code signing to use SHA-512 410e03f is described below commit 410e03f9bec8940328c510244ddb48d207cd1dc4 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 4c8bd89..1738091 100644 --- a/build.xml +++ b/build.xml @@ -2251,7 +2251,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"/> @@ -2283,7 +2283,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org