Package coturn: Information

    Source package: coturn
    Version: 4.5.2-alt1
    Build time:  Aug 18, 2022, 07:45 PM in the task #305002
    Category: Networking/Other
    Report package bug
    License: BSD
    Summary: Coturn TURN Server
    Description: 
    The TURN Server is a VoIP media traffic NAT traversal server and gateway. It
    can be used as a general-purpose network traffic TURN server/gateway, too.
    
    This implementation also includes some extra features. Supported RFCs:
    
    TURN specs:
    - RFC 5766 - base TURN specs
    - RFC 6062 - TCP relaying TURN extension
    - RFC 6156 - IPv6 extension for TURN
    - Experimental DTLS support as client protocol.
    
    STUN specs:
    - RFC 3489 - "classic" STUN
    - RFC 5389 - base "new" STUN specs
    - RFC 5769 - test vectors for STUN protocol testing
    - RFC 5780 - NAT behavior discovery support
    
    The implementation fully supports the following client-to-TURN-server protocols:
    - UDP (per RFC 5766)
    - TCP (per RFC 5766 and RFC 6062)
    - TLS (per RFC 5766 and RFC 6062); TLS1.0/TLS1.1/TLS1.2
    - DTLS (experimental non-standard feature)
    
    Supported relay protocols:
    - UDP (per RFC 5766)
    - TCP (per RFC 6062)
    
    Supported user databases (for user repository, with passwords or keys, if
    authentication is required):
    - SQLite
    - MySQL
    - PostgreSQL
    - Redis (disabled in ALT package)
    
    Redis can also be used for status and statistics storage and notification.
    
    Supported TURN authentication mechanisms:
    - long-term
    - TURN REST API (a modification of the long-term mechanism, for time-limited
      secret-based authentication, for WebRTC applications)
    
    The load balancing can be implemented with the following tools (either one or a
    combination of them):
    - network load-balancer server
    - DNS-based load balancing
    - built-in ALTERNATE-SERVER mechanism.

    List of rpms provided by this srpm:
    coturn (x86_64, ppc64le, i586, armh, aarch64)
    coturn-client-devel (x86_64, ppc64le, i586, armh, aarch64)
    coturn-client-libs (x86_64, ppc64le, i586, armh, aarch64)
    coturn-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    coturn-utils (x86_64, ppc64le, i586, armh, aarch64)
    coturn-utils-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Arseny Maslennikov


      1. libevent-devel >= 2.0.0
      2. libsqlite3-devel
      3. perl-DBI
      4. perl-libwww-perl
      5. libmariadb-devel
      6. postgresql-devel
      7. libhiredis-devel
      8. openssl-devel

    Last changed


    Aug. 31, 2021 Arseny Maslennikov 4.5.2-alt1
    - 4.5.1.1 -> 4.5.2.
    Oct. 27, 2020 Aleksei Nikiforov 4.5.1.1-alt3
    - Don't explicitly depend on libhiredis0.13, let correct dependency be autodetected.
    April 5, 2020 Arseny Maslennikov 4.5.1.1-alt2
    - Applied upstream fixes for CVE-2020-6062/TALOS-2020-0985.
    - Applied upstream fixes for CVE-2020-6061/TALOS-2020-0984.