Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

coturn-4.5.2-bp154.1.39 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: coturn Distribution: SUSE Linux Enterprise 15 SP4
Version: 4.5.2 Vendor: openSUSE
Release: bp154.1.39 Build date: Thu May 12 03:10:51 2022
Group: Productivity/Networking/Talk/Servers Build host: obs-power9-12
Size: 1508491 Source RPM: coturn-4.5.2-bp154.1.39.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/coturn/coturn/
Summary: TURN and STUN server for VoIP
STUN (Session Traversal Utilities for NAT) and TURN (Traversal Using Relays
around NAT) are protocols that can be used to provide NAT traversal for VoIP
and WebRTC.

It can be used as a general-purpose network traffic TURN server and gateway,
too. On-line management interface (over telnet or over HTTPS) for the TURN
server is available.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Oct 18 2021 Michael Ströder <michael@stroeder.com>
  - Dropped harden_coturn.service.patch because systemd units are
    created from own source anyway and are proven to work
* Fri Oct 15 2021 Johannes Segitz <jsegitz@suse.com>
  - Drop ProtectClock hardening, can cause issues if other device acceess is needed
* Mon Aug 30 2021 Johannes Segitz <jsegitz@suse.com>
  - Added hardening to systemd service(s). Added patch(es):
    * harden_coturn.service.patch
    Modified:
    * coturn.service
    * coturn@.service
* Mon Jan 11 2021 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - 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.
* Sun Dec 27 2020 Michael Ströder <michael@stroeder.com>
  - AppArmor profile has ABI 3.0 and some minor changes
  - Modified systemd unit:
    * do not use daemon mode
    * Type=simple
    * added security settings
  - added multi-instance systemd unit
* Wed Aug 19 2020 Callum Farmer <callumjfarmer13@gmail.com>
  - Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
* Tue Jun 30 2020 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Version 4.5.1.3:
    * Remove reference to SSLv3: gh#coturn/coturn#566
    * Ignore MD5 for BoringSSL: gh#coturn/coturn#579
    * STUN response buffer not initialized properly; he issue found and
      reported gh#coturn/coturn#583 by Felix Dörre all credits belongs to
      him. CVE-2020-4067, boo#1173510
  - Let coturn allow binding to ports below 1024 per default
* Mon May 04 2020 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Extended Readme.SUSE with description on how to bind to ports below 1024
  - Fixes and enhancements in service-file
  - /etc/sysconfig/coturn defaults now to not show software's version to the public
  - Version 4.5.1.2:
    * Do not display empty CLI passwd alert if CLI is not enabled
    * Removed several functions: gh#coturn/coturn#359
    * Fix webadmin IP permission and possible SQL-injections: gh#coturn/coturn#386
    * Fix Mongo driver crash on invalid connection string: gh#coturn/coturn#390
    * enhanced fread return length check: gh#coturn/coturn#392
    * disconnect database gracefully: #367
    * Using SSL_get_version method for BoringSSL compatibility:
      turn_session_info->tls_method returns real TLS version:
      gh#coturn/coturn#382
    * Added systemd service example: gh#coturn/coturn#276
    * Add bandwidth usage reporting packet/bandwidth usage by peers:
      gh#coturn/coturn#284
    * Modifying configure to enable compile with private libraries:
      gh#coturn/coturn#381
    * Append to log files rather than overriding them: gh#coturn/coturn#417
    * Updated incorrect string length check for 'ssh': gh#coturn/coturn#442
    * Fix Dockerfile for latest Debian: gh#coturn/coturn#449
    * CVE-2020-6061, CVE-2020-6062: specially crafted HTTP POST request can lead
      to heap overflow which can result in information leak:
      gh#coturn/coturn#489
    * STUN input validation: gh#coturn/coturn#472
    * Allow MD5 in FIPS mode: gh#coturn/coturn#398
    * update travis config ubuntu/mac images
    * added null check for second char: gh#coturn/coturn#466
    * compiler warning fixes: gh#coturn/coturn#470
    * Fix a memory leak when an SHATYPE isn't supported: gh#coturn/coturn#471
    * fix compiler warning comparison between signed and unsigned integer expressions
    * fix compiler warning string truncation
    * change Diffie Hellman default key length from 1066 to 2066
    * drop of supplementary group IDs: gh#coturn/coturn#522
    * Unify spelling of Coturn: gh#coturn/coturn#514
    * Rename "prod" config option to "no-software-attribute": gh#coturn/coturn#506
      gh#coturn/coturn#478
    * change sql data dir in docker-compose-all.yml: gh#coturn/coturn#516
    * add flags to disable periodic use of dynamic tables: gh#coturn/coturn#525
    * fix typos and grammar: gh#coturn/coturn#463, gh#coturn/coturn#488
    * Update README.docker: gh#coturn/coturn#475
    * fix config extension in README.docker: gh#coturn/coturn#519
    * Code beautifications: gh#coturn/coturn#327, gh#coturn/coturn#455,
      gh#coturn/coturn#513
  - Removed patches now included in upstream: coturn-4.5.1.0-append-log.patch,
    coturn-4.5.1.1-cve-2020-6061.patch, coturn-4.5.1.1-cve-2020-6062.patch and
    coturn-4.5.1.1.missing-call-to-setgroups-before-setuid.patch
* Tue Apr 14 2020 lars@linux-schulserver.de
  - added apparmor profile (coturn-apparmor-usr.bin.turnserver)
  - fix executable permissions in devel package by using defattr
* Sun Apr 12 2020 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Use pkgconfig(systemd) for packaging
* Sat Apr 11 2020 Jan Engelhardt <jengelh@inai.de>
  - Shorten description by stripping the long list of all RFCs.
  - Drop %defattr; use %autosetup.
* Thu Apr 09 2020 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Initial release of coturn 4.5.1.1

Files

/etc/apparmor.d
/etc/apparmor.d/local
/etc/apparmor.d/local/usr.bin.turnserver
/etc/apparmor.d/usr.bin.turnserver
/etc/coturn
/etc/coturn/turnserver.conf
/etc/logrotate.d/coturn
/etc/pki/coturn
/etc/pki/coturn/private
/etc/pki/coturn/public
/run/coturn
/usr/bin/turnadmin
/usr/bin/turnserver
/usr/lib/firewalld
/usr/lib/firewalld/services
/usr/lib/firewalld/services/coturn.xml
/usr/lib/systemd/system/coturn.service
/usr/lib/systemd/system/coturn@.service
/usr/lib/sysusers.d/coturn-user.conf
/usr/lib/tmpfiles.d/coturn.conf
/usr/sbin/rccoturn
/usr/share/coturn
/usr/share/coturn/schema.mongo.sh
/usr/share/coturn/schema.sql
/usr/share/coturn/schema.stats.redis
/usr/share/coturn/schema.userdb.redis
/usr/share/coturn/testmongosetup.sh
/usr/share/coturn/testredisdbsetup.sh
/usr/share/coturn/testsqldbsetup.sql
/usr/share/doc/packages/coturn
/usr/share/doc/packages/coturn/README.SUSE
/usr/share/doc/packages/coturn/README.turnadmin
/usr/share/doc/packages/coturn/README.turnserver
/usr/share/doc/packages/coturn/etc
/usr/share/doc/packages/coturn/etc/coturn.service
/usr/share/doc/packages/coturn/etc/turnserver.conf
/usr/share/doc/packages/coturn/scripts
/usr/share/doc/packages/coturn/scripts/basic
/usr/share/doc/packages/coturn/scripts/basic/dos_attack.sh
/usr/share/doc/packages/coturn/scripts/basic/relay.sh
/usr/share/doc/packages/coturn/scripts/basic/tcp_client.sh
/usr/share/doc/packages/coturn/scripts/basic/tcp_client_c2c_tcp_relay.sh
/usr/share/doc/packages/coturn/scripts/basic/udp_c2c_client.sh
/usr/share/doc/packages/coturn/scripts/basic/udp_client.sh
/usr/share/doc/packages/coturn/scripts/loadbalance
/usr/share/doc/packages/coturn/scripts/loadbalance/master_relay.sh
/usr/share/doc/packages/coturn/scripts/loadbalance/slave_relay_1.sh
/usr/share/doc/packages/coturn/scripts/loadbalance/slave_relay_2.sh
/usr/share/doc/packages/coturn/scripts/loadbalance/tcp_c2c_tcp_relay.sh
/usr/share/doc/packages/coturn/scripts/loadbalance/udp_c2c.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_dos_attack.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_dtls_client.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_dtls_client_cert.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_relay.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_relay_cert.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_sctp_client.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_tcp_client.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_tcp_client_c2c_tcp_relay.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_tls_client.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_tls_client_c2c_tcp_relay.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_tls_client_cert.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_udp_c2c.sh
/usr/share/doc/packages/coturn/scripts/longtermsecure/secure_udp_client.sh
/usr/share/doc/packages/coturn/scripts/longtermsecuredb
/usr/share/doc/packages/coturn/scripts/longtermsecuredb/secure_relay_with_db_mongo.sh
/usr/share/doc/packages/coturn/scripts/longtermsecuredb/secure_relay_with_db_mysql.sh
/usr/share/doc/packages/coturn/scripts/longtermsecuredb/secure_relay_with_db_mysql_ssl.sh
/usr/share/doc/packages/coturn/scripts/longtermsecuredb/secure_relay_with_db_psql.sh
/usr/share/doc/packages/coturn/scripts/longtermsecuredb/secure_relay_with_db_redis.sh
/usr/share/doc/packages/coturn/scripts/longtermsecuredb/secure_relay_with_db_sqlite.sh
/usr/share/doc/packages/coturn/scripts/mobile
/usr/share/doc/packages/coturn/scripts/mobile/mobile_dtls_client.sh
/usr/share/doc/packages/coturn/scripts/mobile/mobile_relay.sh
/usr/share/doc/packages/coturn/scripts/mobile/mobile_tcp_client.sh
/usr/share/doc/packages/coturn/scripts/mobile/mobile_tls_client_c2c_tcp_relay.sh
/usr/share/doc/packages/coturn/scripts/mobile/mobile_udp_client.sh
/usr/share/doc/packages/coturn/scripts/oauth.sh
/usr/share/doc/packages/coturn/scripts/pack.sh
/usr/share/doc/packages/coturn/scripts/peer.sh
/usr/share/doc/packages/coturn/scripts/readme.txt
/usr/share/doc/packages/coturn/scripts/restapi
/usr/share/doc/packages/coturn/scripts/restapi/secure_relay_secret.sh
/usr/share/doc/packages/coturn/scripts/restapi/secure_relay_secret_with_db_mongo.sh
/usr/share/doc/packages/coturn/scripts/restapi/secure_relay_secret_with_db_mysql.sh
/usr/share/doc/packages/coturn/scripts/restapi/secure_relay_secret_with_db_psql.sh
/usr/share/doc/packages/coturn/scripts/restapi/secure_relay_secret_with_db_redis.sh
/usr/share/doc/packages/coturn/scripts/restapi/secure_relay_secret_with_db_sqlite.sh
/usr/share/doc/packages/coturn/scripts/restapi/secure_udp_client_with_secret.sh
/usr/share/doc/packages/coturn/scripts/restapi/shared_secret_maintainer.pl
/usr/share/doc/packages/coturn/scripts/selfloadbalance
/usr/share/doc/packages/coturn/scripts/selfloadbalance/secure_dos_attack.sh
/usr/share/doc/packages/coturn/scripts/selfloadbalance/secure_relay.sh
/usr/share/fillup-templates/sysconfig.coturn
/usr/share/licenses/coturn
/usr/share/licenses/coturn/LICENSE
/usr/share/man/man1/coturn.1.gz
/usr/share/man/man1/turnadmin.1.gz
/usr/share/man/man1/turnserver.1.gz
/var/lib/coturn
/var/log/coturn


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:00:22 2024