diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-02-28 20:58:30 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-02-28 20:58:30 +0000 |
commit | 5c63ceb3a8c4e32d3eacfca2ab0f9e905629b518 (patch) | |
tree | d9f9388cd70431fd53fa3f794ff8be2e9dbc1d92 /net | |
parent | ae8d469a1cb3b017dcf58e45d37a583c185fa729 (diff) | |
download | pkgsrc-5c63ceb3a8c4e32d3eacfca2ab0f9e905629b518.tar.gz |
update tor to 0.0.9.5:
- Fix an assert race at exit nodes when resolve requests fail.
- Stop picking unverified dir mirrors--it only leads to misery.
- Patch from Dmitry Bely so Tor runs better as a service under
the win32 SYSTEM account. Service support is still not compiled
into the executable by default.
- Make tor-resolve actually work (?) on Win32.
- Fix a sign bug when getrlimit claims to have 4+ billion
file descriptors available.
- Stop refusing to start when bandwidthburst == bandwidthrate.
- When create cells have been on the onion queue more than five
seconds, just send back a destroy and take them off the list.
Diffstat (limited to 'net')
-rw-r--r-- | net/tor/Makefile | 5 | ||||
-rw-r--r-- | net/tor/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 4f31dbedcba..e340312be47 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2005/02/18 04:13:04 jschauma Exp $ +# $NetBSD: Makefile,v 1.10 2005/02/28 20:58:30 jschauma Exp $ # -DISTNAME= tor-0.0.9.4 -PKGREVISION= 2 +DISTNAME= tor-0.0.9.5 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 68edaed1481..758a5154901 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 12:14:05 agc Exp $ +$NetBSD: distinfo,v 1.7 2005/02/28 20:58:30 jschauma Exp $ -SHA1 (tor-0.0.9.4.tar.gz) = 24e09332cb9c21eeddb70da3d514fd0a71d049ec -RMD160 (tor-0.0.9.4.tar.gz) = 88a7ed7b584fab199654ae61e1bf2b77fe01f6b1 -Size (tor-0.0.9.4.tar.gz) = 542945 bytes +SHA1 (tor-0.0.9.5.tar.gz) = 8dcd2235d934b54223cae12bf796d8ff0b254fbf +RMD160 (tor-0.0.9.5.tar.gz) = 246963fe209f283be729714c3cdb95f3777ebab5 +Size (tor-0.0.9.5.tar.gz) = 569467 bytes SHA1 (patch-ac) = c036da74ca6f842af9c5426b96ee0e65215bb964 |