diff options
author | wiz <wiz> | 2010-04-02 09:58:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-04-02 09:58:44 +0000 |
commit | aea69d637fd97b3df089ba25b4c13c774e89ef21 (patch) | |
tree | fc90fdd73551e6bdfb67b7ba616af00112f3d693 /net/tor | |
parent | 87c09ab5a8956f10a1c9ed93c02a78a085ec63d4 (diff) | |
download | pkgsrc-aea69d637fd97b3df089ba25b4c13c774e89ef21.tar.gz |
Update to 0.2.1.25, provided by maintainer Christian Sturm in PR 43103:
Changes in version 0.2.1.25 - 2010-03-16
o Major bugfixes:
- Fix a regression from our patch for bug 1244 that caused relays
to guess their IP address incorrectly if they didn't set Address
in their torrc and/or their address fails to resolve. Bugfix on
0.2.1.23; fixes bug 1269.
- When freeing a session key, zero it out completely. We only zeroed
the first ptrsize bytes. Bugfix on 0.0.2pre8. Discovered and
patched by ekir. Fixes bug 1254.
o Minor bugfixes:
- Fix a dereference-then-NULL-check sequence when publishing
descriptors. Bugfix on 0.2.1.5-alpha. Discovered by ekir; fixes
bug 1255.
- Fix another dereference-then-NULL-check sequence. Bugfix on
0.2.1.14-rc. Discovered by ekir; fixes bug 1256.
- Make sure we treat potentially not NUL-terminated strings correctly.
Bugfix on 0.1.1.13-alpha. Discovered by rieo; fixes bug 1257.
Diffstat (limited to 'net/tor')
-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 9812f6eb9a6..5567333c2ae 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2010/03/02 11:25:59 obache Exp $ +# $NetBSD: Makefile,v 1.72 2010/04/02 09:58:44 wiz Exp $ # -DISTNAME= tor-0.2.1.24 +DISTNAME= tor-0.2.1.25 CATEGORIES= net security MASTER_SITES= http://www.torproject.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index 8e68a4bf55f..c6687b4dda7 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.40 2010/03/02 11:25:59 obache Exp $ +$NetBSD: distinfo,v 1.41 2010/04/02 09:58:44 wiz Exp $ -SHA1 (tor-0.2.1.24.tar.gz) = 7b51c9e2f9ad5b70dea2fbe73728cd64213fc505 -RMD160 (tor-0.2.1.24.tar.gz) = d6c65499fbc942afc94e508a8e553091aeadb159 -Size (tor-0.2.1.24.tar.gz) = 2396864 bytes +SHA1 (tor-0.2.1.25.tar.gz) = 11c176374be47825b4b7fa00b5654277d0838022 +RMD160 (tor-0.2.1.25.tar.gz) = e691b904e0d447b3f590f1e9e71b4daad020bd8d +Size (tor-0.2.1.25.tar.gz) = 2406985 bytes |