From 8b199678ca2d158651c9230ddf4f10ef01e75277 Mon Sep 17 00:00:00 2001 From: Oliver Behnke Date: Thu, 30 Aug 2018 11:41:03 +0200 Subject: [PATCH] Update cURL and OpenSSL versions --- android/Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/Vagrantfile b/android/Vagrantfile index bca034d4a7..4a2a1523ec 100644 --- a/android/Vagrantfile +++ b/android/Vagrantfile @@ -110,8 +110,8 @@ Vagrant.configure("2") do |config| s.name = "Clone BOINC repository and configuring toolchain..." s.privileged = false s.inline = <<-SHELL - export OPENSSL_VERSION=1.0.2k - export CURL_VERSION=7.53.1 + export OPENSSL_VERSION=1.0.2p + export CURL_VERSION=7.61.0 git clone https://github.com/BOINC/boinc.git $HOME/BOINC export BUILD_TOOLS=`sed -n "s/.*buildToolsVersion\\s*\\"\\(.*\\)\\"/\\1/p" $HOME/BOINC/android/BOINC/app/build.gradle` export COMPILE_SDK=`sed -n "s/.*compileSdkVersion\\s*\\(\\d*\\)/\\1/p" $HOME/BOINC/android/BOINC/app/build.gradle`