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 2f56d5fce Update download_deps.sh
2f56d5fce is described below
commit 2f56d5fcedb85b0408d75e75a34ca80bd97fa463
Author: Dimitrios Soumis <[email protected]>
AuthorDate: Wed Apr 26 18:53:55 2023 +0300
Update download_deps.sh
It would be best if the downloaded versions are aligned with the
recommended ones
(https://github.com/apache/tomcat-native/blob/main/native/srclib/VERSIONS).
---
download_deps.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/download_deps.sh b/download_deps.sh
index d9d7cd796..e015d81ea 100755
--- a/download_deps.sh
+++ b/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-3.0.8.tar.gz
+APR=apr-1.7.2.tar.gz
mkdir -p deps
if [ ! -f deps/$SSL ] ; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]