diff options
author | tv <tv> | 2006-12-17 21:53:43 +0000 |
---|---|---|
committer | tv <tv> | 2006-12-17 21:53:43 +0000 |
commit | d7a79f34e93f5da2944433faf738fc3852b4d702 (patch) | |
tree | 0ee1743fe2b6dc70e3ef8a7aee52671e0a363387 /net/tor/Makefile | |
parent | acc8e7d5389512bf547cfd12dec8a7a9e4eba12f (diff) | |
download | pkgsrc-d7a79f34e93f5da2944433faf738fc3852b4d702.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/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 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/ |