summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/argon2: Add sub slotThomas Deutschmann2018-01-023-3/+6
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-crypt/argon2: Drop oldSimon Levermann2018-01-025-130/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-crypt/argon2: Version bump to 20171227Simon Levermann2018-01-022-0/+28
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://bugs.gentoo.org/641390
* app-crypt/argon2: add ~arm64, bug #636702Markus Meier2017-12-211-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm64"
* app-crypt/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* app-crypt/argon2: Fix build under multilib-strictSimon Levermann2017-08-211-0/+34
| | | | | | Bug: https://bugs.gentoo.org/627856 Closes: https://github.com/gentoo/gentoo/pull/5418 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-crypt/argon2: Fix "static-libs" usageThomas Deutschmann2017-02-022-3/+3
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-crypt/argon2: version bumpSimon Levermann2017-02-023-0/+58
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/3644 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-crypt/argon2: new ebuild.Simon Levermann2016-11-255-0/+116
Argon2 is a password hashing tool and library that won the Password Hashing Competition (https://password-hashing.net/). Gentoo-Bug: https://bugs.gentoo.org/597062 Closes: https://github.com/gentoo/gentoo/pull/2561