From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 19:40:38 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44EB3E9C; Thu, 18 Sep 2014 19:40:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 24B4C9C4; Thu, 18 Sep 2014 19:40:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IJecwp020040; Thu, 18 Sep 2014 19:40:38 GMT (envelope-from bf@FreeBSD.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IJebVg020035; Thu, 18 Sep 2014 19:40:37 GMT (envelope-from bf@FreeBSD.org) Message-Id: <201409181940.s8IJebVg020035@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bf set sender to bf@FreeBSD.org using -f From: Brendan Fabeny Date: Thu, 18 Sep 2014 19:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368512 - in head/security: tor tor-devel tor-devel/files tor/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 19:40:38 -0000 Author: bf Date: Thu Sep 18 19:40:36 2014 New Revision: 368512 URL: http://svnweb.freebsd.org/changeset/ports/368512 QAT: https://qat.redports.org/buildarchive/r368512/ Log: Expose the reload command in the tor and tor-devel rc-scripts [1], and update tor-devel to 0.2.5.7-rc PR: 192553 [1] Submitted by: C. Sturm [1] Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo head/security/tor-devel/files/tor.in head/security/tor/Makefile head/security/tor/files/tor.in Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Thu Sep 18 19:39:53 2014 (r368511) +++ head/security/tor-devel/Makefile Thu Sep 18 19:40:36 2014 (r368512) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.5.6-alpha +DISTVERSION= 0.2.5.7-rc CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Thu Sep 18 19:39:53 2014 (r368511) +++ head/security/tor-devel/distinfo Thu Sep 18 19:40:36 2014 (r368512) @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.5.6-alpha.tar.gz) = ec8edfd824a65bec19c7b79bacfc73c5df76909477ab6dac0d6e8ede7fa337c1 -SIZE (tor-0.2.5.6-alpha.tar.gz) = 3134258 +SHA256 (tor-0.2.5.7-rc.tar.gz) = 1ad0124b20f75602505b8af9f176adbed416f0a2ceb258189fbc2e3463171626 +SIZE (tor-0.2.5.7-rc.tar.gz) = 3169243 Modified: head/security/tor-devel/files/tor.in ============================================================================== --- head/security/tor-devel/files/tor.in Thu Sep 18 19:39:53 2014 (r368511) +++ head/security/tor-devel/files/tor.in Thu Sep 18 19:40:36 2014 (r368512) @@ -39,7 +39,7 @@ required_dirs=${tor_datadir} pidfile=${tor_pidfile} command="%%PREFIX%%/bin/${name}" command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --+Log ${tor_loglevel}\ file\ ${tor_logfile}" -extra_commands="log" +extra_commands="log reload" log_cmd="${name}_log" tor_log() { Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Thu Sep 18 19:39:53 2014 (r368511) +++ head/security/tor/Makefile Thu Sep 18 19:40:36 2014 (r368512) @@ -3,6 +3,7 @@ PORTNAME= tor DISTVERSION= 0.2.4.23 +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR Modified: head/security/tor/files/tor.in ============================================================================== --- head/security/tor/files/tor.in Thu Sep 18 19:39:53 2014 (r368511) +++ head/security/tor/files/tor.in Thu Sep 18 19:40:36 2014 (r368512) @@ -39,7 +39,7 @@ required_dirs=${tor_datadir} pidfile=${tor_pidfile} command="%%PREFIX%%/bin/${name}" command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --+Log ${tor_loglevel}\ file\ ${tor_logfile}" -extra_commands="log" +extra_commands="log reload" log_cmd="${name}_log" tor_log() {