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
commit f12339c449319bcfb9cd748a53227d6b8a0bf860 Author: Mark Thomas <ma...@apache.org> 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 a604caf..4c8bd89 100644 --- a/build.xml +++ b/build.xml @@ -2250,6 +2250,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"/> @@ -2280,6 +2282,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org