diff options
author | tv <tv@pkgsrc.org> | 2006-06-12 14:31:49 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-06-12 14:31:49 +0000 |
commit | 9613ee9475d481bdfc9e516f9c6684c9c0e3c95f (patch) | |
tree | fc4c7b4287998dfbc62026aa0c0d9fce34b37003 /net/tor/Makefile | |
parent | 3a25a1c0210419d2dc430c29e333b83e766b86d4 (diff) | |
download | pkgsrc-9613ee9475d481bdfc9e516f9c6684c9c0e3c95f.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/Makefile')
-rw-r--r-- | net/tor/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |