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 7df639ff1c Update to JSign 4.1
7df639ff1c is described below
commit 7df639ff1cdcdd147db263adf0b3934b61887065
Author: Mark Thomas <[email protected]>
AuthorDate: Mon May 9 11:24:18 2022 +0100
Update to JSign 4.1
---
build.properties.default | 8 ++++----
webapps/docs/changelog.xml | 3 +++
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index 43ae138214..3138fed603 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -298,13 +298,13 @@ spotbugs.home=${base.path}/spotbugs-${spotbugs.version}
spotbugs.jar=${spotbugs.home}/lib/spotbugs-ant.jar
spotbugs.loc=${base-maven.loc}/com/github/spotbugs/spotbugs/${spotbugs.version}/spotbugs-${spotbugs.version}.tgz
-# ----- JSign, version 4.0 or later -----
-jsign.version=4.0
+# ----- JSign, version 4.1 or later -----
+jsign.version=4.1
-# checksums for JSign 4.0
+# checksums for JSign 4.1
jsign.checksum.enabled=true
jsign.checksum.algorithm=MD5|SHA-1
-jsign.checksum.value=50982facf864df4f08a051b43f7d2e42|3d203fbffdc45e837f98b7c9c5d311b615661a75
+jsign.checksum.value=ba760e85fe0bdb1da12152822919caec|39fa41688de11b739278b8cb8533c05888d68d5a
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 613c9592a2..4c8398e2fc 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -179,6 +179,9 @@
when configuring the Windows service with custom scripts as described
in
<bug>66055</bug>. (markt)
</update>
+ <update>
+ Update to JSign 4.1. (markt)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]