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

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


The following commit(s) were added to refs/heads/10.1.x by this push:
     new ed11a53b64 Revert "Update JSign to 7.1"
ed11a53b64 is described below

commit ed11a53b642e24ba49c6ae0718b30957af0fc733
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Apr 1 09:39:33 2025 +0100

    Revert "Update JSign to 7.1"
    
    This reverts commit 7571e7be34b1640de214a0bd4bd9130d6090343d.
---
 build.properties.default   | 5 +++--
 webapps/docs/changelog.xml | 3 ---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 3895628d94..ad99ac0745 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -335,10 +335,11 @@ 
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=7.1
+# Note: There are known issues with Tomcat and Jsign 7.0 and 7.1
+jsign.version=6.0
 jsign.checksum.enabled=true
 jsign.checksum.algorithm=MD5|SHA-1
-jsign.checksum.value=91dadce3950b260d8097d1ca9cfe3c6f|348919ddaeed5100e1dd6a05b98da6c61e192afe
+jsign.checksum.value=c14fe256b5bc42dc6934d3ce7b659cdf|d2f1a60711c3b51123f84cd9e04dd9d482d95f5e
 
 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 84b9cde1e2..38e39f0754 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -253,9 +253,6 @@
       <update>
         Update to SpotBugs to 4.9.3. (markt)
       </update>
-      <update>
-        Update to JSign to 7.1. (markt)
-      </update>
       <update>
         Improvements to French translations. (remm)
       </update>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to