[leaf-commits] src/bering-uclibc/apps/tor tor-0.2.1.26.tar.gz, NONE, 1.1 buildtool.cfg, 1.15, 1.16 buildtool.mk, 1.12, 1.13 torrc, 1.2, 1.3

KP Kirchd?rfer <[email protected]>
Newsgroups gmane.linux.leaf.cvs
Message-ID <[email protected]>
Update of /cvsroot/leaf/src/bering-uclibc/apps/tor
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8930

Modified Files:
	buildtool.cfg buildtool.mk torrc 
Added Files:
	tor-0.2.1.26.tar.gz 
Log Message:
new upstream version 0.2.1.16
improved default config file torrc


Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/tor/buildtool.cfg,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** buildtool.cfg	13 Jun 2010 09:19:25 -0000	1.15
--- buildtool.cfg	25 Jul 2010 09:24:39 -0000	1.16
***************
*** 5,9 ****
  </File>
  
! <File tor-0.2.0.33.tar.gz>
    Server = cvs-sourceforge
    Revision = HEAD
--- 5,9 ----
  </File>
  
! <File tor-0.2.1.26.tar.gz>
    Server = cvs-sourceforge
    Revision = HEAD
***************
*** 26,30 ****
  <Package>
  	<tor>
! 		Version = 0.2.0.33
  		Revision = 2
  
--- 26,30 ----
  <Package>
  	<tor>
! 		Version = 0.2.1.26
  		Revision = 2
  
***************
*** 35,40 ****
  		instant messaging, IRC, SSH, and other applications that use 
  		the TCP protocol. 
  		Homepage: http://tor.eff.org
! 		Requires: libssl.lrp libcrpto.lrp lpthread.lrp libz.lrp libevent.lrp privoxy.lrp
  		LEAF package by __PACKAGER__, __BUILDDATE__		
  		EOF
--- 35,42 ----
  		instant messaging, IRC, SSH, and other applications that use 
  		the TCP protocol. 
+ 		privoxy.lrp is recommended to be used in conjunction with tor
+ 		to improve performance for local clients.
  		Homepage: http://tor.eff.org
! 		Requires: libssl.lrp libcrpto.lrp lpthread.lrp libz.lrp libevent.lrp 
  		LEAF package by __PACKAGER__, __BUILDDATE__		
  		EOF
***************
*** 81,91 ****
  				Permissions = 755
  			</File>		
- 
- #			<File>          
- #				Source          = usr/bin/torify
- #				Filename        = usr/bin/torify
- #				Type            = binary
- #				Permissions = 755
- #			</File>		
  		</Contents>			
  	</tor>
--- 83,86 ----

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/tor/buildtool.mk,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** buildtool.mk	1 Feb 2009 21:29:02 -0000	1.12
--- buildtool.mk	25 Jul 2010 09:24:39 -0000	1.13
***************
*** 2,6 ****
  include $(MASTERMAKEFILE)
  
! TOR_DIR:=tor-0.2.0.33
  TOR_TARGET_DIR:=$(BT_BUILD_DIR)/tor
  
--- 2,6 ----
  include $(MASTERMAKEFILE)
  
! TOR_DIR:=tor-0.2.1.26
  TOR_TARGET_DIR:=$(BT_BUILD_DIR)/tor
  
***************
*** 32,36 ****
  	cp -a $(TOR_DIR)/src/or/tor $(TOR_TARGET_DIR)/usr/sbin
  	cp -a $(TOR_DIR)/src/tools/tor-resolve $(TOR_TARGET_DIR)/usr/bin
- #	cp -a $(TOR_DIR)/contrib/torify $(TOR_TARGET_DIR)/usr/bin	
  	cp -a $(TOR_TARGET_DIR)/* $(BT_STAGING_DIR)
  	touch $(TOR_DIR)/.build
--- 32,35 ----

--- NEW FILE: tor-0.2.1.26.tar.gz ---
(This appears to be a binary file; contents omitted.)

Index: torrc
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/tor/torrc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** torrc	14 Jun 2006 07:47:40 -0000	1.2
--- torrc	25 Jul 2010 09:24:39 -0000	1.3
***************
*** 1,4 ****
--- 1,9 ----
  ## Configuration file for a typical Tor user
  ## Last updated 9 February 2006 for Tor 0.1.1.13-alpha.
+ ## <LEAF>
+ ## Last updated 24 July 2010 for LEAF Tor package 0.2.1.26
+ ## by [email protected]
+ ## </LEAF>
+ ## 
  ## (May or may not work for older or newer versions of Tor.)
  ##
***************
*** 44,48 ****
  #Log debug file /usr/var/log/tor/debug.log
  ## Use the system log instead of Tor's logfiles
! #Log notice syslog
  ## To send all messages to stderr:
  #Log debug stderr
--- 49,53 ----
  #Log debug file /usr/var/log/tor/debug.log
  ## Use the system log instead of Tor's logfiles
! Log notice syslog
  ## To send all messages to stderr:
  #Log debug stderr
***************
*** 51,59 ****
  ## --runasdaemon 1 on the command line. This is ignored on Windows;
  ## see the FAQ entry if you want Tor to run as an NT service.
! #RunAsDaemon 1
  
  ## The directory for keeping all the keys/etc. By default, we store
  ## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
  #DataDirectory /usr/var/lib/tor
  
  ## The port on which Tor will listen for local connections from Tor
--- 56,66 ----
  ## --runasdaemon 1 on the command line. This is ignored on Windows;
  ## see the FAQ entry if you want Tor to run as an NT service.
! RunAsDaemon 1
  
  ## The directory for keeping all the keys/etc. By default, we store
  ## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
+ ## Note that approx 5MB of space will be used
  #DataDirectory /usr/var/lib/tor
+ DataDirectory /tmp/tor
  
  ## The port on which Tor will listen for local connections from Tor
***************
*** 61,64 ****
--- 68,79 ----
  #ControlPort 9051
  
+ 
+ ### A password is needed to access the control port from a remote machine,
+ ### and that password's hash is defined below. The hash is calculated by
+ ### issuing this command:
+ ### 	tor --hash-password some_password
+ #HashedControlPassword 16:B26561D67C27302060D09845867ACF441375E14C6789D49A4F874F6A8C
+ 
+ 
  ############### This section is just for location-hidden services ###
  


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.