summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/docker-credential-helpers: Keyword 0.6.3 arm64, #741670Sam James2020-10-061-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/docker-credential-helpers: Drop 0.6.0Rafael Kitover2020-03-032-59/+0
| | | | | | | | | | Security vulnerability in versions prior to 0.6.3. Bug: https://bugs.gentoo.org/711214 Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Rafael Kitover <rkitover@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14819 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/docker-credential-helpers: add 0.6.3Rafael Kitover2019-08-102-0/+59
| | | | | | | | | Both stores tested to work correctly. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Rafael Kitover <rkitover@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12637 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-emulation/docker-credential-helpers: Fix inconsistent indentMichał Górny2019-07-081-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-emulation/docker-credential-helpers: new packageRafael Kitover2019-05-033-0/+86
New ebuild for docker-credential-helpers, which has helper programs for docker to store your password and other sensitive information. This ebuild builds either docker-credential-secretservice, which uses the D-Bus secret service API to talk to either kwallet or gnome-keyring; or docker-credential-pass which relies on the pass utility; or both depending on USE flags. The supported USE flags are: - 'gnome-keyring': build secretservice helper - 'pass': build pass helper A message is printed via elog() upon successful merge about how to use the helper with docker. Signed-off-by: Rafael Kitover <rkitover@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/9805 Signed-off-by: Michał Górny <mgorny@gentoo.org>