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 21aae91b4a Update to JSign 4.1
21aae91b4a is described below
commit 21aae91b4a9909254f38f7f1ca57b0692ec8e114
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 e2f2c5270c..f8afb96f0f 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -308,13 +308,13 @@ bnd.home=${base.path}/bnd-${bnd.version}
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.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 f030a4d6bb..e910f6c6db 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]