diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2014-09-18 19:40:36 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2014-09-18 19:40:36 +0000 |
commit | cf11410a15539361586951901dc314895087817b (patch) | |
tree | e07c3e92f22765d651bb3421844490b706d7e3ce /security | |
parent | 629bc9813974d2d966c738863ef03d5637e77b5d (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 2 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 4 | ||||
-rw-r--r-- | security/tor-devel/files/tor.in | 2 | ||||
-rw-r--r-- | security/tor/Makefile | 1 | ||||
-rw-r--r-- | security/tor/files/tor.in | 2 |
5 files changed, 6 insertions, 5 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 8749de7bf0f6..21b2075af6c6 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -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 diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index eab822f6ccd0..433e72b0c082 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -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 diff --git a/security/tor-devel/files/tor.in b/security/tor-devel/files/tor.in index a3f60ce24fbd..f7af2d3375ac 100644 --- a/security/tor-devel/files/tor.in +++ b/security/tor-devel/files/tor.in @@ -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() { diff --git a/security/tor/Makefile b/security/tor/Makefile index 44c82a99599f..a1e9e2ec6848 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -3,6 +3,7 @@ PORTNAME= tor DISTVERSION= 0.2.4.23 +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= TOR diff --git a/security/tor/files/tor.in b/security/tor/files/tor.in index a3f60ce24fbd..f7af2d3375ac 100644 --- a/security/tor/files/tor.in +++ b/security/tor/files/tor.in @@ -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() { |