- Update to 1.8.2

- Changed
    - Use a (pseudo)random secret by default.
    - Improve autodetection of relay IP addresses used by default
      if the relay_ipv4_addr and/or relay_ipv6_addr options aren't
      specified.
  - Fixed
    - Don't crash without explicit listen configuration. This bug
      was introduced with version 1.7.0.
    - Don't crash if the configuration file is empty (i.e., has no
      eturnal section).
    - Don't crash if TURN is enabled without a public IPv6 relay
      address being available.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/eturnal?expand=0&rev=23
This commit is contained in:
2022-03-02 17:41:07 +00:00
committed by Git OBS Bridge
parent 6bb9d5b959
commit 56f2d68d5d
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:277e30594f98539a8bf26e3e2afa2ad82984e98023a84d898a16527b9045c671
size 1033167

3
eturnal-1.8.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f5fa4202bc2bc87486b4e1319c1af29472f98c23e11d7711263092e9cbb0f2b
size 1034753

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Mar 2 17:35:31 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- Update to 1.8.2
- Changed
- Use a (pseudo)random secret by default.
- Improve autodetection of relay IP addresses used by default
if the relay_ipv4_addr and/or relay_ipv6_addr options aren't
specified.
- Fixed
- Don't crash without explicit listen configuration. This bug
was introduced with version 1.7.0.
- Don't crash if the configuration file is empty (i.e., has no
eturnal section).
- Don't crash if TURN is enabled without a public IPv6 relay
address being available.
-------------------------------------------------------------------
Mon Jan 10 18:03:52 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>

View File

@@ -21,7 +21,7 @@
%define homedir /var/lib/eturnal
Name: eturnal
Version: 1.8.1
Version: 1.8.2
Release: 1
Summary: A modern, straightforward STUN and TURN server
Group: Productivity/Networking/Talk/Servers