Update of /cvsroot/leaf/src/bering-uclibc/apps/tor
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv32373

Modified Files:
        buildtool.cfg buildtool.mk torrc 
Added Files:
        tor-0.1.1.21.tar.gz 
Log Message:
new upstream version


Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/tor/buildtool.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** buildtool.mk        28 Nov 2005 15:49:03 -0000      1.5
--- buildtool.mk        14 Jun 2006 07:47:40 -0000      1.6
***************
*** 2,6 ****
  include $(MASTERMAKEFILE)
  
! TOR_DIR:=tor-0.1.0.15
  TOR_TARGET_DIR:=$(BT_BUILD_DIR)/tor
  
--- 2,6 ----
  include $(MASTERMAKEFILE)
  
! TOR_DIR:=tor-0.1.1.21
  TOR_TARGET_DIR:=$(BT_BUILD_DIR)/tor
  

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/tor/buildtool.cfg,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** buildtool.cfg       28 Nov 2005 15:49:03 -0000      1.6
--- buildtool.cfg       14 Jun 2006 07:47:40 -0000      1.7
***************
*** 5,9 ****
  </File>
  
! <File tor-0.1.0.15.tar.gz>
    Server = cvs-sourceforge
    Revision = HEAD
--- 5,9 ----
  </File>
  
! <File tor-0.1.1.21.tar.gz>
    Server = cvs-sourceforge
    Revision = HEAD
***************
*** 27,31 ****
  <Package>
        <tor>
!               Version = 0.1.0.15
                Revision = 1
  
--- 27,31 ----
  <Package>
        <tor>
!               Version = 0.1.1.21
                Revision = 1
  

--- NEW FILE: tor-0.1.1.21.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.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** torrc       1 Jul 2005 23:29:32 -0000       1.1
--- torrc       14 Jun 2006 07:47:40 -0000      1.2
***************
*** 1,14 ****
! ## Configuration file for a typical tor user
! ## Built for Tor version 0.1.0.10
  ## (May or may not work for older or newer versions of Tor.)
! #
! # On Unix, Tor will look for this file in someplace like "~/.tor/torrc" or
! # "/etc/torrc"
! #
! # On Windows, Tor will look for the configuration file in someplace like
! # "Application Data\tor\torrc" or "Application Data\<username>\tor\torrc"
! #
! # With the default Mac OS X installer, Tor will look in ~/.tor/torrc or
! # /Library/Tor/torrc
  
  
--- 1,21 ----
! ## Configuration file for a typical Tor user
! ## Last updated 9 February 2006 for Tor 0.1.1.13-alpha.
  ## (May or may not work for older or newer versions of Tor.)
! ##
! ## Lines that begin with "## " try to explain what's going on. Lines
! ## that begin with just "#" are disabled commands: you can enable them
! ## by removing the "#" symbol.
! ##
! ## See the man page, or http://tor.eff.org/tor-manual-cvs.html, for more
! ## options you can use in this file.
! ##
! ## On Unix, Tor will look for this file in someplace like "~/.tor/torrc" or
! ## "/etc/torrc"
! ##
! ## On Windows, Tor will look for the configuration file in someplace like
! ## "Application Data\tor\torrc" or "Application Data\<username>\tor\torrc"
! ##
! ## With the default Mac OS X installer, Tor will look in ~/.tor/torrc or
! ## /Library/Tor/torrc
  
  
***************
*** 16,44 ****
  ## server, and not make any local application connections yourself.
  SocksPort 9050 # what port to open for local application connections
! SocksBindAddress 127.0.0.1 # accept connections only from localhost
! #SocksBindAddress 192.168.0.1:9100 # listen on a chosen IP/port too
  
  ## Entry policies to allow/deny SOCKS requests based on IP address.
  ## First entry that matches wins. If no SocksPolicy is set, we accept
! ## all (and only) requests from SocksBindAddress.
! #SocksPolicy accept 192.168.0.1/16
  #SocksPolicy reject *
  
- ## Allow no-name routers (ones that the dirserver operators don't
- ## know anything about) in only these positions in your circuits.
- ## Other choices (not advised) are entry,exit,introduction.
- AllowUnverifiedNodes middle,rendezvous
- 
  ## Logs go to stdout at level "notice" unless redirected by something
! ## else, like one of the below lines. You can have as many log lines as
  ## you want.
  ##
  ## Send all messages of level 'notice' or higher to 
/usr/var/log/tor/notices.log
  #Log notice file /usr/var/log/tor/notices.log
! ## Send only debug and info messages to /usr/var/log/tor/debug.log
! #Log debug-info file /usr/var/log/tor/debug.log
! ## Send ONLY debug messages to /usr/var/log/tor/debug.log
! #Log debug-debug file /usr/var/log/tor/debug.log
! ## To use the system log instead of Tor's logfiles, uncomment these lines:
  #Log notice syslog
  ## To send all messages to stderr:
--- 23,47 ----
  ## server, and not make any local application connections yourself.
  SocksPort 9050 # what port to open for local application connections
! SocksListenAddress 127.0.0.1 # accept connections only from localhost
! #SocksListenAddress 192.168.0.1:9100 # listen on a chosen IP/port too
  
  ## Entry policies to allow/deny SOCKS requests based on IP address.
  ## First entry that matches wins. If no SocksPolicy is set, we accept
! ## all (and only) requests from SocksListenAddress.
! #SocksPolicy accept 192.168.0.0/16
  #SocksPolicy reject *
  
  ## Logs go to stdout at level "notice" unless redirected by something
! ## else, like one of the below lines. You can have as many Log lines as
  ## you want.
  ##
+ ## We advise using "notice" in most cases, since anything more verbose
+ ## may provide sensitive information to an attacker who obtains the logs.
+ ##
  ## Send all messages of level 'notice' or higher to 
/usr/var/log/tor/notices.log
  #Log notice file /usr/var/log/tor/notices.log
! ## Send every possible message to /usr/var/log/tor/debug.log
! #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:
***************
*** 46,60 ****
  
  ## Uncomment this to start the process in the background... or use
! ## --runasdaemon 1 on the command line.
! RunAsDaemon 1
! 
! ## Tor only trusts directories signed with one of these keys, and
! ## uses the given addresses to connect to the trusted directory
! ## servers. If no DirServer lines are specified, Tor uses the built-in
! ## defaults (moria1, moria2, tor26), so you can leave this alone unless
! ## you need to change it.
! #DirServer 18.244.0.188:9031 FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441
! #DirServer 18.244.0.114:80 719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF
! #DirServer 62.116.124.106:9030 847B 1F85 0344 D787 6491 A548 92F9 0493 4E4E 
B85D
  
  ## The directory for keeping all the keys/etc. By default, we store
--- 49,55 ----
  
  ## Uncomment this to start the process in the background... or use
! ## --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
***************
*** 62,68 ****
  #DataDirectory /usr/var/lib/tor
  
! ## The port on which Tor will listen for local connections from Tor controller
! ## applications, as documented in control-spec.txt.  NB: this feature is
! ## currently experimental.
  #ControlPort 9051
  
--- 57,62 ----
  #DataDirectory /usr/var/lib/tor
  
! ## The port on which Tor will listen for local connections from Tor
! ## controller applications, as documented in control-spec.txt.
  #ControlPort 9051
  
***************
*** 87,91 ****
  ## key fingerprint to the tor-ops, so we can add you to the list of
  ## servers that clients will trust. See
! ## http://tor.eff.org/doc/tor-doc.html#server for details.
  
  ## Required: A unique handle for this server
--- 81,85 ----
  ## key fingerprint to the tor-ops, so we can add you to the list of
  ## servers that clients will trust. See
! ## http://tor.eff.org/cvs/tor/doc/tor-doc-server.html for details.
  
  ## Required: A unique handle for this server
***************
*** 108,114 ****
  ## the line below. You'll need to do ipchains or other port forwarding
  ## yourself to make this work.
! #ORBindAddress 0.0.0.0:9090
  
! ## Uncomment this to mirror the directory for others (please do)
  #DirPort 9030 # what port to advertise for directory connections
  ## If you want to listen on a port other than the one advertised
--- 102,110 ----
  ## the line below. You'll need to do ipchains or other port forwarding
  ## yourself to make this work.
! #ORListenAddress 0.0.0.0:9090
  
! ## Uncomment this to mirror the directory for others. Please do
! ## if you have enough bandwidth: see the bottom of
! ## http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#LimitBandwidth
  #DirPort 9030 # what port to advertise for directory connections
  ## If you want to listen on a port other than the one advertised
***************
*** 116,129 ****
  ## below. You'll need to do ipchains or other port forwarding yourself
  ## to make this work.
! #DirBindAddress 0.0.0.0:9091
  
  ## A comma-separated list of exit policies. They're considered first
! ## to last, and the first match wins. If you want to *replace*
  ## the default exit policy, end this with either a reject *:* or an
! ## accept *:*. Otherwise, you're *augmenting* (prepending to) the
  ## default exit policy. Leave commented to just use the default, which is
  ## available in the man page or at http://tor.eff.org/documentation.html
  ##
! ## Look at http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#Abuse
  ## for issues you might encounter if you use the default exit policy.
  ##
--- 112,131 ----
  ## below. You'll need to do ipchains or other port forwarding yourself
  ## to make this work.
! #DirListenAddress 0.0.0.0:9091
! 
! ## Uncomment this if you run more than one Tor server, and add the
! ## nickname of each Tor server you control, even if they're on different
! ## networks. We declare it here so clients can avoid using more than
! ## one of your servers in a given circuit.
! #MyFamily nickname1,nickname2,...
  
  ## A comma-separated list of exit policies. They're considered first
! ## to last, and the first match wins. If you want to _replace_
  ## the default exit policy, end this with either a reject *:* or an
! ## accept *:*. Otherwise, you're _augmenting_ (prepending to) the
  ## default exit policy. Leave commented to just use the default, which is
  ## available in the man page or at http://tor.eff.org/documentation.html
  ##
! ## Look at http://tor.eff.org/faq-abuse.html#TypicalAbuses
  ## for issues you might encounter if you use the default exit policy.
  ##
***************
*** 136,138 ****
  #ExitPolicy reject *:* # middleman only -- no exits allowed
  
- PIDFILE /var/run/tor.pid
--- 138,139 ----



_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to