Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2016 00:43:24 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424595 - head/net/turnserver
Message-ID:  <201610250043.u9P0hOEg097083@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Oct 25 00:43:24 2016
New Revision: 424595
URL: https://svnweb.freebsd.org/changeset/ports/424595

Log:
  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)

Modified:
  head/net/turnserver/Makefile
  head/net/turnserver/distinfo
  head/net/turnserver/pkg-plist

Modified: head/net/turnserver/Makefile
==============================================================================
--- head/net/turnserver/Makefile	Tue Oct 25 00:14:02 2016	(r424594)
+++ head/net/turnserver/Makefile	Tue Oct 25 00:43:24 2016	(r424595)
@@ -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

Modified: head/net/turnserver/distinfo
==============================================================================
--- head/net/turnserver/distinfo	Tue Oct 25 00:14:02 2016	(r424594)
+++ head/net/turnserver/distinfo	Tue Oct 25 00:43:24 2016	(r424595)
@@ -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

Modified: head/net/turnserver/pkg-plist
==============================================================================
--- head/net/turnserver/pkg-plist	Tue Oct 25 00:14:02 2016	(r424594)
+++ head/net/turnserver/pkg-plist	Tue Oct 25 00:43:24 2016	(r424595)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610250043.u9P0hOEg097083>