aboutsummaryrefslogtreecommitdiff
path: root/net/obfsproxy/patches
Commit message (Collapse)AuthorAge
* obfsproxy: Remove packageJeffery To2020-03-31
| | | | | | | | | | | | This version of obfsproxy will cease to function once Python 2 is removed from the feed. Upstream has indicated[1] that this package will not be updated to use Python 3. This package will be added to the abandoned packages feed. [1]: https://trac.torproject.org/projects/tor/ticket/31057 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* obfsproxy: new packageJeffery To2016-08-01
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 <jeffery.to@gmail.com>