From 394b7009dfdeb4b1536e32e95260df7da040a6c2 Mon Sep 17 00:00:00 2001 From: Axel Gembe Date: Thu, 4 Feb 2021 11:08:42 +0700 Subject: [PATCH] Tor: Update to version 0.4.5.5-rc with some patches 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. --- .gitmodules | 2 +- contrib/tor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f38f05687..99f559e7a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/contrib/tor b/contrib/tor index bede4ea10..a72b0b43c 160000 --- a/contrib/tor +++ b/contrib/tor @@ -1 +1 @@ -Subproject commit bede4ea1008920d8b1b9ea72b0f44cb2ea4dbc6b +Subproject commit a72b0b43c8eeb0036130bf0232d116fb38c28b26