[tor-commits] [tor] 04/07: dirauth: Remove Faravahar

gitolite role git at cupani.torproject.org
Wed Oct 26 18:33:45 UTC 2022


This is an automated email from the git hooks/post-receive script.

dgoulet pushed a commit to branch main
in repository tor.

commit efad436432934a572179d514904eb4a94b2b2281
Author: David Goulet <dgoulet at torproject.org>
AuthorDate: Tue Oct 18 10:45:17 2022 -0400

    dirauth: Remove Faravahar
    
    Closes #40688
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 changes/ticket40688          | 3 +++
 src/app/config/auth_dirs.inc | 3 ---
 src/test/test_config.c       | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/changes/ticket40688 b/changes/ticket40688
new file mode 100644
index 0000000000..79350cb836
--- /dev/null
+++ 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
index 278f08bfcf..549cb72976 100644
--- 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
index 655535f704..1654968705 100644
--- a/src/test/test_config.c
+++ b/src/test/test_config.c
@@ -2007,8 +2007,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();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list