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 6d9a71b6d6 Update recommended minimum for Tomcat Native to 1.3.7
6d9a71b6d6 is described below

commit 6d9a71b6d6d57f9102960960071e4740fd0a0312
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Mar 11 17:52:53 2026 +0000

    Update recommended minimum for Tomcat Native to 1.3.7
---
 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 272a2c5936..e54b03297d 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -184,14 +184,14 @@ 
jdt.loc.1=https://archive.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ec
 
jdt.loc.2=https://download.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
 
 # ----- Tomcat native library -----
-tomcat-native.version=1.3.5
-tomcat-native-openssl.version=3.0.18
+tomcat-native.version=1.3.7
+tomcat-native-openssl.version=3.0.19
 tomcat-native.src.checksum.enabled=true
 tomcat-native.src.checksum.algorithm=SHA-512
-tomcat-native.src.checksum.value=3fd19d8030d0c854d10a352ef7f98254284e9a08e2a699e037ea805a379a226935997c90978676fc011910d8d18d827290f301da208972cd637b77f93127f9be
+tomcat-native.src.checksum.value=a7d466d3cbca0cd1d63bd00588f62ab5bdd23f9e063818b03783605de5ac0dfe4402765db46bb10cd62dd05e0c6ca3f9be5b98f17e522ac6690dd0efd66b7ba2
 tomcat-native.win.checksum.enabled=true
 tomcat-native.win.checksum.algorithm=SHA-512
-tomcat-native.win.checksum.value=68f0a463c8a5b47b5cb7107c398927d718a7c2b6a7e0881060f0ec89cb4577063e380255d4e4bd7b06b7972bd007850fd6eb24019654f33980547dd8f361412f
+tomcat-native.win.checksum.value=ddf891ca0cd759f80c630d308b8d4988f0c98dda48fb8194a32d3dfa1a91d58d6793a69114121b035f6d7cdead4015f486f52d56ea6773d49e59588c5ab6c8fa
 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 655dd89e82..901b249ca0 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -203,6 +203,9 @@
         Add validation of chunk extensions for chunked transfer encoding.
         (markt)
       </fix>
+      <update>
+        Update the recommended version for Tomcat Native to 1.3.7. (markt)
+      </update>
     </changelog>
   </subsection>
   <subsection name="Jasper">


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to