pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add obfs4proxy, version 0.0.7.



Module Name:	pkgsrc-wip
Committed By:	Alexander Nasonov <alnsn%yandex.ru@localhost>
Pushed By:	alnsn
Date:		Sat Aug 12 11:22:43 2017 +0100
Changeset:	bfadcf738ede83e3493be5935cb80e4ab72f4c57

Added Files:
	obfs4proxy/DESCR
	obfs4proxy/Makefile
	obfs4proxy/PLIST
	obfs4proxy/distinfo

Log Message:
Add obfs4proxy, version 0.0.7.

obfs4proxy is a look-like nothing obfuscation protocol that incorporates
ideas and concepts from Philipp Winter's ScrambleSuit protocol.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bfadcf738ede83e3493be5935cb80e4ab72f4c57

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 obfs4proxy/DESCR    |  2 ++
 obfs4proxy/Makefile | 23 +++++++++++++++++++
 obfs4proxy/PLIST    | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 obfs4proxy/distinfo |  6 +++++
 4 files changed, 94 insertions(+)

diffs:
diff --git a/obfs4proxy/DESCR b/obfs4proxy/DESCR
new file mode 100644
index 0000000000..d46a8306c6
--- /dev/null
+++ b/obfs4proxy/DESCR
@@ -0,0 +1,2 @@
+obfs4proxy is a look-like nothing obfuscation protocol that incorporates
+ideas and concepts from Philipp Winter's ScrambleSuit protocol.
diff --git a/obfs4proxy/Makefile b/obfs4proxy/Makefile
new file mode 100644
index 0000000000..4c6c41ea45
--- /dev/null
+++ b/obfs4proxy/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	obfs4proxy-0.0.7
+CATEGORIES=	security net
+MASTER_SITES=	https://people.torproject.org/~yawning/releases/obfs4proxy/
+EXTRACT_SUFX=	.tar.xz
+
+MAINTAINER=	alnsn%NetBSD.org@localhost
+HOMEPAGE=	https://people.torproject.org/~yawning/releases/obfs4proxy/
+COMMENT=	Look-like nothing obfuscation protocol
+LICENSE=	modified-bsd
+
+WRKSRC=		${WRKDIR}
+GO_DIST_BASE=	${DISTNAME}
+GO_SRCPATH=	git.torproject.org/pluggable-transports/obfs4.git
+
+.include "../../net/go-net/buildlink3.mk"
+.include "../../security/go-crypto/buildlink3.mk"
+.include "../../wip/go-ed25519/buildlink3.mk"
+.include "../../wip/go-siphash/buildlink3.mk"
+.include "../../wip/go-goptlib/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/obfs4proxy/PLIST b/obfs4proxy/PLIST
new file mode 100644
index 0000000000..4f75c21399
--- /dev/null
+++ b/obfs4proxy/PLIST
@@ -0,0 +1,63 @@
+@comment $NetBSD$
+bin/obfs4proxy
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/csrand.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/drbg.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/log.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/ntor.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/probdist.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/replayfilter.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/socks5.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/common/uniformdh.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/base.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/meeklite.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs2.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs3.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/framing.a
+gopkg/pkg/${GO_PLATFORM}/git.torproject.org/pluggable-transports/obfs4.git/transports/scramblesuit.a
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/ChangeLog
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/LICENSE
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/README.md
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/csrand/csrand.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/drbg/hash_drbg.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/log/log.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/ntor/ntor.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/ntor/ntor_test.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/probdist/weighted_dist.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/probdist/weighted_dist_test.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/replayfilter/replay_filter.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/replayfilter/replay_filter_test.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/socks5/args.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/socks5/args_test.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/socks5/rfc1929.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/socks5/socks5.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/socks5/socks_test.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/uniformdh/uniformdh.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/common/uniformdh/uniformdh_test.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/doc/obfs4-spec.txt
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/doc/obfs4proxy.1
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy/obfs4proxy.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy/proxy_http.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy/proxy_socks4.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy/pt_extras.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy/termmon.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/obfs4proxy/termmon_linux.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/base/base.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/meeklite/base.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/meeklite/meek.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs2/obfs2.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs3/obfs3.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/framing/framing.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/framing/framing_test.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/handshake_ntor.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/handshake_ntor_test.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/obfs4.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/packet.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/obfs4/statefile.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/scramblesuit/base.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/scramblesuit/conn.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/scramblesuit/handshake_ticket.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/scramblesuit/handshake_uniformdh.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/scramblesuit/hkdf_expand.go
+gopkg/src/git.torproject.org/pluggable-transports/obfs4.git/transports/transports.go
diff --git a/obfs4proxy/distinfo b/obfs4proxy/distinfo
new file mode 100644
index 0000000000..dce2abe57d
--- /dev/null
+++ b/obfs4proxy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (obfs4proxy-0.0.7.tar.xz) = b81ed0ccdf2aa8d4195e0e7ca4a4403e3b34f860
+RMD160 (obfs4proxy-0.0.7.tar.xz) = d08600d43121683f0d4275854a632c4c92c3f513
+SHA512 (obfs4proxy-0.0.7.tar.xz) = b5da21d9ea0aae48667b3260500af15eaa135a30762a17cccd58554fca3090437db41e34166744956d302df3e2b98282f88fb4732c1df7086cb4b45942e1b90c
+Size (obfs4proxy-0.0.7.tar.xz) = 56184 bytes


Home | Main Index | Thread Index | Old Index