network/vidalia: Updated for version 0.2.19.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
markus reichelt 2012-06-14 16:21:23 -05:00 committed by Robby Workman
parent 44f2a23adb
commit 38d0fba9dc
3 changed files with 31 additions and 17 deletions

View file

@ -1,5 +1,26 @@
Vidalia README.SBo
Please note that upstream states the following:
"You should simply download Vidalia as part of a Tor software bundle. Users
should be using Tor Browser Bundle, not installing Vidalia themselves."
-- https://www.torproject.org/projects/vidalia.html.en
Obviously, that only concerns folks that do not know what they are doing.
Also, 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 used to be announced at:
https://blog.torproject.org/category/tags/vidalia-releases
https://www.torproject.org/projects/vidalia.html.en
but both links lag more often than not.
A better place is to simply check https://www.torproject.org/dist/vidalia/ or
the mirrors listed at: https://www.torproject.org/getinvolved/mirrors.html.en
After installing Vidalia consider editing ~/.vidalia/torrc or
/etc/tor/torrc accordingly:
@ -13,17 +34,9 @@ NewCircuitPeriod 15
# Set How many entry guards we should we keep at a time
NumEntryGuards 8
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
In order to use Vidalia and Tor with Firefox you can use FoxyProxy or
Privoxy. You can also configure Firefox network settings for a SOCKSv5
proxy; any other browser that supports SOCKSv5 proxies is ok to use too.
As of version 0.2.10 vidalia supports the local GeoIP database from

View file

@ -7,7 +7,7 @@
# markus reichelt <slackbuilds@mareichelt.de> 0xCCEEF115
PRGNAM=vidalia
VERSION=${VERSION:-0.2.17}
VERSION=${VERSION:-0.2.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -57,7 +57,8 @@ if [ "$GEOIP" = "no" ]; then
GEOIP=""
else
GEOIP="-DUSE_GEOIP=1 \
-DGEOIP_INCLUDE_DIR=/usr/include/"
-DGEOIP_INCLUDE_DIR=/usr/include/ \
-DGEOIP_LIBRARY_DIR=/usr/lib$LIBDIRSUFFIX/"
fi
mkdir build && cd build

View file

@ -1,10 +1,10 @@
PRGNAM="vidalia"
VERSION="0.2.17"
VERSION="0.2.19"
HOMEPAGE="https://www.torproject.org/projects/vidalia.html.en"
DOWNLOAD="https://archive.torproject.org/tor-package-archive/vidalia/vidalia-0.2.17.tar.gz"
MD5SUM="dcfd49e7f2ff73702e6007091cbe33d6"
DOWNLOAD="https://archive.torproject.org/tor-package-archive/vidalia/vidalia-0.2.19.tar.gz"
MD5SUM="caf92b44ad2932bbc1c40d6405951c39"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="markus reichelt"
EMAIL="slackbuilds@mareichelt.de"
APPROVED="dsomero"
APPROVED="Erik Hanson"