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 2023/06/02 16:22:21 UTC

[tomcat] branch 9.0.x updated: Update Tomcat Native to 1.2.37

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 8a91e0a369 Update Tomcat Native to 1.2.37
8a91e0a369 is described below

commit 8a91e0a3699485ca0a3f578ccf733559a77ce92a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jun 2 17:21:59 2023 +0100

    Update Tomcat Native to 1.2.37
---
 build.properties.default   | 8 ++++----
 webapps/docs/changelog.xml | 5 +++++
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index 63c80ea887..e7ef90ee4d 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -162,14 +162,14 @@ jdt.loc.1=http://archive.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj
 jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
 
 # ----- Tomcat native library -----
-tomcat-native.version=1.2.36
-tomcat-native-openssl.version=1.1.1t
+tomcat-native.version=1.2.37
+tomcat-native-openssl.version=1.1.1u
 tomcat-native.src.checksum.enabled=true
 tomcat-native.src.checksum.algorithm=SHA-512
-tomcat-native.src.checksum.value=ae89a872b8331035e01387665539a0c08096ae1abdb5dc7a25a197650a641ba3637f01437f1bee27b442c1c59c4d2fe2e5679d1595e8c5d121b9b219da2fb094
+tomcat-native.src.checksum.value=e845239f1b6a1dab22885d39f4fd131e464c38b0d52faca0d960f99fe3e8b7d732c0112f25e5eb81ff8dc71a5e3c6799bfdf867e617d8f934068ed107036fd0b
 tomcat-native.win.checksum.enabled=true
 tomcat-native.win.checksum.algorithm=SHA-512
-tomcat-native.win.checksum.value=c72ff5d69dadaa75bac07c2fb1bd7c97afc9bc26bb26b7e1c92ae3eec3ec9ad801461a69164424b1e98a7fc5171509d0027586f4519d9090847fc3e0c02b438d
+tomcat-native.win.checksum.value=02649ad04b839153cf6957fcefa0301bc343a51e44d551185b3797c3fcfbb7b08359d182f3870058d2894ac57609c235bed580f6c37de5573e0e582efab834ef
 tomcat-native.home=${base.path}/tomcat-native-${tomcat-native.version}
 tomcat-native.tar.gz=${tomcat-native.home}/tomcat-native.tar.gz
 tomcat-native.loc.1=${base-tomcat.loc.1}/tomcat-connectors/native/${tomcat-native.version}/source/tomcat-native-${tomcat-native.version}-src.tar.gz
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 32b46dc9d4..42742267a1 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -189,6 +189,11 @@
       <update>
         Update Checkstyle to 10.12.0. (markt)
       </update>
+      <update>
+        Update the packaged version of the Apache Tomcat Native Library to
+        1.2.37 to pick up the Windows binaries built with with OpenSSL 1.1.1u.
+        (markt)
+      </update>
     </changelog>
   </subsection>
 </section>


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