summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2010-01-05 11:24:30 +0000
committerwiz <wiz>2010-01-05 11:24:30 +0000
commit16c5b09a796e3d4d1ae03d4959f8fe5c0bb271f1 (patch)
treec7b00bcf5a81a09849635af609c3ed9d602a4329 /net
parent023ab73d3d00acf46a0f97194b6ef76508605dd0 (diff)
downloadpkgsrc-16c5b09a796e3d4d1ae03d4959f8fe5c0bb271f1.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/Makefile4
-rw-r--r--net/tor/distinfo8
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