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

commit c8ed30a9e30b5e6832535adfaee224861d626908
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Feb 2 16:24:43 2024 +0000

    Update recommended OpenSSL version to 3.0.13
---
 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 fee1db225..0fb7a269a 100755
--- a/native/download_deps.sh
+++ b/native/download_deps.sh
@@ -5,7 +5,7 @@
 
 cd $(dirname $0)
 
-SSL=openssl-3.0.10.tar.gz
+SSL=openssl-3.0.13.tar.gz
 APR=apr-1.7.4.tar.gz
 mkdir -p deps
 
diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
index 55dac6b37..bcf485a99 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.11 or later, http://www.openssl.org
+- OpenSSL 3.0.13 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 42a242b42..a14324ecc 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -66,6 +66,9 @@
       longer set. Only the explicitly configured trust store, if any, will be
       used. (michaelo)
     </fix>
+    <update>
+      Update the recommended minimum version of OpenSSL to 3.0.13. (markt)
+    </update>
   </changelog>
 </section>
 <section name="Changes in 2.0.6">


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

Reply via email to