update tor to 0.3.2.10, OpenSSL to 1.0.2o and libevent to latest 2.0.* branch

This commit is contained in:
Unpublished 2018-03-15 18:30:42 +01:00
parent d43fbf96b9
commit 97990103aa
5 changed files with 6 additions and 7 deletions

2
external/libevent vendored

@ -1 +1 @@
Subproject commit c51b159cff9f5e86696f5b9a4c6f517276056258 Subproject commit 90ae4c5013032158bafad41279823d90eec4d206

2
external/openssl vendored

@ -1 +1 @@
Subproject commit 081314d07705aa58912845c213a48414d8f616a9 Subproject commit 3ce7bc40a3c48da1c96c2d04c10045bd797c6aa3

2
external/tor vendored

@ -1 +1 @@
Subproject commit 727d3f1b5e6eeda721339151e3cd49ffa7efbb29 Subproject commit 31cc63deb69db819ed55aca406ebaaa52500730e

View File

@ -14,8 +14,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
versionCode 3191 versionCode 3210
versionName "0.3.1.9b" versionName "0.3.2.10"
} }
buildTypes { buildTypes {

View File

@ -26,7 +26,6 @@ public interface TorServiceConstants {
int FILE_WRITE_BUFFER_SIZE = 1024; int FILE_WRITE_BUFFER_SIZE = 1024;
String BINARY_TOR_VERSION = "0.3.1.9-openssl1.0.2k"; String BINARY_TOR_VERSION = "0.3.2.10-openssl1.0.2o";
} }