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 ad6e875c16 Revert "Update JSign to 7.0" ad6e875c16 is described below commit ad6e875c1626200608feb5a804397399c64828b2 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Feb 4 18:17:42 2025 +0000 Revert "Update JSign to 7.0" This reverts commit 39348d8ac4e76677b15a4c60804a34d01adda32a. --- build.properties.default | 4 ++-- webapps/docs/changelog.xml | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/build.properties.default b/build.properties.default index 73677b23be..ee6d492b5d 100644 --- a/build.properties.default +++ b/build.properties.default @@ -326,10 +326,10 @@ bnd.jar=${bnd.home}/biz.aQute.bnd-${bnd.version}.jar bnd.loc=${base-maven.loc}/biz/aQute/bnd/biz.aQute.bnd/${bnd.version}/biz.aQute.bnd-${bnd.version}.jar # ----- JSign, version 4.1 or later ----- -jsign.version=7.0 +jsign.version=6.0 jsign.checksum.enabled=true jsign.checksum.algorithm=MD5|SHA-1 -jsign.checksum.value=9e5c914bf68adda356fac74c5c172157|bb25183c9987fedba89e4475787ff9d9270b0736 +jsign.checksum.value=c14fe256b5bc42dc6934d3ce7b659cdf|d2f1a60711c3b51123f84cd9e04dd9d482d95f5e jsign.home=${base.path}/jsign-${jsign.version} jsign.jar=${jsign.home}/jsign-${jsign.version}.jar diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index fc32c5ee8e..42dd8552fe 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -289,9 +289,6 @@ <update> Update SpotBugs to 4.9.0. (markt) </update> - <update> - Update JSign to 7.0. (markt) - </update> <add> Improvements to French translations. (remm) </add> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org