summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-apps/util-linux: drop 2.37.2-r1, 2.37.3-r1Sam James2022-04-171-333/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/util-linux: Stabilize 2.37.3-r1 x86, #831980Sam James2022-01-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/util-linux: stabilize 2.37.3-r1Mike Gilbert2022-01-291-1/+1
| | | | | Closes: https://bugs.gentoo.org/832271 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-apps/util-linux: Stabilize 2.37.3-r1 ppc64, #832271Arthur Zamarin2022-01-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-apps/util-linux: Stabilize 2.37.3-r1 arm64, #832271Arthur Zamarin2022-01-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* sys-apps/util-linux: destabilize 2.37.3-r1Sam James2022-01-281-1/+1
| | | | | | | Not meant to be stable yet (accidentally pushed as). Bug: https://bugs.gentoo.org/832092 Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/util-linux: force installed su(1) to be suidSam James2022-01-281-0/+333
su(1) is almost useless without suid and on balance, it's more likely that people will have USE="-suid" in make.conf (globally) rather than desperately wanting to strip su(1) of its suid bits. This avoids such users having a "broken" (or dysfunctional) su(1). Users wishing to truly have a no-suid su(1) can e.g. use Portage's 'suidctl' feature or strip it out via e.g. a bashrc hook. Note that shadow's su(1) (the default implementation until recently) always forced suid su anyway. Closes: https://bugs.gentoo.org/832092 Signed-off-by: Sam James <sam@gentoo.org>