diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-08 19:28:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-08 19:28:28 +0000 |
commit | 302984f1674c64a0a124ad8998054ba4370862c5 (patch) | |
tree | 9040c1382c20d5cf1139116c142d51a12e13be4c /net/tor | |
parent | 0dff388df1bd5001a5f56f0867dee1b6478df834 (diff) | |
download | pkgsrc-302984f1674c64a0a124ad8998054ba4370862c5.tar.gz |
Update to 0.2.0.31:
Changes in version 0.2.0.31 - 2008-09-03
o Major bugfixes:
- Make sure that two circuits can never exist on the same connection
with the same circuit ID, even if one is marked for close. This
is conceivably a bugfix for bug 779. Bugfix on 0.1.0.4-rc.
- Relays now reject risky extend cells: if the extend cell includes
a digest of all zeroes, or asks to extend back to the relay that
sent the extend cell, tear down the circuit. Ideas suggested
by rovv.
- If not enough of our entry guards are available so we add a new
one, we might use the new one even if it overlapped with the
current circuit's exit relay (or its family). Anonymity bugfix
pointed out by rovv.
o Minor bugfixes:
- Recover 3-7 bytes that were wasted per memory chunk. Fixes bug
794; bug spotted by rovv. Bugfix on 0.2.0.1-alpha.
- Correctly detect the presence of the linux/netfilter_ipv4.h header
when building against recent kernels. Bugfix on 0.1.2.1-alpha.
- Pick size of default geoip filename string correctly on windows.
Fixes bug 806. Bugfix on 0.2.0.30.
- Make the autoconf script accept the obsolete --with-ssl-dir
option as an alias for the actually-working --with-openssl-dir
option. Fix the help documentation to recommend --with-openssl-dir.
Based on a patch by "Dave". Bugfix on 0.2.0.1-alpha.
- Disallow session resumption attempts during the renegotiation
stage of the v2 handshake protocol. Clients should never be trying
session resumption at this point, but apparently some did, in
ways that caused the handshake to fail. Bug found by Geoff Goodell.
Bugfix on 0.2.0.20-rc.
- When using the TransPort option on OpenBSD, and using the User
option to change UID and drop privileges, make sure to open
/dev/pf before dropping privileges. Fixes bug 782. Patch from
Christopher Davis. Bugfix on 0.1.2.1-alpha.
- Try to attach connections immediately upon receiving a RENDEZVOUS2
or RENDEZVOUS_ESTABLISHED cell. This can save a second or two
on the client side when connecting to a hidden service. Bugfix
on 0.0.6pre1. Found and fixed by Christian Wilms; resolves bug 743.
- When closing an application-side connection because its circuit is
getting torn down, generate the stream event correctly. Bugfix on
0.1.2.x. Anonymous patch.
Diffstat (limited to 'net/tor')
-rw-r--r-- | net/tor/Makefile | 5 | ||||
-rw-r--r-- | net/tor/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile index 9628ce063a4..7a9dcdfa7d1 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2008/09/06 21:39:52 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2008/09/08 19:28:28 wiz Exp $ # -DISTNAME= tor-0.2.0.30 -PKGREVISION= 1 +DISTNAME= tor-0.2.0.31 CATEGORIES= net security MASTER_SITES= http://www.torproject.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 0d2a6af4197..5d9db25dabd 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.29 2008/08/01 17:23:21 wiz Exp $ +$NetBSD: distinfo,v 1.30 2008/09/08 19:28:28 wiz Exp $ -SHA1 (tor-0.2.0.30.tar.gz) = c6fbb3bf0141f4b34cc90845373b3dfa8b47ddc4 -RMD160 (tor-0.2.0.30.tar.gz) = e51a38aa1531076bc9722e1584403f917d207dd0 -Size (tor-0.2.0.30.tar.gz) = 2155463 bytes +SHA1 (tor-0.2.0.31.tar.gz) = a586cc017a791ac481fde836c3cf8e3667fb5cfc +RMD160 (tor-0.2.0.31.tar.gz) = 584cbbd9f295a8f677bc95a5f05dc78f6184b97a +Size (tor-0.2.0.31.tar.gz) = 2156305 bytes SHA1 (patch-aa) = 630e1e0a9591c136987b504e73c64ff9f53b54e9 SHA1 (patch-ab) = 3363efdcf8b9918c1249add1046077f2323a11ff |