obfsproxy: new package
authorJeffery To <redacted>
Fri, 11 Dec 2015 12:10:09 +0000 (20:10 +0800)
committerJeffery To <redacted>
Mon, 1 Aug 2016 07:48:25 +0000 (15:48 +0800)
commit48ebd8f0e59e5e916be191c6d9f66ad4a9fc46fe
treef7e081c3586786de5c305be06ec93b10a3b21432
parentf0be8b0ea22cebe6542d57a0525fcc844ccbce4a
obfsproxy: new package

From the Tor project page:

obfsproxy is a tool that attempts to circumvent censorship, by
transforming the Tor traffic between the client and the bridge. This
way, censors, who usually monitor traffic between the client and the
bridge, will see innocent-looking transformed traffic instead of the
actual Tor traffic.

This depends on:

- pyptlib (#2053)
- twisted (#2052)

Also, txsocksx (#2058) is necessary to use an outgoing SOCKS proxy,
and having either gmpy2 (#2067) or gmpy (#2051) installed will help
speed up calculations.

Signed-off-by: Jeffery To <redacted>
net/obfsproxy/Makefile [new file with mode: 0644]
net/obfsproxy/files/obfsproxy.conf [new file with mode: 0644]
net/obfsproxy/files/obfsproxy.init [new file with mode: 0644]
net/obfsproxy/patches/001-exclude-tests.patch [new file with mode: 0644]
net/obfsproxy/patches/002-fix-python-path.patch [new file with mode: 0644]
net/obfsproxy/patches/003-remove-argparse-dependency-test.patch [new file with mode: 0644]
net/obfsproxy/patches/004-add-syslog-support.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT