tor

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

commit 3cc382b93e6ae55b86c50463493507c6d01250cd
parent 684aef40f9f003adf211ae29de47905b1109a06c
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 28 Mar 2018 08:10:54 -0400

add a changes file for the rust libc update

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

diff --git a/changes/bug25664 b/changes/bug25664 @@ -0,0 +1,3 @@ + o New system requirements: + - When built with Rust, Tor now depends on version 0.2.39 of the libc + crate. Closes tickets 25310 and 25664.