Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 19:40:37 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
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
Message-ID:  <201409181940.s8IJebVg020035@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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() {



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