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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2bfb564  Update recommended OpenSSL version to 1.1.1k or later
2bfb564 is described below

commit 2bfb564141df4fe9a6bf6ee0acdc770e8f1f8e1e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Mar 25 20:34:56 2021 +0000

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

diff --git a/download_deps.sh b/download_deps.sh
index 80613a6..558cd15 100755
--- a/download_deps.sh
+++ b/download_deps.sh
@@ -3,7 +3,7 @@
 # Small script to get a recent openssl, with npn support
 # Will run configure and build_libs to generate the .s files
 
-SSL=openssl-1.1.1i.tar.gz
+SSL=openssl-1.1.1k.tar.gz
 APR=apr-1.7.0.tar.gz
 mkdir -p deps
 
diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
index 3ea7339..cbb4ac3 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.0 or later, http://apr.apache.org
-- OpenSSL 1.1.1i or later, http://www.openssl.org
+- OpenSSL 1.1.1k 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 f9874cc..ff5fce1 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -40,6 +40,9 @@
       <bug>65181</bug>: Improve support for using OpenSSL Engines that use
       proprietary key formats. Patch provided by Edin Hodizc. (markt)
     </add>
+    <update>
+      Update recommended OpenSSL version to 1.1.1k or later. (markt)
+    </update>
   </changelog>
 </section>
 <section name="Changes in 1.2.26">

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

Reply via email to