diff options
author | tv <tv@pkgsrc.org> | 2006-12-17 21:53:43 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-12-17 21:53:43 +0000 |
commit | cf1fd4c1a837ebf31ae526797b471d59e05e7ec9 (patch) | |
tree | 0ee1743fe2b6dc70e3ef8a7aee52671e0a363387 /net/tor | |
parent | 07c2ede26e3b6a9dabd16363f52d703267ae0111 (diff) | |
download | pkgsrc-cf1fd4c1a837ebf31ae526797b471d59e05e7ec9.tar.gz |
Update to 0.1.1.26 to fix information disclosure vuln.
Changes in version 0.1.1.26 - 2006-12-14
o Security bugfixes:
- Stop sending the HttpProxyAuthenticator string to directory
servers when directory connections are tunnelled through Tor.
- Clients no longer store bandwidth history in the state file.
- Do not log introduction points for hidden services if SafeLogging
is set.
o Minor bugfixes:
- Fix an assert failure when a directory authority sets
AuthDirRejectUnlisted and then receives a descriptor from an
unlisted router (reported by seeess).
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 bf9fedc034a..04cf5f1aa6c 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2006/12/02 22:32:59 jschauma Exp $ +# $NetBSD: Makefile,v 1.38 2006/12/17 21:53:43 tv Exp $ # -DISTNAME= tor-0.1.1.25 +DISTNAME= tor-0.1.1.26 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 5c1818e1846..bb652269ebe 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.22 2006/11/08 19:41:10 tv Exp $ +$NetBSD: distinfo,v 1.23 2006/12/17 21:53:44 tv Exp $ -SHA1 (tor-0.1.1.25.tar.gz) = b7a976701a163f702f91e9f65d23b57db907d502 -RMD160 (tor-0.1.1.25.tar.gz) = d67bf4e8046544d5b0b3198be8da1e9b876cf045 -Size (tor-0.1.1.25.tar.gz) = 877917 bytes +SHA1 (tor-0.1.1.26.tar.gz) = 4d754ee52e20ae99179a74245a5288527c179ab6 +RMD160 (tor-0.1.1.26.tar.gz) = cc1ce91d96dc25a963d1f49f7965db106890949a +Size (tor-0.1.1.26.tar.gz) = 893367 bytes SHA1 (patch-ac) = 3e3a6bce4da2a55b60a52fcc4a575eaceb6a2aa8 SHA1 (patch-ad) = f0ead230249a0341b5d15c47d9361bd6e16ec23a |