Пакет xinetd: Информация

    Исходный пакет: xinetd
    Версия: 2.3.15-alt6
    Последняя версия по данным Repology
    Собран:  26 августа 2021 г. 14:56 в задании #283833
    Категория: Система/База
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.xinetd.org/

    Лицензия: BSD-style
    О пакете: xinetd is a powerful replacement for inetd
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    xinetd (x86_64, ppc64le, i586, armh, aarch64)
    xinetd-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    xinetd-devel (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin
    Stanislav Ievlev

    Права:
    @core

      1. libtirpc-devel

    Последнее изменение


    26 августа 2021 г. Dmitry V. Levin 2.3.15-alt6
    - Added -ffat-lto-objects to %optflags_lto.
    23 апреля 2021 г. Dmitry V. Levin 2.3.15-alt5
    - Built with libtirpc to fix build after removal of Sun RPC interfaces
      from glibc.
    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.