This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/master by this push:
new 3331388 Update to recommended versions
3331388 is described below
commit 3331388e24167b0fbf359bfbc69ed73c0da1e80a
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Apr 24 19:53:41 2020 +0100
Update to recommended versions
---
download_deps.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/download_deps.sh b/download_deps.sh
index 247f834..6976f11 100755
--- a/download_deps.sh
+++ b/download_deps.sh
@@ -3,8 +3,8 @@
# Small script to get a recent openssl, with npn support
# Will run configure and build_libs to generate the .s files
-SSL=openssl-1.0.2o.tar.gz
-APR=apr-1.6.3.tar.gz
+SSL=openssl-1.1.1g.tar.gz
+APR=apr-1.7.0.tar.gz
mkdir -p deps
if [ ! -f deps/$SSL ] ; then
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]