pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/tor



Module name:    wip
Committed by:   athaba
Date:           Thu Jul 10 22:48:20 UTC 2008

Modified Files:
        wip/tor: Makefile distinfo

Log Message:
Updated to version 0.2.0.29-rc

Changelog:
o Major bugfixes:
 - If you have more than one bridge but don't know their keys,
   you would only launch a request for the descriptor of the first one
   on your list. (Tor considered launching requests for the others, but
   found that it already had a connection on the way for $0000...0000
   so it didn't open another.) Bugfix on 0.2.0.x.
 - If you have more than one bridge but don't know their keys, and the
   connection to one of the bridges failed, you would cancel all
   pending bridge connections. (After all, they all have the same
   digest.) Bugfix on 0.2.0.x.
 - When a hidden service was trying to establish an introduction point,
   and Tor had built circuits preemptively for such purposes, we
   were ignoring all the preemptive circuits and launching a new one
   instead. Bugfix on 0.2.0.14-alpha.
 - When a hidden service was trying to establish an introduction point,
   and Tor *did* manage to reuse one of the preemptively built
   circuits, it didn't correctly remember which one it used,
   so it asked for another one soon after, until there were no
   more preemptive circuits, at which point it launched one from
   scratch. Bugfix on 0.0.9.x.
 - Make directory servers include the X-Your-Address-Is: http header in
   their responses even for begin_dir conns. Now clients who only
   ever use begin_dir connections still have a way to learn their IP
   address. Fixes bug 737; bugfix on 0.2.0.22-rc. Reported by goldy.

o Minor bugfixes:
 - Fix a macro/CPP interactions that was confusing some compilers:
   some GCCs don't like #if/#endif pairs inside macro arguments.
   Fix for bug 707.
 - Fix macro collision between OpenSSL 0.9.8h and Windows headers.
   Fixes bug 704; fix from Steven Murdoch.
 - When opening /dev/null in finish_daemonize(), do not pass the
   O_CREAT flag. Fortify was complaining, and correctly so. Fixes
   bug 742; fix from Michael Scherer. Bugfix on 0.0.2pre19.
 - Correctly detect transparent proxy support on Linux hosts that
   require in.h to be included before netfilter_ipv4.h.  Patch
   from coderman.
 - Disallow session resumption attempts during the renegotiation
   stage of the v2 handshake protocol.  Clients should never be
   trying session resumption at this point, but apparently some
   did, in ways that caused the handshake to fail.  Bugfix on
   0.2.0.20-rc.  Bug found by Geoff Goodell.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.18 -r1.19 wip/tor/distinfo
cvs -z3 rdiff -u -r1.24 -r1.25 wip/tor/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/tor/distinfo?r1=1.18&r2=1.19
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/tor/Makefile?r1=1.24&r2=1.25

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index