network/coturn: Updated for version 4.5.1.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thomas Bourdon 2020-11-21 00:09:42 +07:00 committed by Willy Sudiarto Raharjo
parent a0176a20c4
commit 31da5d331e
3 changed files with 15 additions and 4 deletions

View file

@ -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

View file

@ -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}

View file

@ -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=""