[tor-commits] [orbot/master] update tor binary flag for new SSL

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Nov 4 11:51:22 UTC 2016


commit b147d5d21e43ada0044572aa9a47234337152c08
Author: Nathan Freitas <nathan at freitas.net>
Date:   Fri Nov 4 00:02:15 2016 -0400

    update tor binary flag for new SSL
---
 .../main/java/org/torproject/android/service/TorServiceConstants.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orbotservice/src/main/java/org/torproject/android/service/TorServiceConstants.java b/orbotservice/src/main/java/org/torproject/android/service/TorServiceConstants.java
index 4a9c14d..00ade29 100644
--- a/orbotservice/src/main/java/org/torproject/android/service/TorServiceConstants.java
+++ b/orbotservice/src/main/java/org/torproject/android/service/TorServiceConstants.java
@@ -134,7 +134,7 @@ public interface TorServiceConstants {
     public static final String CMD_SET_EXIT = "setexit";
     
 
-    public static final String BINARY_TOR_VERSION = "0.2.8.9armx86";
+    public static final String BINARY_TOR_VERSION = "0.2.8.9armx86-openssl1.0.2j";
     public static final String PREF_BINARY_TOR_VERSION_INSTALLED = "BINARY_TOR_VERSION_INSTALLED";
     
     //obfsproxy 





More information about the tor-commits mailing list