commit fd5fe8cb7018cbeb95bc798e8d31114257f1cc57 Author: David Fifield david@bamsoftware.com Date: Wed Mar 6 12:05:51 2013 -0800
New pyobfsproxy executable name in GNU/Linux bundles. --- doc/bundle-gnulinux.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/bundle-gnulinux.txt b/doc/bundle-gnulinux.txt index 9458ca4..c56c84a 100644 --- a/doc/bundle-gnulinux.txt +++ b/doc/bundle-gnulinux.txt @@ -112,7 +112,7 @@ Copy files into the bundle. $ cp -rL /usr/lib/pymodules/python2.6/M2Crypto App $ mkdir -p Docs/FlashProxy $ cp ~/flashproxy/dist/flashproxy-client-VERSION/{doc/*,README,LICENSE,ChangeLog} Docs/FlashProxy - $ cp -rL ~/pyobfsproxy/{obfsproxy,obfsproxy.py} App + $ cp -rL ~/pyobfsproxy/{obfsproxy,bin/pyobfsproxy} App $ cp -rL /usr/lib/python2.6/dist-packages/{Crypto,twisted,zope} App $ cp -rL /usr/lib/pymodules/python2.6/argparse.py App $ cp -rL /usr/local/lib/python2.6/dist-packages/pyptlib App @@ -145,7 +145,7 @@ CircuitBuildTimeout 60 # receive connections from the Internet (the port for which you # configured port forwarding). ClientTransportPlugin websocket exec ./App/flashproxy-client --register :0 :9000 -ClientTransportPlugin obfs2,obfs3 exec ./App/obfsproxy.py managed +ClientTransportPlugin obfs2,obfs3 exec ./App/pyobfsproxy managed
Re-zip the bundle. The "alpha" number should be independent of the browser bundle's alpha.
tor-commits@lists.torproject.org