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 abc6be2e0 Update recommended OpenSSL version to 1.1.1o or later
abc6be2e0 is described below
commit abc6be2e0d3fa31952a5f9b2e7fe3322ae1ca3c0
Author: Mark Thomas <[email protected]>
AuthorDate: Tue May 3 17:47:19 2022 +0100
Update recommended OpenSSL version to 1.1.1o 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 5f103b2b8..ca6c46096 100755
--- a/download_deps.sh
+++ b/download_deps.sh
@@ -5,7 +5,7 @@
cd $(dirname $0)
-SSL=openssl-1.1.1n.tar.gz
+SSL=openssl-1.1.1o.tar.gz
APR=apr-1.7.0.tar.gz
mkdir -p deps
diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS
index 1a348690a..75594db48 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.1n or later, http://www.openssl.org
+- OpenSSL 1.1.1o 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 00b8cc01f..367932e5d 100644
--- a/xdocs/miscellaneous/changelog.xml
+++ b/xdocs/miscellaneous/changelog.xml
@@ -44,6 +44,9 @@
Enable <code>download_deps.sh</code> to be called from any directory.
Pull
request <pr>12</pr> provided by Dimitrios Soumis. (markt)
</fix>
+ <update>
+ Update recommended OpenSSL version to 1.1.1o or later. (markt)
+ </update>
</changelog>
</section>
<section name="Changes in 1.2.32">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]