diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-08-05 01:43:59 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-08-05 01:43:59 +0000 |
commit | 8041354cf33d7693ef0f42298ceb87f1b4cbc9fc (patch) | |
tree | b05b000a857fd3d1f21c99bcc4ad995185a18edc /net/tor | |
parent | 4c9ee2194ac9730314b6530c9c3c67998362022f (diff) | |
download | pkgsrc-8041354cf33d7693ef0f42298ceb87f1b4cbc9fc.tar.gz |
Update to 0.1.0.13:
- Fix a critical bug in the security of our crypto handshakes.
- Fix a size_t underflow in smartlist_join_strings2() that made
it do bad things when you hand it an empty smartlist.
- Fix Windows installer to ship Tor license (thanks to Aphex for
pointing out this oversight) and put a link to the doc directory
in the start menu.
- Explicitly set no-unaligned-access for sparc: it turns out the
new gcc's let you compile broken code, but that doesn't make it
not-broken
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 a5fe059c909..2e7dcf7bd89 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2005/08/04 10:55:31 drochner Exp $ +# $NetBSD: Makefile,v 1.16 2005/08/05 01:43:59 jschauma Exp $ # -DISTNAME= tor-0.1.0.12 +DISTNAME= tor-0.1.0.13 CATEGORIES= net security MASTER_SITES= http://tor.eff.org/dist/ diff --git a/net/tor/distinfo b/net/tor/distinfo index fea6e156135..8b4cfe45164 100644 --- a/net/tor/distinfo +++ b/net/tor/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.11 2005/08/04 10:55:31 drochner Exp $ +$NetBSD: distinfo,v 1.12 2005/08/05 01:43:59 jschauma Exp $ -SHA1 (tor-0.1.0.12.tar.gz) = 6b6372acd9c2027e5cbbc1d156025c1332a4b017 -RMD160 (tor-0.1.0.12.tar.gz) = de6cf04636e75736ccc4d18ab4bf16d6068e5bab -Size (tor-0.1.0.12.tar.gz) = 630549 bytes +SHA1 (tor-0.1.0.13.tar.gz) = 4f0b96a360177808c1cb52d5b3efac7688f4558b +RMD160 (tor-0.1.0.13.tar.gz) = 1fe619b6634947544ec2dd063b10e1d59963e3ab +Size (tor-0.1.0.13.tar.gz) = 631291 bytes SHA1 (patch-ac) = 56236bb89dc5975beaf24513218acbba39f9fa82 SHA1 (patch-ad) = b70a2d675349ecb815de27ad4c67c195ed79e658 |