tor

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

commit 99641c93ce84f2e013c3dc2d96e368456b0ab930
parent 2f872f9762128228e98f74bf7cb53aed54aee088
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 28 Mar 2018 14:48:36 -0400

Make check-changes pass on changes/bug25398

Diffstat:
Mchanges/bug25398 | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/changes/bug25398 b/changes/bug25398 @@ -1,2 +1,3 @@ - o Minor bugfixes (portability): - - Remove uncompilable tor_mmap_file fallback. Fixes bug 25398. + o New system requirements: + - Tor no longer compiles on systems without mmap() or some local + equivalent. Closes ticket 25398.