Skip to content

Commit

Permalink
Merge branch 'master' of github.com:torbsd/openbsd-ports
Browse files Browse the repository at this point in the history
  • Loading branch information
haqistan committed Aug 10, 2017
2 parents ac26f7d + 7755d3c commit a57245a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 10 additions & 7 deletions net/obfs4proxy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,26 @@

COMMENT = a look-like nothing obfuscation protocol for TCP

GH_ACCOUNT = Yawning
GH_PROJECT = obfs4
GH_TAGNAME = 0.0.7
DISTNAME = obfs4proxy-${GH_TAGNAME}
MASTER_SITES = https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/
V = 0.0.7
DISTNAME = obfs4proxy-${V}

WANTLIB += c pthread

MASTER_SITES = https://people.torproject.org/~yawning/releases/obfs4proxy/

EXTRACT_SUFX = .tar.xz

CATEGORIES = net www

HOMEPAGE = https://www.torproject.org/docs/pluggable-transports
HOMEPAGE = https://gitweb.torproject.org/pluggable-transports/obfs4.git/tree/README.md

MAINTAINER = Sean Levy <[email protected]>

# BSD
PERMIT_PACKAGE_CDROM = Yes

MODULES += lang/go
MODGO_SUBDIR = ${WRKDIR}/${GH_PROJECT}-obfs4proxy-${GH_TAGNAME}
#MODGO_SUBDIR = ${WRKDIR}/${GH_PROJECT}-obfs4proxy-${GH_TAGNAME}
ALL_TARGET_BASE = git.torproject.org/pluggable-transports/obfs4.git
WRKSRC = ${MODGO_WORKSPACE}/src/${ALL_TARGET_BASE}
ALL_TARGET = ${ALL_TARGET_BASE}/obfs4proxy \
Expand Down
2 changes: 0 additions & 2 deletions net/obfs4proxy/pkg/DESCR
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@ obfs4 (a.k.a. The Obfuscator) is a transport with the same features as
ScrambleSuit but utilizing Dan Bernstein's elligator2 technique for
public key obfuscation, and the ntor protocol for one-way
authentication. This results in a faster protocol.

WWW: https://github.com/yawning/obfs4/blob/master/doc/obfs4-spec.txt

0 comments on commit a57245a

Please sign in to comment.