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/08/01 16:05:27 UTC

[tomcat-native] branch main updated: Update the minimum recommended OpenSSL version to 3.0.10

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-native.git


The following commit(s) were added to refs/heads/main by this push:
     new d861dbdc9 Update the minimum recommended OpenSSL version to 3.0.10
d861dbdc9 is described below

commit d861dbdc9ca5bb141c1776ae48071d889fb2434a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Aug 1 16:52:45 2023 +0100

    Update the minimum recommended OpenSSL version to 3.0.10
---
 native/download_deps.sh           | 2 +-
 native/srclib/VERSIONS            | 2 +-
 xdocs/miscellaneous/changelog.xml | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/native/download_deps.sh b/native/download_deps.sh
index de0d1fad4..fee1db225 100755
--- a/native/download_deps.sh
+++ b/native/download_deps.sh
@@ -5,7 +5,7 @@
 
 cd $(dirname $0)
 
-SSL=openssl-3.0.9.tar.gz
+SSL=openssl-3.0.10.tar.gz
 APR=apr-1.7.4.tar.gz
 mkdir -p deps
 
diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
index b5c4cd7c9..de98aabe4 100644
--- a/native/srclib/VERSIONS
+++ b/native/srclib/VERSIONS
@@ -5,7 +5,7 @@ The current minimum versions are:
 The following version of the libraries are recommended:
 
 - APR 1.7.4 or later, http://apr.apache.org
-- OpenSSL 3.0.9 or later, http://www.openssl.org
+- OpenSSL 3.0.10 or later, http://www.openssl.org
 
 Older versions should also work but are not as thoroughly tested by the Tomcat
 Native team
diff --git a/xdocs/miscellaneous/changelog.xml b/xdocs/miscellaneous/changelog.xml
index 8bffe0d5d..712e3687e 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -54,6 +54,9 @@
     <fix>
       <bug>66669</bug>: Fix memory leak in SNI processing. (markt)
     </fix>
+    <update>
+      Update the recommended minimum version of OpenSSL to 3.0.10. (markt)
+    </update>
   </changelog>
 </section>
 <section name="Changes in 2.0.4">


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