obfs4proxy: new packages (including dependencies)
authorJeffery To <redacted>
Sat, 17 Mar 2018 16:59:09 +0000 (00:59 +0800)
committerJeffery To <redacted>
Mon, 25 Jun 2018 08:52:59 +0000 (16:52 +0800)
commit9c6d03db9eca778eaa27026a9d825d66fa20a101
tree8073b4a8680eef5b5b54f51e5321f879679d502b
parentde8e819f314213d8cf4043222d9cb084f158642c
obfs4proxy: new packages (including dependencies)

obfs4proxy is a Tor pluggable transport proxy, implementing obfs4.

This commit also includes obfs4proxy's build time dependencies:

* golang-github-agl-ed25519: Go implementation of Ed25519 signature
  algorithm
* golang-github-dchest-siphash: Go implementation of SipHash-2-4
* golang-golang-x-crypto: Go supplementary cryptography libraries
* golang-golang-x-net: Go supplementary network libraries
* golang-golang-x-sys: Go packages for interaction with the OS
* golang-golang-x-text: Go text processing support
* golang-torproject-pluggable-transports-goptlib: Tor pluggable
  transports library for Go

Signed-off-by: Jeffery To <redacted>
lang/golang/golang-github-agl-ed25519/Makefile [new file with mode: 0644]
lang/golang/golang-github-dchest-siphash/Makefile [new file with mode: 0644]
lang/golang/golang-golang-x-crypto/Makefile [new file with mode: 0644]
lang/golang/golang-golang-x-net/Makefile [new file with mode: 0644]
lang/golang/golang-golang-x-sys/Makefile [new file with mode: 0644]
lang/golang/golang-golang-x-text/Makefile [new file with mode: 0644]
lang/golang/golang-torproject-pluggable-transports-goptlib/Makefile [new file with mode: 0644]
net/obfs4proxy/Makefile [new file with mode: 0644]
net/obfs4proxy/patches/bug-24793-send-correct-http-header-for-basic-auth.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT