Fri, 29 Mar 2024 04:48:02 UTC | login

Information for build coturn-4.5.2-1.fc33

ID192342
Package Namecoturn
Version4.5.2
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/coturn.git#56862ba141132e1001c2bb66344064f2b407c9c2
SummaryTURN/STUN & ICE Server
DescriptionThe Coturn 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 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 27 Jan 2021 10:30:49 UTC
CompletedWed, 27 Jan 2021 11:07:34 UTC
Taskbuild (f33, /rpms/coturn.git:56862ba141132e1001c2bb66344064f2b407c9c2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/coturn.git#56862ba141132e1001c2bb66344064f2b407c9c2'}}
Tags
f33
f37
f38
RPMs
src
coturn-4.5.2-1.fc33.src.rpm (info) (download)
riscv64
coturn-4.5.2-1.fc33.riscv64.rpm (info) (download)
coturn-client-devel-4.5.2-1.fc33.riscv64.rpm (info) (download)
coturn-client-libs-4.5.2-1.fc33.riscv64.rpm (info) (download)
coturn-utils-4.5.2-1.fc33.riscv64.rpm (info) (download)
coturn-debuginfo-4.5.2-1.fc33.riscv64.rpm (info) (download)
coturn-debugsource-4.5.2-1.fc33.riscv64.rpm (info) (download)
coturn-utils-debuginfo-4.5.2-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Mon Jan 11 2021 Robert Scheck <robert@fedoraproject.org> - 4.5.2-1 - Upgrade to 4.5.2 (#1914861) * Sun Sep 27 2020 Christian Glombek <lorbus@fedoraproject.org> - 4.5.1.3-3 - Rebuilt for libevent 2.1.12 soname bump * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jun 30 2020 Robert Scheck <robert@fedoraproject.org> - 4.5.1.3-1 - Update to 4.5.1.3 * Sat May 16 2020 Robert Scheck <robert@fedoraproject.org> - 4.5.1.2-1 - Update to 4.5.1.2 * Mon Mar 23 2020 Robert Scheck <robert@fedoraproject.org> - 4.5.1.1-3 - Added upstream patch for CVE-2020-6061 (#1816159) - Backported upstream patch for CVE-2020-6062 (#1816163) * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Jul 27 2019 Robert Scheck <robert@fedoraproject.org> - 4.5.1.1-1 - Update to 4.5.1.1 * Fri Jul 26 2019 Robert Scheck <robert@fedoraproject.org> - 4.5.1.0-3 - Added patch to append only to log files rather to override always - Relocate SQLite database to FHS conform /var/lib/coturn/turndb path - Include default log file directory with logrotate configuration - Provide /run/coturn and correct PID file handling (#1705146) - Ensure private keys for SSL certs can be only read by coturn user - Ensure /etc/coturn/turnserver.conf can be only read by coturn user - Correct subpackage licensing as per Fedora Packaging Guidelines * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Feb 18 2019 Christian Glombek <lorbus@fedoraproject.org> - 4.5.1.0-1 - Initial Fedora Package - Update to 4.5.1.0 - Introduce consistent naming, rename service to coturn - Add configure, make and systemd macros - Remove dependencies on mariadb, mysql, postgresql and sqlite - Forked from https://github.com/coturn/coturn/blob/af674368d120361603342ff4ff30b44f147a38ff/rpm/turnserver.spec