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