diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-09 09:59:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-09 09:59:45 -0400 |
commit | 8dd89e433078245778924ce67403673e9d35a5c3 (patch) | |
tree | a61ed0f4d28c7ef8a0e5b749417e469468c6a7ab /changes | |
parent | 0f39cc10f65df9fa52123eb607f5f1474c10e58b (diff) | |
parent | 66d5292ee6a173b21e5a54a669e8e584c6781e3a (diff) | |
download | tor-8dd89e433078245778924ce67403673e9d35a5c3.tar.gz tor-8dd89e433078245778924ce67403673e9d35a5c3.zip |
Merge remote-tracking branch 'dgoulet/ticket33796_044_01' into maint-0.4.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33796 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket33796 b/changes/ticket33796 new file mode 100644 index 0000000000..9a98bf2d9a --- /dev/null +++ b/changes/ticket33796 @@ -0,0 +1,7 @@ + o Removed features (IPv6, revert): + - Revert the client port prefer IPv6 feature because it breaks the + torsocks use case. The SOCKS resolve command is lacking a mechanism to + ask for a specific address family (v4 or v6) thus prioritizing IPv6 when + an IPv4 address is asked on the resolve SOCKS interface resulting in a + failure. Tor Browser explicitly set PreferIPv6 so this should not affect + the majority of our users. Closes ticket 33796; bugfix on 0.4.4.1-alpha. |