diff options
author | drochner <drochner@pkgsrc.org> | 2012-08-13 17:13:45 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-08-13 17:13:45 +0000 |
commit | 0675cc8469c20616a3f48311086d22768f29c16f (patch) | |
tree | 1671472c1ef9fd9180e8c96648b660fba66625e2 /net | |
parent | d588ed54f57c170c559c16a45a3e72d2fa15dcea (diff) | |
download | pkgsrc-0675cc8469c20616a3f48311086d22768f29c16f.tar.gz |
update to 0.2.2.38
Tor 0.2.2.38 fixes a rare race condition that can crash exit relays;
fixes a remotely triggerable crash bug; and fixes a timing attack that
could in theory leak path information.
Diffstat (limited to 'net')
-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 0cec6685da6..cde392774be 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.87 2012/06/17 12:09:40 hauke Exp $ +# $NetBSD: Makefile,v 1.88 2012/08/13 17:13:45 drochner Exp $ # -DISTNAME= tor-0.2.2.37 +DISTNAME= tor-0.2.2.38 CATEGORIES= net security MASTER_SITES= http://www.torproject.org/dist/ # MASTER_SITES redirects to https, and ftp(1) cannot handle that. diff --git a/net/tor/distinfo b/net/tor/distinfo index 64d0e812b76..f6bf814cf7e 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.54 2012/06/17 12:09:40 hauke Exp $ +$NetBSD: distinfo,v 1.55 2012/08/13 17:13:45 drochner Exp $ -SHA1 (tor-0.2.2.37.tar.gz) = 3ac353e813426a27a86accdea76a6efd1b02d404 -RMD160 (tor-0.2.2.37.tar.gz) = 374675400ba8a740681fcb81d3cd66d373c6f165 -Size (tor-0.2.2.37.tar.gz) = 2925598 bytes +SHA1 (tor-0.2.2.38.tar.gz) = abac1902d301c6bd5d522e4cc81aead3299cf968 +RMD160 (tor-0.2.2.38.tar.gz) = 4402b590435c773b453234ca22b346bafb37376c +Size (tor-0.2.2.38.tar.gz) = 2928500 bytes SHA1 (patch-aa) = 5b89228dc37c459c48f24616933a5673a5a0a0d1 |