summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Thomas Bourdon2020-11-20 18:09:42 +0100
committer Willy Sudiarto Raharjo2020-11-20 18:09:42 +0100
commit31da5d331e4a6d9397068fd5635dc433c9a7a2f2 (patch)
treed2ba31c7f678bda2aa39f3256703e3e5b1619049 /network
parenta0176a20c48175d20d5f05c90d633eb27bd56178 (diff)
downloadslackbuilds-31da5d331e4a6d9397068fd5635dc433c9a7a2f2.tar.gz
network/coturn: Updated for version 4.5.1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/coturn/README11
-rw-r--r--network/coturn/coturn.SlackBuild2
-rw-r--r--network/coturn/coturn.info6
3 files changed, 15 insertions, 4 deletions
diff --git a/network/coturn/README b/network/coturn/README
index 8f61c3a219..fa3bc447ee 100644
--- a/network/coturn/README
+++ b/network/coturn/README
@@ -3,3 +3,14 @@ coturn (Free open source implementation of TURN and STUN Server)
The TURN Server is a VoIP media traffic NAT traversal server
and gateway. It can be used as a general-purpose network
traffic TURN server and gateway, too.
+
+You need the 'turnserver' group and user to run this script,
+for example:
+
+ groupadd -g 366 turnserver
+ useradd -u 366 -g turnserver -d /var/lib/turn -s /bin/bash turnserver
+
+If you wish another group and username, you can set TURN_GROUP and TURN_USER,
+for example:
+
+ TURN_GROUP=mygroup TURN_USER=myuser ./coturn.SlackBuild
diff --git a/network/coturn/coturn.SlackBuild b/network/coturn/coturn.SlackBuild
index a89ab20ea1..e7eafd09f0 100644
--- a/network/coturn/coturn.SlackBuild
+++ b/network/coturn/coturn.SlackBuild
@@ -26,7 +26,7 @@
# Modified by slackbuilds.org 2020-04-17 16:08:20 +0100
PRGNAM=coturn
-VERSION=${VERSION:-4.5.1.2}
+VERSION=${VERSION:-4.5.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/coturn/coturn.info b/network/coturn/coturn.info
index 89a40151e6..57729fae4a 100644
--- a/network/coturn/coturn.info
+++ b/network/coturn/coturn.info
@@ -1,8 +1,8 @@
PRGNAM="coturn"
-VERSION="4.5.1.2"
+VERSION="4.5.1.3"
HOMEPAGE="https://github.com/coturn/coturn"
-DOWNLOAD="https://github.com/coturn/coturn/archive/4.5.1.2/coturn-4.5.1.2.tar.gz"
-MD5SUM="96e50a0a34eebd8dd42663e73c484c00"
+DOWNLOAD="https://github.com/coturn/coturn/archive/4.5.1.3/coturn-4.5.1.3.tar.gz"
+MD5SUM="4cf8a8ad166464763abde6997bda33db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""