From 4c4b5663ab66828c2d9c5296c30042342a83eb44 Mon Sep 17 00:00:00 2001 From: Axel Gembe Date: Tue, 23 Mar 2021 12:04:37 +0700 Subject: [PATCH] Tor: Update to version 0.4.5.7 with some patches This has an important fix: * Major bugfixes (security, denial of service): Disable the dump_desc() function that we used to dump unparseable information to disk. It was called incorrectly in several places, in a way that could lead to excessive CPU usage. Fixes bug 40286; bugfix on 0.2.2.1-alpha. This bug is also tracked as TROVE-2021- 001 and CVE-2021-28089. Tree built from: https://github.com/EchterAgo/tor/commits/electroncash_0_4_5_7 This includes a static linking fix as well as Autoconf 2.70 compatibility. --- contrib/tor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/tor b/contrib/tor index a72b0b43c8ee..7ce4ae3443b0 160000 --- a/contrib/tor +++ b/contrib/tor @@ -1 +1 @@ -Subproject commit a72b0b43c8eeb0036130bf0232d116fb38c28b26 +Subproject commit 7ce4ae3443b0a9319ebacc9f1a28898bf0dc02d2