summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-go/siphash: bump to 1.1.0Marek Szuba2018-05-252-0/+24
| | | | Package-Manager: Portage-2.3.39, Repoman-2.3.9
* dev-go/siphash-1.0.0-r0: amd64 stableTobias Klausmann2017-12-161-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/626778
* dev-go/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-go/siphash: x86 stable (bug #626778)Thomas Deutschmann2017-11-071-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.4
* dev-go/siphash: arm stable, bug #626778Markus Meier2017-08-101-2/+2
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-go/siphash: add ~x86 keywordMarek Szuba2016-09-211-1/+1
| | | | | | | | Tested on a x86 virtual machine. Gentoo-Bug: 590778 Package-Manager: portage-2.3.1
* dev-go/siphash: add ~arm, bug #590778Markus Meier2016-08-301-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
* dev-go/siphash: add upstream remote-id to metadataMarek Szuba2016-08-241-0/+3
| | | | Package-Manager: portage-2.3.0
* dev-go/siphash: update maintainer e-mail.Marek Szuba2016-07-291-1/+1
| | | | Package-Manager: portage-2.3.0
* 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.