[tor-commits] [stem/master] Updating dannenberg's v3ident

atagar at torproject.org atagar at torproject.org
Sun Jan 3 23:46:12 UTC 2016


commit 9b43740860607b99256bbcfd9430930add14efd6
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Jan 3 15:50:07 2016 -0800

    Updating dannenberg's v3ident
    
    I've been waiting for this to be changed in tor itself but now that the
    authorities are in the process of changing good time to pull the trigger.
---
 docs/change_log.rst       |    1 +
 stem/descriptor/remote.py |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/change_log.rst b/docs/change_log.rst
index 2caf167..ec56301 100644
--- a/docs/change_log.rst
+++ b/docs/change_log.rst
@@ -66,6 +66,7 @@ The following are only available within Stem's `git repository
   * TypeError under python3 when using 'use_mirrors = True' (:trac:`17083`)
   * Deprecated hidden service descriptor's *introduction_points_auth* field, which was never implemented in tor (:trac:`15190`, :spec:`9c218f9`)
   * Fixed parsing of server descriptor's *allow-single-hop-exits* and *caches-extra-info* lines
+  * Updated dannenberg's v3ident (:trac:`17906`)
 
  * **Utilities**
 
diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py
index 494eb31..d199fb2 100644
--- a/stem/descriptor/remote.py
+++ b/stem/descriptor/remote.py
@@ -720,7 +720,7 @@ DIRECTORY_AUTHORITIES = {
     dir_port = 80,
     is_bandwidth_authority = False,
     fingerprint = '7BE683E65D48141321C5ED92F075C55364AC7123',
-    v3ident = '585769C78764D58426B8B52B6651A5A71137189A',
+    v3ident = '0232AF901C31A04EE9848595AF9BB7620D4C5B2E',
   ),
   'urras': DirectoryAuthority(
     nickname = 'urras',



More information about the tor-commits mailing list