This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 64a6ba781269fab74b25181d569d15dd023c0486 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 29 18:53:38 2025 +0000 Update JSign to 7.0 --- build.properties.default | 4 ++-- webapps/docs/changelog.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 3892866543..74856f3492 100644 --- a/build.properties.default +++ b/build.properties.default @@ -313,10 +313,10 @@ migration-lib.jar=${migration-lib.home}/jakartaee-migration-${migration-lib.vers migration-lib.loc=${base-maven.loc}/org/apache/tomcat/jakartaee-migration/${migration-lib.version}/jakartaee-migration-${migration-lib.version}-shaded.jar # ----- JSign, version 4.1 or later ----- -jsign.version=6.0 +jsign.version=7.0 jsign.checksum.enabled=true jsign.checksum.algorithm=MD5|SHA-1 -jsign.checksum.value=c14fe256b5bc42dc6934d3ce7b659cdf|d2f1a60711c3b51123f84cd9e04dd9d482d95f5e +jsign.checksum.value=9e5c914bf68adda356fac74c5c172157|bb25183c9987fedba89e4475787ff9d9270b0736 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 58ee03622e..6cefa4444f 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -343,6 +343,9 @@ <update> Update SpotBugs to 4.9.0. (markt) </update> + <update> + Update JSign to 7.0. (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org