Package xinetd: Information
Source package: xinetd
Version: 2.3.15-alt6
Build time: Aug 26, 2021, 02:56 PM in the task #283833
Category: System/Base
Report package bugHome page: http://www.xinetd.org/
License: BSD-style
Summary: xinetd is a powerful replacement for inetd
Description:
xinetd performs the same function as inetd: it starts programs that provide Internet services. Instead of having such servers started at system initialization time, and be dormant until a connection request arrives, xinetd is the only daemon process started and it listens on all service ports for the services listed in its configuration file. When a request comes in, xinetd starts the appropriate server. Because of the way it operates, xinetd (as well as inetd) is also referred to as a super-server. xinetd has access control machanisms, extensive logging capabilities, the ability to make services available based on time, and can place limits on the number of servers that can be started, among other things.
List of RPM packages built from this SRPM:
xinetd (x86_64, ppc64le, i586, armh, aarch64)
xinetd-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
xinetd-devel (x86_64, ppc64le, i586, armh, aarch64)
xinetd (x86_64, ppc64le, i586, armh, aarch64)
xinetd-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
xinetd-devel (x86_64, ppc64le, i586, armh, aarch64)
Maintainer: Dmitry V. Levin
ACL:
@core
@core
Last changed
Aug. 26, 2021 Dmitry V. Levin 2.3.15-alt6
- Added -ffat-lto-objects to %optflags_lto.
April 23, 2021 Dmitry V. Levin 2.3.15-alt5
- Built with libtirpc to fix build after removal of Sun RPC interfaces from glibc.
Aug. 30, 2018 Dmitry V. Levin 2.3.15-alt4
- Applied upstream fix for TCPMUX services (fixes: CVE-2013-4342). - Stripped executable bit from xinetd.service (closes: #34566). - Disabled tcp_wrappers support.