updated Tor version to 0.2.5.4-alpha
heartbleed blacklists for non-updated tor nodes
This commit is contained in:
parent
53673dae75
commit
69614fb649
|
@ -1 +1 @@
|
||||||
Subproject commit 29a67e73beae804fd9b9347aabb08072c07cbe0d
|
Subproject commit d2147cc7ba5c5d5114bae61000cbf757353c3ed6
|
|
@ -210,7 +210,7 @@
|
||||||
<string name="the_tor_license">The Tor License</string>
|
<string name="the_tor_license">The Tor License</string>
|
||||||
<string name="https_torproject_org">https://torproject.org</string>
|
<string name="https_torproject_org">https://torproject.org</string>
|
||||||
<string name="third_party_software">3rd-Party-Software: </string>
|
<string name="third_party_software">3rd-Party-Software: </string>
|
||||||
<string name="tor_version">Tor v0.2.4.21: https://www.torproject.org</string>
|
<string name="tor_version">Tor v0.2.5.4-alpha: https://www.torproject.org</string>
|
||||||
<string name="libevent_version">LibEvent v2.0.9: http://www.monkey.org/~provos/libevent/</string>
|
<string name="libevent_version">LibEvent v2.0.9: http://www.monkey.org/~provos/libevent/</string>
|
||||||
<string name="polipo_version">Polipo v1.1.9: https://github.com/jech/polipo</string>
|
<string name="polipo_version">Polipo v1.1.9: https://github.com/jech/polipo</string>
|
||||||
<string name="iptables_version">IPtables v1.4.21: http://www.netfilter.org</string>
|
<string name="iptables_version">IPtables v1.4.21: http://www.netfilter.org</string>
|
||||||
|
|
|
@ -77,7 +77,7 @@ public interface TorServiceConstants {
|
||||||
public static final int DISABLE_TOR_MSG = 3;
|
public static final int DISABLE_TOR_MSG = 3;
|
||||||
public static final int LOG_MSG = 4;
|
public static final int LOG_MSG = 4;
|
||||||
|
|
||||||
public static final String BINARY_TOR_VERSION = "0.2.5.3-alpha-openssl1.0.1g-b88";
|
public static final String BINARY_TOR_VERSION = "0.2.5.4-alpha-openssl1.0.1g";
|
||||||
public static final String PREF_BINARY_TOR_VERSION_INSTALLED = "BINARY_TOR_VERSION_INSTALLED";
|
public static final String PREF_BINARY_TOR_VERSION_INSTALLED = "BINARY_TOR_VERSION_INSTALLED";
|
||||||
|
|
||||||
//obfsproxy
|
//obfsproxy
|
||||||
|
|
Loading…
Reference in New Issue