Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805077 - Remove USE="tcpd" from default/linux/make.defaults
Summary: Remove USE="tcpd" from default/linux/make.defaults
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-07-29 20:21 UTC by David Seifert
Modified: 2021-11-02 23:04 UTC (History)
1 user (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 David Seifert gentoo-dev 2021-07-29 20:21:31 UTC
After discussion in the Base System project, we have decided to remove USE="tcpd" as a default enabled global USE flag.

Rationale:
In 2021, tcp-wrappers has been superseded by more powerful firewalling techniques, such as iptables, nftables or BPF. Not a single person in the project or outside the project is using tcp-wrappers, and pulling in this dependencies does not make sense anymore.
Comment 1 Larry the Git Cow gentoo-dev 2021-11-02 23:04:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f375926fb1e991d3aa84f889052a28b225f970b

commit 8f375926fb1e991d3aa84f889052a28b225f970b
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-11-02 11:56:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-02 23:04:14 +0000

    profiles/default/linux: drop USE="tcpd" from defaults
    
    Closes: https://bugs.gentoo.org/805077
    Signed-off-by: David Seifert <soap@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/22795
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/default/linux/make.defaults     | 2 +-
 profiles/features/hardened/make.defaults | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)