[tor-commits] [tor-browser-build/master] Bug 20761: Tor Browser 6.5a4 is ignoring additional SocksPorts

boklm at torproject.org boklm at torproject.org
Fri May 12 11:50:53 UTC 2017


commit 6395f3e322cfea745c6d0521d407ac5d68a0fe36
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Tue Jan 31 11:49:41 2017 -0500

    Bug 20761: Tor Browser 6.5a4 is ignoring additional SocksPorts
    
    Remove the SocksPort and ControlPort configuration from
    torrc-defaults. Tor Launcher configures the ports via args
    when starting tor, and we must avoid conflicts.
    
    Also, strengthen the warning to users about not editing
    torrc-defaults.
---
 projects/tor-browser/Bundle-Data/linux/Data/Tor/torrc-defaults    | 8 +++-----
 .../Bundle-Data/mac/TorBrowser/Data/Tor/torrc-defaults            | 8 +++-----
 projects/tor-browser/Bundle-Data/windows/Data/Tor/torrc-defaults  | 8 +++-----
 3 files changed, 9 insertions(+), 15 deletions(-)

diff --git a/projects/tor-browser/Bundle-Data/linux/Data/Tor/torrc-defaults b/projects/tor-browser/Bundle-Data/linux/Data/Tor/torrc-defaults
index 0a87e5f..f383525 100644
--- a/projects/tor-browser/Bundle-Data/linux/Data/Tor/torrc-defaults
+++ b/projects/tor-browser/Bundle-Data/linux/Data/Tor/torrc-defaults
@@ -1,6 +1,8 @@
 # torrc-defaults for Tor Browser
 #
-# This file is distributed with Tor Browser and should not be modified (it
+# DO NOT EDIT THIS FILE
+#
+# This file is distributed with Tor Browser and SHOULD NOT be modified (it
 # may be overwritten during the next Tor Browser update). To customize your
 # Tor configuration, shut down Tor Browser and edit the torrc file.
 #
@@ -9,8 +11,4 @@ AvoidDiskWrites 1
 # Where to send logging messages.  Format is minSeverity[-maxSeverity]
 # (stderr|stdout|syslog|file FILENAME).
 Log notice stdout
-# Bind to this address to listen to connections from SOCKS-speaking
-# applications.
-SocksPort 9150 IPv6Traffic PreferIPv6 KeepAliveIsolateSOCKSAuth
-ControlPort 9151
 CookieAuthentication 1
diff --git a/projects/tor-browser/Bundle-Data/mac/TorBrowser/Data/Tor/torrc-defaults b/projects/tor-browser/Bundle-Data/mac/TorBrowser/Data/Tor/torrc-defaults
index 0a87e5f..f383525 100644
--- a/projects/tor-browser/Bundle-Data/mac/TorBrowser/Data/Tor/torrc-defaults
+++ b/projects/tor-browser/Bundle-Data/mac/TorBrowser/Data/Tor/torrc-defaults
@@ -1,6 +1,8 @@
 # torrc-defaults for Tor Browser
 #
-# This file is distributed with Tor Browser and should not be modified (it
+# DO NOT EDIT THIS FILE
+#
+# This file is distributed with Tor Browser and SHOULD NOT be modified (it
 # may be overwritten during the next Tor Browser update). To customize your
 # Tor configuration, shut down Tor Browser and edit the torrc file.
 #
@@ -9,8 +11,4 @@ AvoidDiskWrites 1
 # Where to send logging messages.  Format is minSeverity[-maxSeverity]
 # (stderr|stdout|syslog|file FILENAME).
 Log notice stdout
-# Bind to this address to listen to connections from SOCKS-speaking
-# applications.
-SocksPort 9150 IPv6Traffic PreferIPv6 KeepAliveIsolateSOCKSAuth
-ControlPort 9151
 CookieAuthentication 1
diff --git a/projects/tor-browser/Bundle-Data/windows/Data/Tor/torrc-defaults b/projects/tor-browser/Bundle-Data/windows/Data/Tor/torrc-defaults
index 0a87e5f..f383525 100644
--- a/projects/tor-browser/Bundle-Data/windows/Data/Tor/torrc-defaults
+++ b/projects/tor-browser/Bundle-Data/windows/Data/Tor/torrc-defaults
@@ -1,6 +1,8 @@
 # torrc-defaults for Tor Browser
 #
-# This file is distributed with Tor Browser and should not be modified (it
+# DO NOT EDIT THIS FILE
+#
+# This file is distributed with Tor Browser and SHOULD NOT be modified (it
 # may be overwritten during the next Tor Browser update). To customize your
 # Tor configuration, shut down Tor Browser and edit the torrc file.
 #
@@ -9,8 +11,4 @@ AvoidDiskWrites 1
 # Where to send logging messages.  Format is minSeverity[-maxSeverity]
 # (stderr|stdout|syslog|file FILENAME).
 Log notice stdout
-# Bind to this address to listen to connections from SOCKS-speaking
-# applications.
-SocksPort 9150 IPv6Traffic PreferIPv6 KeepAliveIsolateSOCKSAuth
-ControlPort 9151
 CookieAuthentication 1





More information about the tor-commits mailing list