diff options
author | tv <tv> | 2006-06-12 14:31:49 +0000 |
---|---|---|
committer | tv <tv> | 2006-06-12 14:31:49 +0000 |
commit | f7014ce2757ffc783aab2d912422cdcc192ae5da (patch) | |
tree | fc4c7b4287998dfbc62026aa0c0d9fce34b37003 /net/tor | |
parent | 8bca9efda3beb3ba4a7ff66ee879fcd575a91e11 (diff) | |
download | pkgsrc-f7014ce2757ffc783aab2d912422cdcc192ae5da.tar.gz |
Changes in version 0.1.1.21 - 2006-06-10
o Crash and assert fixes from 0.1.1.20:
- Fix a rare crash on Tor servers that have enabled hibernation.
- Fix a seg fault on startup for Tor networks that use only one
directory authority.
- Fix an assert from a race condition that occurs on Tor servers
while exiting, where various threads are trying to log that they're
exiting, and delete the logs, at the same time.
- Make our unit tests pass again on certain obscure platforms.
[Noncritical changes, of which there are many, are in the ChangeLog.]
Diffstat (limited to 'net/tor')
-rw-r--r-- | net/tor/Makefile | 4 | ||||
-rw-r--r-- | net/tor/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index d460a120eb7..775073668aa 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2006/05/28 17:50:23 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2006/06/12 14:31:49 tv Exp $ # -DISTNAME= tor-0.1.1.20 +DISTNAME= tor-0.1.1.21 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 2e022e3eb16..e14fa5473c5 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2006/05/26 02:21:41 jschauma Exp $ +$NetBSD: distinfo,v 1.18 2006/06/12 14:31:49 tv Exp $ -SHA1 (tor-0.1.1.20.tar.gz) = 34af6983edd96d79c73e360aebc74d77d9bb828b -RMD160 (tor-0.1.1.20.tar.gz) = 5d48d2954931fb28f0039f2472245abc9896316c -Size (tor-0.1.1.20.tar.gz) = 828833 bytes +SHA1 (tor-0.1.1.21.tar.gz) = 553d91032647acac3d67c3306c1a4d9dcca4d0d5 +RMD160 (tor-0.1.1.21.tar.gz) = b9cf03751c48827668df07588731d9977da6604a +Size (tor-0.1.1.21.tar.gz) = 833839 bytes SHA1 (patch-ac) = 3e3a6bce4da2a55b60a52fcc4a575eaceb6a2aa8 SHA1 (patch-ad) = f0ead230249a0341b5d15c47d9361bd6e16ec23a |