Skip to content

Commit

Permalink
Tor: Update to version 0.4.5.5-rc with some patches
Browse files Browse the repository at this point in the history
This has two important fixes:

* Major bugfixes (onion service v3):

  Stop requiring a live consensus for v3 clients and services, and allow
  a "reasonably live" consensus instead. This allows v3 onion services
  to work even if the authorities fail to generate a consensus for more
  than 2 hours in a row.

* Major feature (exit):

  Re-entry into the network is now denied at the Exit level to all
  relays' ORPorts and authorities' ORPorts and DirPorts. This change
  should help mitgate a set of denial-of-service attacks.

Tree built from:

https://github.com/EchterAgo/tor/commits/electroncash_0_4_5

This includes a static linking fix as well as Autoconf 2.70
compatibility.
  • Loading branch information
EchterAgo committed Mar 11, 2021
1 parent 8996534 commit 54645d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
url = https://github.com/madler/zlib.git
[submodule "contrib/tor"]
path = contrib/tor
url = https://github.com/torproject/tor.git
url = https://github.com/EchterAgo/tor.git
2 changes: 1 addition & 1 deletion contrib/tor
Submodule tor updated 1626 files

0 comments on commit 54645d1

Please sign in to comment.