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
commit c5e886f53c7ad48d8ce59bf197f02d0d15e215af Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue May 30 19:05:25 2023 +0100 Bump recommended OPenSSL version to 3.0.9 --- 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 22295e9ae..de0d1fad4 100755 --- a/native/download_deps.sh +++ b/native/download_deps.sh @@ -5,7 +5,7 @@ cd $(dirname $0) -SSL=openssl-3.0.8.tar.gz +SSL=openssl-3.0.9.tar.gz APR=apr-1.7.4.tar.gz mkdir -p deps diff --git a/native/srclib/VERSIONS b/native/srclib/VERSIONS index 460c17f75..b5c4cd7c9 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.8 or later, http://www.openssl.org +- OpenSSL 3.0.9 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 7c5e49c01..eecc6a271 100644 --- a/xdocs/miscellaneous/changelog.xml +++ b/xdocs/miscellaneous/changelog.xml @@ -36,6 +36,9 @@ <update> Update the recommended minimum version of APR to 1.7.4. (markt) </update> + <update> + Update the recommended minimum version of OpenSSL to 3.0.9. (markt) + </update> </changelog> </section> <section name="Changes in 2.0.3"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org