Go to file
Michael Ströder 36f26e008a Accepting request 862256 from home:weberho:branches:network:telephony
- Version 4.5.2
  * Fix for CVE-2020-26262 (boo#1180764)
    - Fix ipv6 ::1 loopback check
    - Not allow allocate peer address 0.0.0.0/8 and ::/128
    - For more details see the github security advisory:
      https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p
  * fix null pointer dereference in case of out of memory.
  * Fix: Null pointer dereference on tcp_client_input_handler_rfc6062data function
  * Fix: use-after-free vulnerability on write_to_peerchannel function
  * Fix: use-after-free vulnerability on write_client_connection function
  * add prometheus metrics
  * Delete trailing whitespace in example configuration files
  * Add architecture ppc64le to travis build
  * Fix misleading option in doc (prometheus)
  * Allow RFC6062 TCP relay data to look like TLS
  * Add support for proxy protocol V1
  * Print full date and time in logs
  * Add new options: "new-log-timestamp" and "new-log-timestamp-format"
  * Do not use FIPS and remove hardcode OPENSSL_VERSION_NUMBER with LibreSSL
  * Add ACME redirect url
  * support of --acme-redirect <URL>
  * fix acme security, redundancy, consistency
  * Add new --log-binding option to enable binding request logging
  * Fix stale-nonce documentation
  * Version number is changed to semver 2.0
  * pkg-config, and various cleanups in configure file
  * Add systemd notification for better systemd integration
  * Fix c++ support
  * Remove session id/allocation labels
  * Remove per session metrics. We should later add more counters.

OBS-URL: https://build.opensuse.org/request/show/862256
OBS-URL: https://build.opensuse.org/package/show/network:telephony/coturn?expand=0&rev=17
2021-01-11 10:58:27 +00:00
.gitattributes Accepting request 793075 from home:weberho:tools 2020-04-11 13:08:03 +00:00
.gitignore Accepting request 793075 from home:weberho:tools 2020-04-11 13:08:03 +00:00
coturn-4.5.2.tar.gz Accepting request 862256 from home:weberho:branches:network:telephony 2021-01-11 10:58:27 +00:00
coturn-apparmor-usr.bin.turnserver Accepting request 858909 from home:stroeder:branches:network:telephony 2020-12-29 16:21:36 +00:00
coturn-user.conf Accepting request 793075 from home:weberho:tools 2020-04-11 13:08:03 +00:00
coturn.changes Accepting request 862256 from home:weberho:branches:network:telephony 2021-01-11 10:58:27 +00:00
coturn.firewalld Accepting request 793075 from home:weberho:tools 2020-04-11 13:08:03 +00:00
coturn.logrotate Accepting request 793075 from home:weberho:tools 2020-04-11 13:08:03 +00:00
coturn.service Accepting request 858909 from home:stroeder:branches:network:telephony 2020-12-29 16:21:36 +00:00
coturn.spec Accepting request 862256 from home:weberho:branches:network:telephony 2021-01-11 10:58:27 +00:00
coturn.sysconfig Accepting request 800058 from home:weberho:branches:network:telephony 2020-05-04 13:08:12 +00:00
coturn.tmpfilesd Accepting request 793075 from home:weberho:tools 2020-04-11 13:08:03 +00:00
coturn@.service Accepting request 858909 from home:stroeder:branches:network:telephony 2020-12-29 16:21:36 +00:00
README.SUSE Accepting request 817809 from home:weberho:branches:network:telephony 2020-06-30 08:03:55 +00:00

Configuration files:
  * /etc/coturn/turnserver.conf is the mail configuration file
  * /etc/sysconfig/coturn can be used to set additional command line parameters

To allow traffic going thru the firewall use
```
firewall-cmd --zone=public --add-service=coturn [--permanent]
```

* /etc/syconfig/coturn has the option '--no-software-attribute' enabled to hide 
  the software version for production issue.