summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-auth/elogind: Stabilize 255.5-r1 x86, #943566Arthur Zamarin2024-12-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-auth/elogind: Stabilize 255.5-r1 sparc, #943566Arthur Zamarin2024-12-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-auth/elogind: Stabilize 255.5-r1 ppc64, #943566Arthur Zamarin2024-12-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-auth/elogind: Stabilize 255.5-r1 ppc, #943566Arthur Zamarin2024-12-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-auth/elogind: Stabilize 255.5-r1 arm, #943566Arthur Zamarin2024-12-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-auth/elogind: Stabilize 255.5-r1 arm64, #943566Arthur Zamarin2024-12-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-auth/elogind: Stabilize 255.5-r1 amd64, #943566Arthur Zamarin2024-12-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-auth/yubico-piv-tool: Stabilize 2.6.1 amd64, #946629Sam James2024-12-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/sssd: drop 2.10.0Christopher Byrne2024-12-114-541/+0
| | | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39667 Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/sssd: add 2.10.1Christopher Byrne2024-12-112-0/+370
| | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/sssd: Build Python binding only on native arch for 2.10.xChristopher Byrne2024-12-101-2/+2
| | | | | | | | | | | | | mutlilib 32-bit buildn't won't work if we try to compile for both abis. Python isn't multilib, so just build the bindings for native abi. Also, libcap needs to be ${MULTILIB_USEDEP} too. One of the tests requires Valgrind, so disable that test Closes: https://bugs.gentoo.org/946102 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39644 Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/sssd: Build Python binding only on native arch for 2.9.xChristopher Byrne2024-12-101-1/+1
| | | | | | | | | | mutlilib 32-bit buildn't won't work if we try to compile for both abis. Python isn't multilib, so just build the binding for native abi Closes: https://bugs.gentoo.org/946102 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/sssd: avoid double slash in pammoddirMike Gilbert2024-12-081-1/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-auth/AusweisApp: drop 2.2.1Conrad Kostecki2024-12-072-48/+0
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-auth/AusweisApp: amd64 stableConrad Kostecki2024-12-071-1/+1
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-auth/sssd: Remove unrecognized configure optionsChristopher Byrne2024-12-061-3/+1
| | | | | | | | | | Remove some configure options backported in error. They aren't needed, because the files aren't present. Closes: https://bugs.gentoo.org/945961 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39614 Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/sssd: add 2.9.6Christopher Byrne2024-12-062-0/+328
| | | | | | | | | | | | The "sudo" USE flag was removed as it did not change dependencies. Python support optional, so merged python support in. Subid support is in all shadow packages, so merged support in. man page are unconditionally built, in line with Gentoo standards. The corresponding USE flags were dropped. The "passkey" "USE flag was added and FIDO2 support is available. Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/sssd: add 2.10.0Christopher Byrne2024-12-016-0/+564
| | | | | | | | | | | | | | | | | | | | | | | Big changes in 2.10.0. A migration will be required as sssd now runs under its own user. Many USE flags dropped and merged as they are required anyway: "sudo" is merged as added no dependecies, so it was dropped, "python" is merged as bits of sssd are written in Python, so build the bindings anyway. "acl" is merge because sssd is now capability-based, even in root mode, and "subid" is merged because sys-apps/shadow is part of the system set, and all versions of it in the tree support it. A new USE flag, "passkey" is added to support passkey logins (LDAP auth only). Please read https://sssd.io/release-notes/sssd-2.10.0.html as this is a major change. In particular, the default ldap_id_use_start_tls value changed from false to true for improved security. This affects Kerberos users without TLS in particular. Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37116 Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/elogind: drop 246.10-r4Andreas Sturmlechner2024-11-249-417/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-auth/elogind: ewarn about hooks in obsolete pathAndreas Sturmlechner2024-11-241-0/+16
| | | | | Bug: https://bugs.gentoo.org/939216 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-auth/elogind: drop 255.5Andreas Sturmlechner2024-11-241-167/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-auth/oath-toolkit: drop 2.6.11Sam James2024-11-233-108/+0
| | | | | Bug: https://bugs.gentoo.org/940778 Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/otpcalc: add 0.98.1Ulrich Müller2024-11-222-0/+21
| | | | | Closes: https://bugs.gentoo.org/944363 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-auth/seatd: add 0.9.1Haelwenn (lanodan) Monnier2024-11-212-0/+63
| | | | | | Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/39177 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-auth/microsoft-identity-broker: Microsoft has silently changed 2.0.1 againJames Le Cuirot2024-11-202-2/+2
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* sys-auth/elogind: Revert s2idle default, build w/ xenAndreas Sturmlechner2024-11-144-0/+387
| | | | | | | | Switch RemoveIPC default to "no". Bug: https://bugs.gentoo.org/939042 Closes: https://bugs.gentoo.org/939673 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* Rename dev-python/{jinja → jinja2}Michał Górny2024-11-115-12/+12
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-auth/polkit: drop USE=duktape on 123 (always use duktape)Sam James2024-11-101-6/+3
| | | | | | | Avoid needing old spidermonkey which is masked on some profiles. Besides, SM support was dropped upstream in git anyway. Signed-off-by: Sam James <sam@gentoo.org>
* Revert "sys-auth/polkit: drop 123"Sam James2024-11-104-0/+234
| | | | | | | | | | This reverts commit a8d1fdb294af26b3ba1797886ab9f1e49867ef73. Needed for elogind. Bug: https://bugs.gentoo.org/923614 Bug: https://bugs.gentoo.org/934314 Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/polkit: Stabilize 125-r1 x86, #942673Jakov Smolić2024-11-101-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-auth/polkit: Stabilize 125-r1 amd64, #942673Jakov Smolić2024-11-101-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* sys-auth/polkit: Stabilize 125-r1 arm64, #942673Arthur Zamarin2024-11-091-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-auth/polkit: Stabilize 125-r1 ppc, #942673Sam James2024-11-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/polkit: Stabilize 125-r1 arm, #942673Sam James2024-11-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/polkit: Stabilize 125-r1 sparc, #942673Sam James2024-11-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/polkit: Stabilize 125-r1 ppc64, #942673Sam James2024-11-091-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/pam_u2f: remove duplicate 'debug' USE flag descriptionMike Gilbert2024-11-061-4/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-auth/yubico-piv-tool: drop 2.5.2Mario Haustein2024-11-022-54/+0
| | | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/38632 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-auth/yubico-piv-tool: add 2.6.1Mario Haustein2024-11-022-0/+55
| | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sys-auth/AusweisApp: add 2.2.2Conrad Kostecki2024-11-022-0/+48
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-auth/AusweisApp: drop 2.2.0Conrad Kostecki2024-11-022-48/+0
| | | | Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* sys-auth/oath-toolkit: drop 2.6.9Andreas K. Hüttel2024-11-013-111/+0
| | | | | Bug: https://bugs.gentoo.org/933086 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-auth/polkit: drop 123Andreas K. Hüttel2024-11-014-234/+0
| | | | | Bug: https://bugs.gentoo.org/925440 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-auth/polkit: fix feature detection reliant on K&R CEli Schwartz2024-10-292-0/+217
| | | | | Closes: https://bugs.gentoo.org/938870 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* sys-auth/sssd: respect ESYSROOTSam James2024-10-271-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/sssd: drop 2.9.5-r1Christopher Byrne2024-10-271-333/+0
| | | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39124 Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/sssd: drop 2.9.4-r1Christopher Byrne2024-10-272-333/+0
| | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/sssd: drop 2.9.4Christopher Byrne2024-10-271-332/+0
| | | | | Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/sssd: Support newer virtual/ldb versionsChristopher Byrne2024-10-271-0/+335
| | | | | | Closes: https://bugs.gentoo.org/942289 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/seatd: add 0.9.0Haelwenn (lanodan) Monnier2024-10-232-0/+63
| | | | | | Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/39077 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>