You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/05/09 10:25:43 UTC

[tomcat] branch 10.0.x updated: Update to JSign 4.1

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 013458266b Update to JSign 4.1
013458266b is described below

commit 013458266b27ae4f3f08d84646debd49f4692eb2
Author: Mark Thomas <ma...@apache.org>
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 2113c375f3..422f2981af 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -320,13 +320,13 @@ migration-lib.home=${base.path}/migration-${migration-lib.version}
 migration-lib.jar=${migration-lib.home}/jakartaee-migration-${migration-lib.version}-shaded.jar
 migration-lib.loc=${base-maven.loc}/org/apache/tomcat/jakartaee-migration/${migration-lib.version}/jakartaee-migration-${migration-lib.version}-shaded.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 2f877d0da4..72c674eff5 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -187,6 +187,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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org