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 | 5815802e59a861bb339371339badb413cffe35e9 (patch) | |
tree | 3b49c11fa7c66c3c228b16041e17a37322bfc01a | |
parent | 8eccb363216c39a6ce8e84a0674e22816052a313 (diff) | |
download | pkgsrc-5815802e59a861bb339371339badb413cffe35e9.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.
-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 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/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 8b4cfe45164..4d111c0ba28 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2005/08/05 01:43:59 jschauma Exp $ +$NetBSD: distinfo,v 1.13 2005/08/09 09:01:08 drochner Exp $ -SHA1 (tor-0.1.0.13.tar.gz) = 4f0b96a360177808c1cb52d5b3efac7688f4558b -RMD160 (tor-0.1.0.13.tar.gz) = 1fe619b6634947544ec2dd063b10e1d59963e3ab -Size (tor-0.1.0.13.tar.gz) = 631291 bytes +SHA1 (tor-0.1.0.14.tar.gz) = 1701eef4de23606b844f71cd2acb09f834b1c391 +RMD160 (tor-0.1.0.14.tar.gz) = c9e0728c123b5f4f0131528f6cde9de473153be6 +Size (tor-0.1.0.14.tar.gz) = 631723 bytes SHA1 (patch-ac) = 56236bb89dc5975beaf24513218acbba39f9fa82 SHA1 (patch-ad) = b70a2d675349ecb815de27ad4c67c195ed79e658 |