diff options
author | bf <bf@FreeBSD.org> | 2014-09-19 03:40:36 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2014-09-19 03:40:36 +0800 |
commit | c0d7db7031be20ca078e596b45ef32689fd4b01c (patch) | |
tree | e07c3e92f22765d651bb3421844490b706d7e3ce /security | |
parent | 39ab158c53266f0221e69f292dd7df5f6c7c690b (diff) | |
download | freebsd-ports-gnome-c0d7db7031be20ca078e596b45ef32689fd4b01c.tar.gz freebsd-ports-gnome-c0d7db7031be20ca078e596b45ef32689fd4b01c.tar.zst freebsd-ports-gnome-c0d7db7031be20ca078e596b45ef32689fd4b01c.zip |
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]
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() { |