network/tor: Updated for version 0.2.3.25.

Changed maintainer (sid77 was unavailable)

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Donald Cooley 2013-11-23 13:59:23 +01:00 committed by Robby Workman
parent d313127eaf
commit 6fa72e40e1
4 changed files with 14 additions and 13 deletions

View File

@ -27,4 +27,7 @@ The following can be used to start/stop tor automatically:
tsocks is an optional run-time dependency if you want to use the "torify"
shell script.
Take a look at README.SLACKWARE for important notes and recent changes.
Take a look at README.SLACKWARE for important notes and read also very
carefully the essential hints that tor developers give you
https://www.torproject.org/download/download-easy.html.en#warning

View File

@ -1,10 +1,6 @@
As of tor-0.2.1.30-2 and later, I've updated Tor rc.tor init script to get rid
As of tor-0.2.1.30-2 and later, rc.tor init script has been updated to get rid
of hardcoded values present inside torctl command script. To successfully use
the newer script be sure to check changes to both /etc/rc.d/rc.tor.new and
/etc/tor/torrc.new as some configurations values are now required and no
longer passed on the command line. The original TorProject.org torrc
configuration is always available as /etc/tor/torrc.sample.
Also, there has been a recent libevent upgrade from 1.4.13 to 2.0.10 in
SlackBuilds.org 13.37 tree, remember to rebuild Tor when such major upgrades
happen.

View File

@ -22,9 +22,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Updated by Donald Cooley dfc@warpmail.net
PRGNAM=tor
VERSION=${VERSION:-0.2.2.37}
BUILD=${BUILD:-3}
VERSION=${VERSION:-0.2.3.25}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Select tor's default user/group

View File

@ -1,10 +1,10 @@
PRGNAM="tor"
VERSION="0.2.2.37"
VERSION="0.2.3.25"
HOMEPAGE="https://www.torproject.org/"
DOWNLOAD="https://archive.torproject.org/tor-package-archive/tor-0.2.2.37.tar.gz"
MD5SUM="5aafdca4fb6af6e12b503d32b03f14a7"
DOWNLOAD="https://www.torproject.org/dist/tor-0.2.3.25.tar.gz"
MD5SUM="a1c364189a9a66ed9daa8e6436489daf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
MAINTAINER="Donald Cooley"
EMAIL="dfc@warpmail.net"