Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 763078 - sys-devel/distcc: convert to depend on acct-user/distcc (GLEP 81)
Summary: sys-devel/distcc: convert to depend on acct-user/distcc (GLEP 81)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glep-81
  Show dependency tree
 
Reported: 2021-01-02 11:53 UTC by Dennis Lamm
Modified: 2021-01-04 11:49 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Lamm gentoo-dev 2021-01-02 11:53:52 UTC
sys-devel/distcc has currently:

pkg_setup() {
	enewuser distcc 240 -1 -1 daemon
	python-single-r1_pkg_setup
}

According to GLEP-81 this should be migrated to acct-user


Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-01-03 08:51:52 UTC
It should probably use a dedicated group too.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-01-03 08:57:45 UTC
OTOH, Fedora uses User=nobody.
Comment 3 Larry the Git Cow gentoo-dev 2021-01-04 11:49:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8916546de90f022411173354c6bf3b711bc85283

commit 8916546de90f022411173354c6bf3b711bc85283
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2021-01-04 11:42:51 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2021-01-04 11:49:18 +0000

    sys-devel/distcc: EAPI 7, acct-user
    
    Closes: https://bugs.gentoo.org/763078
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 sys-devel/distcc/distcc-3.3.3-r2.ebuild | 184 ++++++++++++++++++++++++++++++++
 1 file changed, 184 insertions(+)