Re: [tor-dev] update obfs4proxy in deb.torproject.org

2015-06-23 Thread isis
s7r transcribed 1.1K bytes: > Hi, > > An update is needed in > > http:// deb.torproject.org/torproject.org obfs4proxy main > > to version 0.0.5 (we currently have 0.0.4). armel and amrhf packages > for obfs4proxy would be nice too, for mobiles/tablets/raspberrys etc. Hey s7r, It is my underst

Re: [tor-dev] The future of GetTor

2015-06-23 Thread ilv
> > If this conversation moves elsewhere, I would really like to be kept in the > loop. > To all the people interested, below you'll find a wiki page where we can keep track of all the ideas that have come up. If you have your own idea, please add it :) https://trac.torproject.org/projects/tor

[tor-dev] small patch to allow gcc -fno-common for better ASAN coverage

2015-06-23 Thread starlight . 2015q2
Per https://code.google.com/p/address-sanitizer/wiki/Flags one benefits from compiling with -fno-common when -fsanitize=address is active The attached patch converts the single common variable to a global/extern variable. Seems a good idea to me. Have run this with no issues, but more ASAN co