pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tor Update to 0.2.1.21, provided by Christian Stur...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe2a650aab4d
branches: trunk
changeset: 569054:fe2a650aab4d
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jan 05 11:24:30 2010 +0000
description:
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:
net/tor/Makefile | 4 ++--
net/tor/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 272959e88acb -r fe2a650aab4d net/tor/Makefile
--- a/net/tor/Makefile Tue Jan 05 11:21:54 2010 +0000
+++ b/net/tor/Makefile Tue Jan 05 11:24:30 2010 +0000
@@ -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 -r 272959e88acb -r fe2a650aab4d net/tor/distinfo
--- a/net/tor/distinfo Tue Jan 05 11:21:54 2010 +0000
+++ b/net/tor/distinfo Tue Jan 05 11:24:30 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index