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:24:27 UTC

[tomcat] branch main updated: Update to JSign 4.1

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


The following commit(s) were added to refs/heads/main by this push:
     new b3cc890926 Update to JSign 4.1
b3cc890926 is described below

commit b3cc890926da1d14f5ea72cc7b03fbf14144b6d6
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 2fb3d6c95f..c3902c4406 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -327,13 +327,13 @@ openssl-lib.home=${base.path}/tomcat-coyote-openssl-java17-${openssl-lib.version
 openssl-lib.jar=${openssl-lib.home}/tomcat-coyote-openssl-java17-${openssl-lib.version}.jar
 openssl-lib.loc=${base-maven.loc}/org/apache/tomcat/tomcat-coyote-openssl-java17/${openssl-lib.version}/tomcat-coyote-openssl-java17-${openssl-lib.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 7cec6da934..20dbbda5ba 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -208,6 +208,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