From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/obfs4proxy/
Date: Mon, 28 Nov 2016 16:27:15 +0000 (UTC) [thread overview]
Message-ID: <1480350408.bae9cb1de5c65fe8348512e0229ba565c3324d39.marecki@gentoo> (raw)
commit: bae9cb1de5c65fe8348512e0229ba565c3324d39
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 16:24:55 2016 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 16:26:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae9cb1d
net-proxy/obfs4proxy: bump to 0.0.7
Package-Manager: portage-2.3.2
net-proxy/obfs4proxy/Manifest | 1 +
net-proxy/obfs4proxy/obfs4proxy-0.0.7.ebuild | 49 ++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/net-proxy/obfs4proxy/Manifest b/net-proxy/obfs4proxy/Manifest
index ab01d0d..e085670 100644
--- a/net-proxy/obfs4proxy/Manifest
+++ b/net-proxy/obfs4proxy/Manifest
@@ -1 +1,2 @@
DIST obfs4proxy-0.0.6.tar.gz 67151 SHA256 a7b0a96ca3d1ed4d149bacab39b1b57477f8a5350d91e46bca15d6237ab1c0e0 SHA512 fb1584cec5db09ffc1124497daffd1cab1f9895eb080334004356cd08ec463a65226187c8462d8fe60df30f4c8c321ae8fb38e0c7b8a64216ed9413927bcd303 WHIRLPOOL e920a5fdd8b3b726b232a5dc4c59ba4015bad14361867be15959a3c3327c5bcd560faa91326ad6dc4291f8e4256221f23ed444ed96928090e45d88bcd04d8207
+DIST obfs4proxy-0.0.7.tar.gz 67479 SHA256 8e2f0fcb93ccc788601d00e84677624f6a03b785fd2e19e41740a5d15ae3510e SHA512 57b71138a139b1821cf58c8e1965f207a6164a046bbfc8d6da828351d4f5bf4ecfb63ca5c69dba834c4e3a72362089d2a7fd296278115c0cae1c53c51d1b124d WHIRLPOOL 63fd353fc0293d8f73477b5dac1b16a63ed373e27cefd1bbf79455e6d12f20809733f84561c18f58ef2774880d3068e4cc7a88ab1aa459f295f61590b478d127
diff --git a/net-proxy/obfs4proxy/obfs4proxy-0.0.7.ebuild b/net-proxy/obfs4proxy/obfs4proxy-0.0.7.ebuild
new file mode 100644
index 00000000..d5f423d
--- /dev/null
+++ b/net-proxy/obfs4proxy/obfs4proxy-0.0.7.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit golang-build
+
+EGO_SRC=git.torproject.org/pluggable-transports/obfs4.git
+EGO_PN=${EGO_SRC}/...
+
+if [[ ${PV} == "9999" ]];
+then
+ inherit golang-vcs
+else
+ KEYWORDS="~amd64 ~arm ~x86"
+ EGIT_COMMIT="${P}"
+ SRC_URI="https://github.com/Yawning/obfs4/archive/${P}.tar.gz -> ${P}.tar.gz"
+ inherit golang-vcs-snapshot
+fi
+
+DESCRIPTION="An obfuscating proxy supporting Tor's pluggable transport protocol obfs4"
+HOMEPAGE="https://github.com/Yawning/obfs4"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-go/ed25519
+ dev-go/go-crypto
+ dev-go/go-net
+ dev-go/goptlib
+ dev-go/siphash"
+RDEPEND=""
+
+src_compile() {
+ golang-build_src_compile
+ local binfile=$(find "${T}" -name a.out)
+ [[ -x ${binfile} ]] || die "a.out not found"
+ cp -a ${binfile} obfs4proxy
+}
+
+src_install() {
+ default
+ dobin obfs4proxy || die "install failed"
+ cd src/${EGO_SRC}
+ doman doc/obfs4proxy.1 || die "install failed"
+ dodoc README.md ChangeLog doc/obfs4-spec.txt || die "install failed"
+}
next reply other threads:[~2016-11-28 16:27 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-28 16:27 Marek Szuba [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-12 0:56 [gentoo-commits] repo/gentoo:master commit in: net-proxy/obfs4proxy/ Marek Szuba
2022-11-11 3:50 Sam James
2022-11-11 3:50 Sam James
2022-11-10 18:18 Arthur Zamarin
2022-09-05 9:40 Marek Szuba
2022-04-11 11:16 Marek Szuba
2022-04-11 6:35 Jakov Smolić
2022-04-10 17:47 Arthur Zamarin
2022-04-10 9:05 Agostino Sarubbo
2022-03-01 16:47 Marek Szuba
2022-02-04 14:07 Marek Szuba
2022-01-12 21:52 Marek Szuba
2022-01-03 23:14 Marek Szuba
2021-05-13 16:50 Marek Szuba
2020-07-18 11:56 Marek Szuba
2020-05-11 11:38 Agostino Sarubbo
2020-05-08 6:38 Agostino Sarubbo
2020-03-25 15:15 Marek Szuba
2020-03-25 15:15 Marek Szuba
2020-03-04 16:04 Marek Szuba
2019-09-23 13:39 Marek Szuba
2019-09-23 13:39 Marek Szuba
2019-07-15 11:46 Marek Szuba
2019-07-15 11:46 Marek Szuba
2019-06-10 15:51 Marek Szuba
2019-03-28 10:51 Marek Szuba
2019-03-28 10:51 Marek Szuba
2019-03-28 10:51 Marek Szuba
2016-09-21 14:37 Marek Szuba
2016-08-30 20:25 Markus Meier
2016-07-29 14:17 Marek Szuba
2016-05-25 9:04 Ian Delaney
2016-04-23 6:50 Anthony G. Basile
2016-04-23 6:50 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1480350408.bae9cb1de5c65fe8348512e0229ba565c3324d39.marecki@gentoo \
--to=marecki@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox