summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-proxy/obfs4proxy: remove oldMarek Szuba2019-03-282-49/+0
| | | | | Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* net-proxy/obfs4proxy: remove the live ebuildMarek Szuba2019-03-281-48/+0
| | | | | | | | On the one hand the latest release is now relatively close to the master, on the other I suspect live ebuilds + vendoring = trouble. Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* net-proxy/obfs4proxy: bump to 0.0.9Marek Szuba2019-03-282-0/+55
| | | | | | | | | | | | | Partly vendored because trying to package both yawning/utls and dsnet/compress resulted in them attempting to pull in a whole lot of additional dependencies, which we apparently do not need in obfs4proxy itself. Plus that way we were able to release this package without waiting for dev-go/go-crypto, dev-go/go-net and dev-go/go-sys to be bumped, although I hope the vendoring of these will only be temporary. Closes: https://bugs.gentoo.org/677460 Signed-off-by: Marek Szuba <marecki@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* net-proxy/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-proxy/obfs4proxy: bump to 0.0.7Marek Szuba2016-11-282-0/+50
| | | | Package-Manager: portage-2.3.2
* net-proxy/obfs4proxy: add ~x86 keywordMarek Szuba2016-09-211-1/+1
| | | | | | | | Tested on a x86 virtual machine. Gentoo-Bug: 590766 Package-Manager: portage-2.3.1
* net-proxy/obfs4proxy: add ~arm, bug #590766Markus Meier2016-08-301-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
* dev-python/pyicu: update metadataMarek Szuba2016-08-241-0/+3
| | | | | | | | * add the upstream remote-id for the Github project * add the upstream remote-id for the PyPI entry * indent with tabs instead of spaces Package-Manager: portage-2.3.0
* net-proxy/obfs4proxy: update maintainer e-mail.Marek Szuba2016-07-291-1/+1
| | | | Package-Manager: portage-2.3.0
* net-proxy/obfs4proxy: remove description tagMarek Szuba2016-05-251-1/+0
| | | | | | | | | from metadata file Package-Manager: portage-2.3.0_rc1 Closes: https://github.com/gentoo/gentoo/pull/1528 Signed-off-by: Ian Delaney <idella4@gentoo.org>
* net-proxy/obfs4proxy: fix LICENSE, add proxied maintainerAnthony G. Basile2016-04-234-5/+7
| | | | Package-Manager: portage-2.2.26
* New ebuild: net-proxy/obfs4proxy.Marek Szuba2016-04-234-0/+110
| | | | | | | A new obfuscating proxy for Tor bridges which supports, among others, the OBFS4 protocol. Relevant Gentoo bug: #580582.
* Revert "New ebuild: net-proxy/obfs4proxy, plus dependencies." in order to ↵Marek Szuba2016-04-234-115/+0
| | | | | | split it into multiple commits, one per ebuild. This reverts commit eff2dc6a41b8dd13a978b01608f5df3b0eb6d84e.
* New ebuild: net-proxy/obfs4proxy, plus dependencies.Marek Szuba2016-04-234-0/+115
A new obfuscating proxy for Tor bridges which supports, among others, the OBFS4 protocol. It depends on three packages which were not in Portage and therefore have just had ebuild files created as well: dev-go/ed25519, dev-go/goptlib, and dev-go/siphash. Relevant Gentoo bugs: #580582, #580622, #580626, #580628.