commit: f0584b2302ab5a5b6a4d224635f7e9a14599a733 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Oct 18 13:00:53 2025 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Oct 18 13:00:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0584b23
profiles/base/package.use.mask: mask USE=pam for Exim PAM usage of Exim is now discouraged on Gentoo. Bug: https://bugs.gentoo.org/964377 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 794f537d80ff..1d2d77d1420b 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # New entries go on top. +# Fabian Groffen <[email protected]> (2025-10-18) +# PAM support is discouraged due to not being secure via Exim +# https://bugs.gentoo.org/964377 +mail-mta/exim pam + # Andreas Sturmlechner <[email protected]> (2025-10-05) # Preparation for sci-geosciences/liblas removal. Bug #957235 <=dev-games/openscenegraph-3.6.5-r117 las
