I already did the fix but forgot the changelog item, because otherwise the changelog for the version would be empty ...

Am 04.07.23 um 12:00 schrieb Mark Thomas:
On 04/07/2023 10:45, Rainer Jung wrote:
I see, the checksum and the version number in the comment was updated, but not the one used for the download:

Thanks for catching this. I'll cancel the release, fix it and re-tag.

Mark



diff --git a/build.properties.default b/build.properties.default
index 172a08a083..aa8179820c 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -318,10 +318,10 @@ bnd.loc=${base-maven.loc}/biz/aQute/bnd/biz.aQute.bnd/${bnd.version}/biz.aQute.b
  # ----- JSign, version 4.1 or later -----
  jsign.version=4.2

-# checksums for JSign 4.2
+# checksums for JSign 5.0
  jsign.checksum.enabled=true
  jsign.checksum.algorithm=MD5|SHA-1
-jsign.checksum.value=10fb38a1182515d583a1e252c8219eae|1e3b44e0114d599b05be243513b85a51b0c45401
+jsign.checksum.value=79c4f9bdff74a4ccee3d72f020ad45b7|5a6677625413e0d8acb52f80fa6fbb9031a6a9d0

  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 c254896add..0dbdaaa8d3 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -197,6 +197,9 @@
        <update>
          Update BND to 6.4.1. (markt)
        </update>
+      <update>
+        Update JSign to 5.0. (markt)
+      </update>
      </changelog>
    </subsection>
  </section>

The same is true for 9.0.

Regards,

Rainer

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

Reply via email to