tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit bb9f2ea8fb02239e10f52ce03f2cad1073f96158
parent 4a7824b9aea5cee9c2427ac6ebcfb1561a032376
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 26 Oct 2022 14:21:41 -0400

Merge branch 'maint-0.4.7'

Diffstat:
Achanges/ticket40688 | 3+++
Msrc/app/config/auth_dirs.inc | 3---
Msrc/test/test_config.c | 4++--
3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/changes/ticket40688 b/changes/ticket40688 @@ -0,0 +1,3 @@ + o Directory authority changes (Faravahar): + - Remove Faravahar until its operator, Sina, set it back up online outside + of Team Cymru network. Closes ticket 40688. diff --git a/src/app/config/auth_dirs.inc b/src/app/config/auth_dirs.inc @@ -22,9 +22,6 @@ "v3ident=49015F787433103580E3B66A1707A00E60F2D15B " "ipv6=[2001:67c:289c::9]:80 " "171.25.193.9:443 BD6A 8292 55CB 08E6 6FBE 7D37 4836 3586 E46B 3810", -"Faravahar orport=443 " - "v3ident=EFCBE720AB3A82B99F9E953CD5BF50F7EEFC7B97 " - "154.35.175.225:80 CF6D 0AAF B385 BE71 B8E1 11FC 5CFF 4B47 9237 33BC", "longclaw orport=443 " "v3ident=23D15D965BC35114467363C165C4F724B64B4F66 " "199.58.81.140:80 74A9 1064 6BCE EFBC D2E8 74FC 1DC9 9743 0F96 8145", diff --git a/src/test/test_config.c b/src/test/test_config.c @@ -2005,8 +2005,8 @@ test_config_adding_default_trusted_dir_servers(void *arg) /* Assume we have eight V3 authorities */ add_default_trusted_dir_authorities(V3_DIRINFO); - tt_int_op(get_n_authorities(V3_DIRINFO), OP_EQ, 9); - tt_int_op(smartlist_len(router_get_fallback_dir_servers()), OP_EQ, 10); + tt_int_op(get_n_authorities(V3_DIRINFO), OP_EQ, 8); + tt_int_op(smartlist_len(router_get_fallback_dir_servers()), OP_EQ, 9); done: clear_dir_servers();