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 2023/05/30 21:09:11 UTC

[tomcat-native] branch 1.2.x updated: Align versions with latest recommendation

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 a2f0192c4 Align versions with latest recommendation
a2f0192c4 is described below

commit a2f0192c41f54c1eb19283ed0fce1dac963e1f8b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue May 30 22:09:06 2023 +0100

    Align versions with latest recommendation
---
 native/download_deps.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/native/download_deps.sh b/native/download_deps.sh
index ca6c46096..941904d85 100755
--- a/native/download_deps.sh
+++ b/native/download_deps.sh
@@ -5,8 +5,8 @@
 
 cd $(dirname $0)
 
-SSL=openssl-1.1.1o.tar.gz
-APR=apr-1.7.0.tar.gz
+SSL=openssl-1.1.1u.tar.gz
+APR=apr-1.7.4.tar.gz
 mkdir -p deps
 
 if [ ! -f deps/$SSL ] ; then


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