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 8f3fe5341 Update recommended version of OpenSSL to 3.0.14
8f3fe5341 is described below

commit 8f3fe53413afd245adb81d43f560daf9cfc3f85d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 17 16:45:07 2024 +0100

    Update recommended version of OpenSSL to 3.0.14
---
 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 0fb7a269a..8261fa3ac 100755
--- a/native/download_deps.sh
+++ b/native/download_deps.sh
@@ -5,7 +5,7 @@
 
 cd $(dirname $0)
 
-SSL=openssl-3.0.13.tar.gz
+SSL=openssl-3.0.14.tar.gz
 APR=apr-1.7.4.tar.gz
 mkdir -p deps
 
diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
index bcf485a99..c4aabb926 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.13 or later, http://www.openssl.org
+- OpenSSL 3.0.14 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 7f5cd92b4..6de77a32c 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -48,6 +48,9 @@
       Ensure local reference capacity is available when creating new arrays
       and Strings. (schultz)
     </add>
+    <update>
+      Update the recommended minimum version of OpenSSL to 3.0.14. (markt)
+    </update>
   </changelog>
 </section>
 <section name="Changes in 2.0.7">


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

Reply via email to