commit: bd4987694728ce81e8f05197ee1688ff1fdfff1d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 26 14:02:16 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 26 14:03:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd498769
package.mask: Last rite sys-auth/pam_ssh Bug: https://bugs.gentoo.org/892031 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ profiles/package.mask | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 1b39b7a886a6..3534f84dced9 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <[email protected]> (2024-03-26) +# sys-auth/pam_ssh is being last rited, bug #892031. +sys-auth/pambase pam_ssh + # Andrew Ammerlaan <[email protected]> (2024-03-22) # Building with qt6 requires (masked) kde-frameworks:6 app-admin/calamares qt6 diff --git a/profiles/package.mask b/profiles/package.mask index 1f48a464a9ce..5d0133b462c6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2024-03-26) +# Issues with OpenSSL 3. Unmaintained. Last activity in 2019. +# Removal on 2024-04-25. Bug #892031. +sys-auth/pam_ssh + # Michał Górny <[email protected]> (2024-03-26) # Fails to compile. Unmaintained. Last activity in 2016. # Depends on an old wxGTK slot.
