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.1.0.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f92c5037bca
branches:  trunk
changeset: 497817:4f92c5037bca
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Fri Aug 05 01:43:59 2005 +0000

description:
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:

 net/tor/Makefile |  4 ++--
 net/tor/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r ddb9abb31ace -r 4f92c5037bca net/tor/Makefile
--- a/net/tor/Makefile  Fri Aug 05 00:54:44 2005 +0000
+++ b/net/tor/Makefile  Fri Aug 05 01:43:59 2005 +0000
@@ -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 -r ddb9abb31ace -r 4f92c5037bca net/tor/distinfo
--- a/net/tor/distinfo  Fri Aug 05 00:54:44 2005 +0000
+++ b/net/tor/distinfo  Fri Aug 05 01:43:59 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index