diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-05 11:24:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-05 11:24:30 +0000 |
commit | 6bd979b4e13e78dac3aeb73b595de0b48a06774b (patch) | |
tree | c7b00bcf5a81a09849635af609c3ed9d602a4329 /net | |
parent | 939110c572f762940c2311ecf0852fa31168982f (diff) | |
download | pkgsrc-6bd979b4e13e78dac3aeb73b595de0b48a06774b.tar.gz |
Update to 0.2.1.21, provided by Christian Sturm in PR 42541, approved
by dillo@
Changes in version 0.2.1.21 - 2009-12-21
o Major bugfixes:
- Work around a security feature in OpenSSL 0.9.8l that prevents our
handshake from working unless we explicitly tell OpenSSL that we
are using SSL renegotiation safely. We are, of course, but OpenSSL
0.9.8l won't work unless we say we are.
- Avoid crashing if the client is trying to upload many bytes and the
circuit gets torn down at the same time, or if the flip side
happens on the exit relay. Bugfix on 0.2.0.1-alpha; fixes bug 1150.
o Minor bugfixes:
- Do not refuse to learn about authority certs and v2 networkstatus
documents that are older than the latest consensus. This bug might
have degraded client bootstrapping. Bugfix on 0.2.0.10-alpha.
Spotted and fixed by xmux.
- Fix a couple of very-hard-to-trigger memory leaks, and one hard-to-
trigger platform-specific option misparsing case found by Coverity
Scan.
- Fix a compilation warning on Fedora 12 by removing an impossible-to-
trigger assert. Fixes bug 1173.
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 f73e13dc5ec..6e2403e6e76 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2009/11/15 04:24:51 snj Exp $ +# $NetBSD: Makefile,v 1.68 2010/01/05 11:24:30 wiz Exp $ # -DISTNAME= tor-0.2.1.20 +DISTNAME= tor-0.2.1.21 CATEGORIES= net security MASTER_SITES= http://www.torproject.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 96e40014fc7..d25a3da0b2b 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2009/11/15 04:24:51 snj Exp $ +$NetBSD: distinfo,v 1.38 2010/01/05 11:24:30 wiz Exp $ -SHA1 (tor-0.2.1.20.tar.gz) = bfc6c7e9ccee23abc4e97ca4ba98aa3ad7784262 -RMD160 (tor-0.2.1.20.tar.gz) = ae4a4ab22fa9eb5c011c652ddd13033407f48e5a -Size (tor-0.2.1.20.tar.gz) = 2412059 bytes +SHA1 (tor-0.2.1.21.tar.gz) = 51c3a093d14b992dd6330783b38b09f8684ac89e +RMD160 (tor-0.2.1.21.tar.gz) = da240ad348acaf88d4b13a4f441523299feecd75 +Size (tor-0.2.1.21.tar.gz) = 2408983 bytes |