summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-crypt/yubikey-manager: add 5.2.0Marek Szuba2023-08-242-0/+55
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: drop 5.0.1Marek Szuba2023-08-142-55/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: Stabilize 5.1.1 x86, #910374Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-crypt/yubikey-manager: Stabilize 5.1.1 amd64, #910374Arthur Zamarin2023-07-151-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-crypt/yubikey-manager: add 5.1.1Marek Szuba2023-05-112-0/+55
| | | | | | | Seems whatever caused the errors I saw build-testing 5.1.0 either got fixed in this release or went away as dependencies got updated. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: drop 4.0.8-r1David Seifert2023-04-152-43/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-crypt/yubikey-manager: drop 4.0.8-r2, 5.0.0Marek Szuba2023-03-223-97/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: Stabilize 5.0.1 amd64, #902767Sam James2023-03-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/yubikey-manager: Stabilize 5.0.1 x86, #902767Sam James2023-03-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/yubikey-manager: enable py3.11Marek Szuba2023-02-271-0/+42
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: remove dev-python/cryptography version cap in 4.0.8Marek Szuba2023-02-211-1/+1
| | | | | | | | | | | | | | | Seems to have no problems with 39.0.1: - all standard tests pass; - several device-specific PIV tests fail due to newer cryptography not allowing the use of SHA1, which could easily be fixed by patching the offending tests not to use that algorithm - and in any case we do not run any of these in src_test(); - rudimentary run-time testing has shown no issues yet. Going straight to stable due to Bug #893576. Bug: https://bugs.gentoo.org/893522 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: Stabilize 5.0.0 amd64, #893100Sam James2023-02-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/yubikey-manager: Stabilize 5.0.0 x86, #893100Sam James2023-02-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/yubikey-manager: add 5.0.1Marek Szuba2023-01-202-0/+55
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-crypt/yubikey-manager: drop 4.0.9Marek Szuba2022-11-102-48/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: add 5.0.0Marek Szuba2022-11-102-0/+55
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: add USE=verify-sig supportMarek Szuba2022-08-242-3/+7
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: update the SRC_URI comment againMarek Szuba2022-08-241-5/+4
| | | | | | | Turns out using release tarballs from GitHub is okay after all, see https://github.com/Yubico/yubikey-manager/issues/518 for details. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: update SRC_URI + reinstate comment in 4.0.9Marek Szuba2022-08-162-2/+7
| | | | | | | | | Soap has not received any information to the contrary so for the time being, let us assume that in spite of massive update lag Yubico pages remain the official source of release tarballs. Also, clearly indicate in the name of the current tarball that it is NOT one of those. Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: add 4.0.9David Seifert2022-08-072-0/+40
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-crypt/yubikey-manager: drop 4.0.5-r1, 4.0.7Marek Szuba2022-04-113-74/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: Stabilize 4.0.8 x86, #837545Jakov Smolić2022-04-111-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-crypt/yubikey-manager: amd64 stable wrt bug #837545Agostino Sarubbo2022-04-101-1/+1
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-crypt/yubikey-manager: enable testsMarek Szuba2022-02-281-6/+3
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager-4.0.8: get ready for enabling testsMarek Szuba2022-02-211-1/+6
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: add 4.0.8Marek Szuba2022-02-212-0/+41
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: keyword 4.0.7 for ~arm64Georgy Yakovlev2022-01-101-2/+2
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-crypt/yubikey-manager: keyword 4.0.7 for ~ppc64Georgy Yakovlev2021-12-301-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* app-crypt/yubikey-manager: Stabilize 4.0.7 x86, #824210Sam James2021-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/yubikey-manager: Stabilize 4.0.7 amd64, #824210Sam James2021-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-crypt/yubikey-manager: drop 3.1.2, 4.0.0Marek Szuba2021-11-173-113/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: add 4.0.7Marek Szuba2021-09-152-0/+37
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: add github upstream metadataMarek Szuba2021-09-141-0/+3
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: add self as maintainerMarek Szuba2021-09-131-1/+4
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: fix metadata indentationMarek Szuba2021-09-131-6/+6
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: amd64 stable wrt bug #807382Agostino Sarubbo2021-09-121-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-crypt/yubikey-manager: x86 stable wrt bug #807382Agostino Sarubbo2021-09-111-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-crypt/yubikey-manager: keyword 4.0.5-r1 for ~riscvMarek Szuba2021-09-101-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-crypt/yubikey-manager: drop to maintainer-neededGöktürk Yüksek2021-08-091-4/+1
| | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/yubikey-manager: make app-crypt/ccid unconditionalDavid Seifert2021-07-291-9/+7
| | | | | | Bug: https://bugs.gentoo.org/728704 Bug: https://bugs.gentoo.org/779427 Signed-off-by: David Seifert <soap@gentoo.org>
* app-crypt/yubikey-manager: add 4.0.5David Seifert2021-07-292-0/+39
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-crypt/yubikey-manager: bump to 4.0.0Göktürk Yüksek2021-03-142-0/+51
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/yubikey-manager: bump to 3.1.2Göktürk Yüksek2021-03-142-2/+2
| | | | | | | | Only changes the dep version range on fido2 without any code changes. Commit straight to stable. Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
* app-crypt/yubikey-manager: python bumpRick Farina2021-02-141-2/+2
| | | | | Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-crypt/yubikey-manager: Remove old (py3.6)Michał Górny2021-01-012-62/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-crypt/yubikey-manager: x86 stable wrt bug #720936Agostino Sarubbo2020-05-061-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-crypt/yubikey-manager: amd64 stable wrt bug #720936Agostino Sarubbo2020-05-061-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>