network/vidalia: Updated for version 0.2.15.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
markus reichelt 2011-10-20 05:36:03 -05:00 committed by Niels Horn
parent c7897b02e0
commit 6c1b140662
5 changed files with 29 additions and 20 deletions

View file

@ -1,7 +1,7 @@
Vidalia is a GUI for the Tor software. Using Vidalia, you can start
and stop the Tor software, view its status at a glance, and monitor
bandwidth usage. Vidalia also makes it easy to contribute to the Tor
network by helping you set up and manage your own relay.
Vidalia is a GUI for Tor. Using Vidalia, you can start and stop Tor,
view its status at a glance, and monitor bandwidth usage.
Vidalia also makes it easy to contribute to the Tor network by helping
you set up and manage your own relay.
See README.SBo (which is also installed with the package docs) for some
configuration hints, and how to make use of MaxMind's GeoIP database.
@ -9,4 +9,4 @@ configuration hints, and how to make use of MaxMind's GeoIP database.
If you don't plan to use MaxMind's GeoIP database, pass GEOIP=no to
the script.
Vidalia requires tor (and GeoIP).
Vidalia requires Tor (and GeoIP).

View file

@ -1,7 +1,7 @@
vidalia README.SBo
Vidalia README.SBo
Once vidalia is installed then edit the ~/.vidalia/torrc file.
Add the following to torrc or use a the torrc file from /etc/tor/torrc.
After installing Vidalia consider editing ~/.vidalia/torrc or
/etc/tor/torrc accordingly:
# Set the Tor Circuit Build time to find faster tor servers, increments
# of seconds
@ -13,9 +13,18 @@ NewCircuitPeriod 15
# Set How many entry guards we should we keep at a time
NumEntryGuards 8
To use vidalia and tor with Firefox then add the FoxyProxy extension
and use the FoxyProxy's Tor Wizard. For extra anonimity in Firefox then
try Torbutton extension and Privoxy.
To use Vidalia and Tor with Firefox you can use FoxyProxy or Privoxy.
The development of Torbutton has been discontinued in favour of TBB,
the Tor-Browser-Bundle. It's strongly recommended to stop using Torbutton.
New versions of Vidalia are announced at
https://blog.torproject.org/category/tags/vidalia-releases
And there is a mailing list for Vidalia users:
http://lists.vidalia-project.net/cgi-bin/mailman/listinfo/vidalia-users
As of version 0.2.10 vidalia supports the local GeoIP database from
MaxMind. If the package hasn't been built with GEOIP=no, edit your

View file

@ -6,12 +6,12 @@
# leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
vidalia: vidalia (Gui frontend for tor)
vidalia: Vidalia (GUI frontend for Tor)
vidalia:
vidalia: Using Vidalia, you can start and stop the Tor software, view its
vidalia: status at a glance, and monitor bandwidth usage. Vidalia also makes
vidalia: it easy to contribute to the Tor network by helping you set up and
vidalia: manage your own relay.
vidalia: Using Vidalia, you can start and stop Tor, view its status at a
vidalia: glance, and monitor bandwidth usage. Vidalia also makes it easy to
vidalia: contribute to the Tor network by helping you set up and manage your
vidalia: own relay.
vidalia:
vidalia: Homepage: https://www.torproject.org/projects/vidalia.html.en
vidalia:

View file

@ -7,7 +7,7 @@
# markus reichelt <slackbuilds@mareichelt.de> 0xCCEEF115
PRGNAM=vidalia
VERSION=${VERSION:-0.2.14}
VERSION=${VERSION:-0.2.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="vidalia"
VERSION="0.2.14"
VERSION="0.2.15"
HOMEPAGE="https://www.torproject.org/projects/vidalia.html.en"
DOWNLOAD="https://archive.torproject.org/tor-package-archive/vidalia/vidalia-0.2.14.tar.gz"
MD5SUM="f297bb5fde07463f1eeb36c3b7c8675e"
DOWNLOAD="https://archive.torproject.org/tor-package-archive/vidalia/vidalia-0.2.15.tar.gz"
MD5SUM="845b627eb2534aa5da29efd6c8d30978"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="markus reichelt"