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

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


The following commit(s) were added to refs/heads/1.2.x by this push:
     new 0d8b3e97d Update the minimum recommended OpenSSL version to 1.1.1v
0d8b3e97d is described below

commit 0d8b3e97d3b78201facbf80f07d8faf86cb98d0b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Aug 2 09:06:17 2023 +0100

    Update the minimum recommended OpenSSL version to 1.1.1v
---
 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 941904d85..cf3ec3e97 100755
--- a/native/download_deps.sh
+++ b/native/download_deps.sh
@@ -5,7 +5,7 @@
 
 cd $(dirname $0)
 
-SSL=openssl-1.1.1u.tar.gz
+SSL=openssl-1.1.1v.tar.gz
 APR=apr-1.7.4.tar.gz
 mkdir -p deps
 
diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
index 1e8ae5333..71db84fd6 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 1.1.1u or later, http://www.openssl.org
+- OpenSSL 1.1.1v 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 667b539f9..b38e244c4 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -38,6 +38,9 @@
     <fix>
       <bug>66669</bug>: Fix memory leak in SNI processing. (markt)
     </fix>
+    <update>
+      Update the recommended minimum version of OpenSSL to 1.1.1v. (markt)
+    </update>
   </changelog>
 </section>
 <section name="Changes in 1.2.37">


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

Reply via email to