Go to file
Johannes Weberhofer 3e5baa7af9 Accepting request 1083916 from home:Kieltux:branches:network:telephony
- Update to 4.6.2
  * Make sure microhttpd starts using epoll if supported
  * Add sessioncount to prometheus metrics
  * Add STUN request/response/error prometheus counters
  * Cleanup logs on turnserver start
  * Fix duplicate stdout log output
  * Log threadId to logs to aid in multi-threaded debugging
  * Optional build info compiled into turnserver binary
  * Fix arguments expansion in docker-entrypoint.sh
  * Santise database connection strings before printing to log
  * Support Windows MSVC
  * Add configuration option for TLS 1.3 ciphersuites
  * Improve openssl3 and FIPS support
  * Use single SSL_CTX for TLS and DTLS support
  * Update openssl API use to non-deprecated version
  * Set string bytes to null to prevent random origin
  * Fix memory corruption on socket close
  * Fix packet backlog fifo that processed packets in reverse
    order in some scenarios
  * Fix off-by-one when terminating gcm_nonce
  * Fixes to Redis memleaks and socketleaks
  * Fix malformed response to mobility refresh request
  * Fuzzing support
  * Ignore raw UDP if no_udp is enabled
  * Better detect availability of SCTP protocol
- Drop coturn-no-FIPS-140-mode.patch, fixed upstream, see
  https://github.com/coturn/coturn/issues/1170

OBS-URL: https://build.opensuse.org/request/show/1083916
OBS-URL: https://build.opensuse.org/package/show/network:telephony/coturn?expand=0&rev=28
2023-05-02 08:00:56 +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.6.2.tar.gz Accepting request 1083916 from home:Kieltux:branches:network:telephony 2023-05-02 08:00:56 +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 1083916 from home:Kieltux:branches:network:telephony 2023-05-02 08:00:56 +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 1040008 from home:stroeder:network 2022-12-05 12:21:03 +00:00
coturn.spec Accepting request 1083916 from home:Kieltux:branches:network:telephony 2023-05-02 08:00:56 +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 915053 from home:jsegitz:branches:systemdhardening:network:telephony 2021-08-30 22:28:45 +00:00
README.SUSE Accepting request 998247 from home:crameleon:branches:network:telephony 2022-08-29 13:07:53 +00:00

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

Allow traffic through the firewall:
```
firewall-cmd --zone=<zone> --add-service=coturn [--permanent]
```

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