bump to 1.0.41 and reenable test case

OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-stun?expand=0&rev=25
This commit is contained in:
2021-01-23 13:06:58 +00:00
committed by Git OBS Bridge
parent 0440a123be
commit 1b4ab1c336
7 changed files with 17 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/processone/stun.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">1.0.40</param>
<param name="revision">1.0.41</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="buildtime" name="tar"/>

View File

@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/processone/stun.git</param>
<param name="changesrevision">36ba97df675212abca6b3a72458983b63bb9be83</param>
<param name="changesrevision">8b265d2c7d5bb9cad0ce5069b87e396530dfd4fa</param>
</service>
</servicedata>

View File

@@ -1,7 +1,12 @@
-------------------------------------------------------------------
Mon Jan 11 15:29:57 UTC 2021 - obs-service-tar-scm@invalid
Sat Jan 23 13:07:05 UTC 2021 - obs-service-tar-scm@invalid
- Update to version 1.0.40:
- Update to version 1.0.41:
* Release 1.0.41
* Don't request certificates from TLS clients
* turn: Reject 0.0.0.0/8 and ::/128 peers
* turn: Never accept Teredo/6to4 peers
* Don't attempt authentication if TURN is disabled
* Release 1.0.40
* Release 1.0.39
* Update changelog

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
name: stun
version: 1.0.40
mtime: 1607435742
commit: 36ba97df675212abca6b3a72458983b63bb9be83
version: 1.0.41
mtime: 1611170811
commit: 8b265d2c7d5bb9cad0ce5069b87e396530dfd4fa

View File

@@ -50,8 +50,8 @@ for dir in ebin include ; do
cp -r ${dir}/* %{buildroot}%{erlang_libdir}/%{app_name}-%{app_ver}/${dir}/
done
#check
#rebar eunit
%check
%rebar eunit
%files
%defattr(-,root,root)