diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-08 04:23:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-08 04:23:57 +0800 |
commit | 841fd9b26aaab97f474e5eef36f6aac5a13a8efa (patch) | |
tree | 05b26757e892b1d99dbe0a10cbb1f92c966252b7 | |
parent | ffc6deec6c98b6f15f21114f540b1a694d9cb985 (diff) | |
download | freebsd-ports-gnome-841fd9b26aaab97f474e5eef36f6aac5a13a8efa.tar.gz freebsd-ports-gnome-841fd9b26aaab97f474e5eef36f6aac5a13a8efa.tar.zst freebsd-ports-gnome-841fd9b26aaab97f474e5eef36f6aac5a13a8efa.zip |
- Update to 0.2.0.35
PR: 136115 (based on)
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
"b. f." <bf1783@googlemail.com>
-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 |