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

    Исходный пакет: libevent
    Версия: 2.1.12-alt1
    Собран:  23 сентября 2023 г. 17:04
    Сообщить об ошибке в пакете
    Домашняя страница: https://libevent.org/

    Лицензия: BSD-3-Clause and ISC
    О пакете: Abstract asynchronous event notification library
    Описание: 
    The libevent API provides a mechanism to execute a callback function
    when a specific event occurs on a file descriptor or after a timeout
    has been reached.
    
    libevent is meant to replace the asynchronous event loop found in
    event driven network servers.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libevent-devel (loongarch64)
    libevent2.1 (loongarch64)
    libevent2.1-debuginfo (loongarch64)

    Сопровождающий: Alexey Sheplyakov


      1. libssl-devel
      2. rpm-build-python3
      3. zlib-devel

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


    18 мая 2023 г. Alexey Sheplyakov 2.1.12-alt1
    - 2.1.12
    - Use python3 to run python scripts (closes: #40742).
    - Fixed build with glibc 2.36 and newer (closes: #46191).
    20 мая 2021 г. Slava Aseev 2.1.8-alt3
    - Fixed FTBFS due to missing rpm-build-python
    28 марта 2019 г. Dmitry V. Levin 2.1.8-alt2
    - Replaced libevent.so symlink with a linker script that results
      to -levent being substituted with -levent_core -levent_extra
      (closes: #36436).