- Update to 1.5.0

- Added
    - Allow for specifying a list of shared secrets in order to
      facilitate key rollover (#16).
    - Improve UDP receive performance.
    - Reduce risk of UDP packet loss.
  - Fixed
    - Handle the case where a tls_crt_file but no tls_key_file is
      specified (by assuming the tls_crt_file includes both the
      certificate and the key).
    - Don't forget to check for new PEM files on reload if the
      configuration wasn't modified (#17).
- skip packaging the ebin directory all those files are covered in
  the library dir anyway
- update to 1.4.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/eturnal?expand=0&rev=16
This commit is contained in:
2021-11-03 14:39:27 +00:00
committed by Git OBS Bridge
parent dee25843a5
commit 47c1a5cdc3
4 changed files with 27 additions and 10 deletions

View File

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

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

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

View File

@@ -1,7 +1,25 @@
-------------------------------------------------------------------
Wed Nov 3 14:26:33 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- Update to 1.5.0
- Added
- Allow for specifying a list of shared secrets in order to
facilitate key rollover (#16).
- Improve UDP receive performance.
- Reduce risk of UDP packet loss.
- Fixed
- Handle the case where a tls_crt_file but no tls_key_file is
specified (by assuming the tls_crt_file includes both the
certificate and the key).
- Don't forget to check for new PEM files on reload if the
configuration wasn't modified (#17).
- skip packaging the ebin directory all those files are covered in
the library dir anyway
-------------------------------------------------------------------
Mon Oct 11 19:53:16 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- update to 1.4.5
- update to 1.4.6
- Changed
- Don't abort (but log an appropriate warning) if TURN is
enabled without a shared secret.

View File

@@ -21,7 +21,7 @@
%define homedir /var/lib/eturnal
Name: eturnal
Version: 1.4.6
Version: 1.5.0
Release: 1
Summary: A modern, straightforward STUN and TURN server
Group: Productivity/Networking/Talk/Servers
@@ -45,17 +45,17 @@ BuildRequires: erlang >= 21
BuildRequires: erlang-rebar3
%requires_eq erlang
# from rebar.config
BuildRequires: erlang-stun-devel >= 1.0.44
BuildRequires: erlang-stun-devel >= 1.0.45
%requires_eq erlang-stun
#
BuildRequires: erlang-conf-devel >= 0.2.1
BuildRequires: erlang-conf-devel >= 0.2.2
%requires_eq erlang-conf
#
BuildRequires: erlang-recon-devel >= 2.5.1
BuildRequires: erlang-recon-devel >= 2.5.2
%requires_eq erlang-recon
#
%if %{with influxdb}
BuildRequires: erlang-influx_udp-devel >= 1.1.0
BuildRequires: erlang-influx_udp-devel >= 1.1.2
%requires_eq erlang-influx_udp
%endif
#/ from rebar.config
@@ -82,7 +82,6 @@ cp -rv \
_build/distro/rel/eturnal/bin/ \
_build/distro/rel/eturnal/releases/ \
_build/distro/rel/eturnal/lib/ \
_build/distro/lib/eturnal/ebin/ \
%{buildroot}%{appdir}/
install -D -m 0644 _build/distro/rel/eturnal/etc/systemd/system/eturnal.service %{buildroot}%{_unitdir}/eturnal.service