aboutsummaryrefslogtreecommitdiff
path: root/security/obfsclient
Commit message (Collapse)AuthorAgeFilesLines
* Update ports in the s* categores to not use GH_COMMIT.Mathieu Arnold2015-05-072-5/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385645
* Improve portability and allow for building with GCC 4.9 and above.Gerald Pfeifer2015-03-223-0/+103
| | | | | | | | | | This backports some upstream fixes. PR: 197909 Submitted by: Fabian Keil <fk@fabiankeil.de> (maintainer) Notes: svn path=/head/; revision=381884
* - Convert to USES=autoreconfTijl Coosemans2014-10-011-7/+3
| | | | | | | - Remove USES=libtool:build because this port does not use libtool Notes: svn path=/head/; revision=369711
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Add devel/liballium and security/obfsclient.Adam Weinberger2014-08-233-0/+50
liballium attempts to reduce the amount of boilerplate code required to implement pluggable transports for Tor in C or C++. WWW: https://github.com/yawning/liballium obfsclient is a C++11 Tor-managed pluggable transport client implementation of the following protocols: obfs2 - The Twobfuscator obfs3 - The Threebfuscator ScrambleSuit - Experimental WWW: https://github.com/yawning/obfsclient PR: 187926, 187927 Submitted by: fk@fabiankeil.de Notes: svn path=/head/; revision=365738