diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-07 20:23:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-07 20:23:57 +0000 |
commit | 09960268b3a8111fc3806af979cf38dd9c51c5be (patch) | |
tree | be205c84e166fa84e000f5a0415307701ce33a62 /security | |
parent | f82925091e9b0d57a992d9af4967a14b5b723c3e (diff) | |
download | ports-09960268b3a8111fc3806af979cf38dd9c51c5be.tar.gz ports-09960268b3a8111fc3806af979cf38dd9c51c5be.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/tor/Makefile | 2 | ||||
-rw-r--r-- | security/tor/distinfo | 6 | ||||
-rw-r--r-- | security/tor/pkg-descr | 5 | ||||
-rw-r--r-- | security/tor/pkg-install | 2 |
4 files changed, 6 insertions, 9 deletions
diff --git a/security/tor/Makefile b/security/tor/Makefile index 904759b17793..edb42bf2a8d6 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.0.34 +DISTVERSION= 0.2.0.35 CATEGORIES= security net MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ diff --git a/security/tor/distinfo b/security/tor/distinfo index 357483252345..7137474442cd 100644 --- a/security/tor/distinfo +++ b/security/tor/distinfo @@ -1,3 +1,3 @@ -MD5 (tor-0.2.0.34.tar.gz) = f20011be23d5a76988233df12c346f41 -SHA256 (tor-0.2.0.34.tar.gz) = 1bb19bcc52d365b47dd0e7bc06e3208786447a1cf759d6595c516a0f0cde3cb2 -SIZE (tor-0.2.0.34.tar.gz) = 2170871 +MD5 (tor-0.2.0.35.tar.gz) = d4841e1b4d54866495fd373e865b2d44 +SHA256 (tor-0.2.0.35.tar.gz) = 7180c56c11e13d1ca860e3773ddfb2c9f951900670224a0850766795ac94b62e +SIZE (tor-0.2.0.35.tar.gz) = 2221852 diff --git a/security/tor/pkg-descr b/security/tor/pkg-descr index 72a692937021..f221f39cabac 100644 --- a/security/tor/pkg-descr +++ b/security/tor/pkg-descr @@ -10,7 +10,4 @@ messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. -Remember that this is development code -- DON'T RELY ON THE CURRENT TOR -NETWORK FOR ANONYMITY! - -WWW: http://tor.eff.org/ +WWW: http://torproject.org/ diff --git a/security/tor/pkg-install b/security/tor/pkg-install index f6f1cae43445..8f81c408d6ed 100644 --- a/security/tor/pkg-install +++ b/security/tor/pkg-install @@ -29,7 +29,7 @@ PRE-INSTALL) echo "You already have a user \"${USER}\", so I will use it." else if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d /var/db/tor -c "Tor Daemon" -s /bin/sh + -d /var/db/tor -c "Tor Daemon" -s /sbin/nologin then echo "Added user \"${USER}\"." else |