pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/tor update tor to 0.0.9.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c16df44fea5
branches:  trunk
changeset: 489944:8c16df44fea5
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Mon Feb 28 20:58:30 2005 +0000

description:
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:

 net/tor/Makefile |  5 ++---
 net/tor/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r af314bab8c49 -r 8c16df44fea5 net/tor/Makefile
--- a/net/tor/Makefile  Mon Feb 28 20:58:14 2005 +0000
+++ b/net/tor/Makefile  Mon Feb 28 20:58:30 2005 +0000
@@ -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 -r af314bab8c49 -r 8c16df44fea5 net/tor/distinfo
--- a/net/tor/distinfo  Mon Feb 28 20:58:14 2005 +0000
+++ b/net/tor/distinfo  Mon Feb 28 20:58:30 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index