From owner-svn-ports-all@freebsd.org Tue Oct 25 00:43:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17814C1EB23; Tue, 25 Oct 2016 00:43:26 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2A4C34D; Tue, 25 Oct 2016 00:43:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9P0hPbg097086; Tue, 25 Oct 2016 00:43:25 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9P0hOEg097083; Tue, 25 Oct 2016 00:43:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201610250043.u9P0hOEg097083@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Tue, 25 Oct 2016 00:43:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424595 - head/net/turnserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 00:43:26 -0000 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