You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/03/15 20:38:18 UTC

[tomcat-native] branch main updated: Update the minimum recommended OpenSSL version to 1.1.1n

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 b33a35d  Update the minimum recommended OpenSSL version to 1.1.1n
b33a35d is described below

commit b33a35d726b3efc5387e6bbe3a8b65396fdaf9d3
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Mar 15 20:33:11 2022 +0000

    Update the minimum recommended OpenSSL version to 1.1.1n
---
 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 558cd15..2c45d08 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.1k.tar.gz
+SSL=openssl-1.1.1n.tar.gz
 APR=apr-1.7.0.tar.gz
 mkdir -p deps
 
diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
index cbb4ac3..1a34869 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.1k or later, http://www.openssl.org
+- OpenSSL 1.1.1n 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 14f4906..d749412 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -36,6 +36,9 @@
 </section>
 <section name="Changes in 1.2.32">
   <changelog>
+    <update>
+      Update recommended OpenSSL version to 1.1.1n or later. (markt)
+    </update>
   </changelog>
 </section>
 <section name="Changes in 1.2.31">

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