svn commit: r368512 - in head/security: tor tor-devel tor-devel/files tor/files

Brendan Fabeny bf at FreeBSD.org
Thu Sep 18 19:40:38 UTC 2014


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() {


More information about the svn-ports-head mailing list