net/turnserver: Upgrade version 4.5.0.4 => 4.5.0.5
This fixes build using libreSSL as well as provide two new utilities: turnutils_natdiscovery and turnutils_auth. Transfer maintainership to Bradley Hughes PR: 213586 Submitted by: Bradley Hughes Approved by: former maintainer (Oleg Moskalenko)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= turnserver
|
||||
PORTVERSION= 4.5.0.4
|
||||
PORTVERSION= 4.5.0.5
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://turnserver.open-sys.org/downloads/v${PORTVERSION}/:prog \
|
||||
http://turnserver.open-sys.org/downloads/extradocs/:xdocs \
|
||||
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:prog \
|
||||
turn.extra.docs-2.0.0.1.tar.gz:xdocs
|
||||
|
||||
MAINTAINER= mom040267@gmail.com
|
||||
MAINTAINER= bradleythughes@fastmail.fm
|
||||
COMMENT= STUN/TURN Server; IPv6, DTLS support; RFCs 5389, 5766, 6062, 6156
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
@@ -33,14 +33,15 @@ SUB_FILES= pkg-message
|
||||
USE_RC_SUBR= turnserver
|
||||
|
||||
MANPAGES= turnserver.1 turnadmin.1 turnutils.1 turnutils_peer.1 \
|
||||
turnutils_stunclient.1 turnutils_uclient.1 coturn.1
|
||||
turnutils_stunclient.1 turnutils_uclient.1 coturn.1 \
|
||||
turnutils_oauth.1 turnutils_natdiscovery.1
|
||||
|
||||
DOCS= html TurnNetworks.pdf
|
||||
PORTREADMEDOCS= LICENSE README.turnserver README.turnadmin README.turnutils INSTALL
|
||||
PORTDOCS= ${DOCS} ${PORTREADMEDOCS} postinstall.txt schema.sql schema.mongo.sh \
|
||||
schema.userdb.redis schema.stats.redis
|
||||
|
||||
_BIN_UTILS= peer stunclient uclient
|
||||
_BIN_UTILS= peer stunclient uclient oauth natdiscovery
|
||||
|
||||
_ETC_EXAMPLES= turnserver.conf turn_client_cert.pem \
|
||||
turn_client_pkey.pem turn_server_cert.pem turn_server_pkey.pem
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1473409330
|
||||
SHA256 (turnserver-4.5.0.4.tar.gz) = d5995e8b1c29d7b1ce76dd280e7078db9617e022731c1543d62e2409e333e596
|
||||
SIZE (turnserver-4.5.0.4.tar.gz) = 385049
|
||||
TIMESTAMP = 1476733290
|
||||
SHA256 (turnserver-4.5.0.5.tar.gz) = 8484fa6c8d4aab43e1161c02eb8914154a21178b05f8a285e04094ddbb64acf4
|
||||
SIZE (turnserver-4.5.0.5.tar.gz) = 395108
|
||||
SHA256 (turn.extra.docs-2.0.0.1.tar.gz) = 3a86600fd0a30ce7aeb547e80402ce68ea9959f7dd58697e5b47fda6e33ab9ce
|
||||
SIZE (turn.extra.docs-2.0.0.1.tar.gz) = 485379
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
bin/turnserver
|
||||
bin/turnadmin
|
||||
bin/turnutils_natdiscovery
|
||||
bin/turnutils_oauth
|
||||
bin/turnutils_peer
|
||||
bin/turnutils_stunclient
|
||||
bin/turnutils_uclient
|
||||
@@ -9,6 +11,8 @@ etc/turnserver.conf.default
|
||||
man/man1/turnserver.1.gz
|
||||
man/man1/turnadmin.1.gz
|
||||
man/man1/turnutils.1.gz
|
||||
man/man1/turnutils_natdiscovery.1.gz
|
||||
man/man1/turnutils_oauth.1.gz
|
||||
man/man1/turnutils_peer.1.gz
|
||||
man/man1/turnutils_stunclient.1.gz
|
||||
man/man1/turnutils_uclient.1.gz
|
||||
|
||||
Reference in New Issue
Block a user