This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git


The following commit(s) were added to refs/heads/1.3.x by this push:
     new 008659a74 Update recommended version of OpenSSL to 3.0.14
008659a74 is described below

commit 008659a7499fa9d9d006320d02373bfbf0a358dc
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 17 16:50:35 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 cf3ec3e97..1a3e1d324 100755
--- a/native/download_deps.sh
+++ b/native/download_deps.sh
@@ -5,7 +5,7 @@
 
 cd $(dirname $0)
 
-SSL=openssl-1.1.1v.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 7eb22da70..f39f66ea1 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 b332e5f3b..968415df6 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 1.3.0">


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

Reply via email to