Package libevent: Information

    Source package: libevent
    Version: 2.1.12-alt1
    Latest version according to Repology
    Build time:  Jul 16, 2023, 02:00 AM in the task #324359
    Category: System/Libraries
    Report package bug
    License: BSD-3-Clause and ISC
    Summary: Abstract asynchronous event notification library
    Description: 
    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.

    List of rpms provided by this srpm:
    libevent-devel (x86_64, ppc64le, i586, armh, aarch64)
    libevent2.1 (x86_64, ppc64le, i586, armh, aarch64)
    libevent2.1-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Alexey Sheplyakov


    ACL:
    @core
    Alexey Sheplyakov
    @qa

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

    Last changed


    May 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).
    May 20, 2021 Slava Aseev 2.1.8-alt3
    - Fixed FTBFS due to missing rpm-build-python
    March 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).