summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-go/siphash: remove P-M description from metadataMarek Szuba2016-05-251-1/+0
| | | | | | | Package-Manager: portage-2.3.0_rc1 Closes: https://github.com/gentoo/gentoo/pull/1528 Signed-off-by: Ian Delaney <idella4@gentoo.org>
* dev-go/siphash: add proxied maintainerAnthony G. Basile2016-04-232-2/+5
| | | | Package-Manager: portage-2.2.26
* New ebuild: dev-go/siphash.Marek Szuba2016-04-233-0/+35
| | | | | | | | A Go implementation of SipHash-2.4, a fast short-input PRF created by Jean-Philippe Aumasson and Daniel J. Bernstein. This is one of the dependencies of net-proxy/obfs4proxy. Relevant Gentoo bug: #580628.
* Revert "New ebuild: net-proxy/obfs4proxy, plus dependencies." in order to ↵Marek Szuba2016-04-233-40/+0
| | | | | | split it into multiple commits, one per ebuild. This reverts commit eff2dc6a41b8dd13a978b01608f5df3b0eb6d84e.
* New ebuild: net-proxy/obfs4proxy, plus dependencies.Marek Szuba2016-04-233-0/+40
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.