tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 9bc947dc18b71449454992c0cecf3b6811b74603
parent aab6aea1973c50e62b2269773fc262ad69f174fd
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 21 Aug 2018 10:01:41 -0400

Merge branch 'maint-0.3.4'

Diffstat:
Achanges/bug26873 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/bug26873 b/changes/bug26873 @@ -0,0 +1,4 @@ + o Minor bugfixes (portability): + - Fix compilation of the unit tests on GNU/Hurd, which does not + define PATH_MAX. Fixes bug 26873; bugfix on 0.3.3.1-alpha. + Patch from "paulusASol".