From f9fd5fa961e5fecb90b9fdadc4d31538118bab1c Mon Sep 17 00:00:00 2001 From: jschauma Date: Sun, 13 Feb 2005 20:27:53 +0000 Subject: Update tor to 0.0.9.4. pkgsrc changes: - depend on tsocks to allow torification of other applications - create a user for this application to run as - install a suitable rc script ChangeLog says: o Bugfixes on 0.0.9: - Fix an assert bug that took down most of our servers: when a server claims to have 500 GB of bandwidthburst, don't freak out. - Don't crash as badly if we have spawned the max allowed number of dnsworkers, or we're out of file descriptors. - Block more file-sharing ports in the default exit policy. - MaxConn is now automatically set to the hard limit of max file descriptors we're allowed (ulimit -n), minus a few for logs, etc. - Give a clearer message when servers need to raise their ulimit -n when they start running out of file descriptors. - SGI Compatibility patches from Jan Schaumann. - Tolerate a corrupt cached directory better. - When a dirserver hasn't approved your server, list which one. - Go into soft hibernation after 95% of the bandwidth is used, not 99%. This is especially important for daily hibernators who have a small accounting max. Hopefully it will result in fewer cut connections when the hard hibernation starts. - Load-balance better when using servers that claim more than 800kB/s of capacity. - Make NT services work (experimental, only used if compiled in). --- net/tor/PLIST | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/tor/PLIST') diff --git a/net/tor/PLIST b/net/tor/PLIST index 72b952e8892..8e322cee39c 100644 --- a/net/tor/PLIST +++ b/net/tor/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2005/01/11 21:02:20 tv Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/02/13 20:27:53 jschauma Exp $ bin/tor +bin/tor-resolve bin/torify man/man1/tor.1 +man/man1/tor-resolve.1 man/man1/torify.1 share/examples/tor/tor-tsocks.conf share/examples/tor/torrc.sample -- cgit v1.2.3