diff options
author | drochner <drochner@pkgsrc.org> | 2005-08-09 09:01:08 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-08-09 09:01:08 +0000 |
commit | 20a73f15fa277e53eea868bbb4d455bd6e44efb8 (patch) | |
tree | 3b49c11fa7c66c3c228b16041e17a37322bfc01a /net/tor/Makefile | |
parent | 342cab9c494f6335d3362e695281f95e03c694d3 (diff) | |
download | pkgsrc-20a73f15fa277e53eea868bbb4d455bd6e44efb8.tar.gz |
update to tor-0.1.0.14
Tor 0.1.0.14 fixes the second half of an important bug in the security of
our crypto handshakes. This time for sure. :) All clients should upgrade.
o Bugfixes on 0.1.0.x:
- Fix the other half of the bug with crypto handshakes.
- Fix an assert trigger if you send a 'signal term' via the
controller when it's listening for 'event info' messages.
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 2e7dcf7bd89..83c8995a1e9 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2005/08/05 01:43:59 jschauma Exp $ +# $NetBSD: Makefile,v 1.17 2005/08/09 09:01:08 drochner Exp $ # -DISTNAME= tor-0.1.0.13 +DISTNAME= tor-0.1.0.14 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ |