aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-12-23 05:05:11 +0800
committermiwi <miwi@FreeBSD.org>2008-12-23 05:05:11 +0800
commit689cdba8752c3223aff78936e3c78e5aab2b65ee (patch)
tree93066dd0cb5c15956ec8ab7df0dc0d01e2527a4e /security
parent6f09a10c8ae1e98fdb190155a2dd3a2e6b22b939 (diff)
downloadfreebsd-ports-gnome-689cdba8752c3223aff78936e3c78e5aab2b65ee.tar.gz
freebsd-ports-gnome-689cdba8752c3223aff78936e3c78e5aab2b65ee.tar.zst
freebsd-ports-gnome-689cdba8752c3223aff78936e3c78e5aab2b65ee.zip
- Update to 0.2.1.8-alpha
PR: 129540 Submitted by: bf <bf2006a@yahoo.com> Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r--security/tor-devel/Makefile2
-rw-r--r--security/tor-devel/distinfo6
-rw-r--r--security/tor-devel/files/pkg-message.in2
-rw-r--r--security/tor-devel/files/tor.in2
4 files changed, 6 insertions, 6 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index 3c319285efc9..f5af2fd8969f 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tor
-DISTVERSION= 0.2.1.7-alpha
+DISTVERSION= 0.2.1.8-alpha
CATEGORIES= security net ipv6
MASTER_SITES= http://www.torproject.org/dist/ \
http://tor.cypherpunks.at/dist/ \
diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo
index d5a7f62125da..db3b382b9b66 100644
--- a/security/tor-devel/distinfo
+++ b/security/tor-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (tor-0.2.1.7-alpha.tar.gz) = f4eeebb9d536317e4a5391cb03732947
-SHA256 (tor-0.2.1.7-alpha.tar.gz) = eefa9383f5bfc722458517c02f3b7446041f6f3a2cd82377484f4eb80a83cae5
-SIZE (tor-0.2.1.7-alpha.tar.gz) = 2302260
+MD5 (tor-0.2.1.8-alpha.tar.gz) = 43d2587e0f27d3766f75950227f74839
+SHA256 (tor-0.2.1.8-alpha.tar.gz) = 8c8dc7206c84b4b212533e23e8091cd30d2b347b782715750fd3b0e7b65d8b89
+SIZE (tor-0.2.1.8-alpha.tar.gz) = 2313301
diff --git a/security/tor-devel/files/pkg-message.in b/security/tor-devel/files/pkg-message.in
index 872f6f0b198c..aa536343704e 100644
--- a/security/tor-devel/files/pkg-message.in
+++ b/security/tor-devel/files/pkg-message.in
@@ -1,5 +1,5 @@
================================================================================
To enable the tor server, set tor_enable="YES" in your /etc/rc.conf
and edit %%PREFIX%%/etc/tor/torrc. Also note that the rc.subr script overrides
-many torrc options and is tunable. See %%PREFIX%%/etc/rc.d/tor.sh for details
+many torrc options and is tunable. See %%PREFIX%%/etc/rc.d/tor for details.
================================================================================
diff --git a/security/tor-devel/files/tor.in b/security/tor-devel/files/tor.in
index 1e99ca4ee204..1d6fd92816c7 100644
--- a/security/tor-devel/files/tor.in
+++ b/security/tor-devel/files/tor.in
@@ -37,7 +37,7 @@ required_files=${tor_conf}
required_dirs=${tor_datadir}
pidfile=${tor_pidfile}
command="%%PREFIX%%/bin/${name}"
-command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --User ${tor_user} --Log notice\ file\ ${tor_logfile}"
+command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --Log notice\ file\ ${tor_logfile}"
extra_commands="log"
log_cmd="${name}_log"