diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2005-08-14 22:26:16 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2005-08-14 22:26:16 +0000 |
commit | 3cc7109661873416c4a87460ef321d54a115cd44 (patch) | |
tree | 25817a0898eab5c20d4cd2f2eb29618c5eeb72bc /net-misc/tor/files | |
parent | Version bump, immediately marked as stable on all ARCHes due to eval() vulner... (diff) | |
download | gentoo-2-3cc7109661873416c4a87460ef321d54a115cd44.tar.gz gentoo-2-3cc7109661873416c4a87460ef321d54a115cd44.tar.bz2 gentoo-2-3cc7109661873416c4a87460ef321d54a115cd44.zip |
update to solve sec bug
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/tor/files')
-rw-r--r-- | net-misc/tor/files/digest-tor-0.1.0.14 | 1 | ||||
-rw-r--r-- | net-misc/tor/files/torrc.sample-0.1.0.14.patch | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/net-misc/tor/files/digest-tor-0.1.0.14 b/net-misc/tor/files/digest-tor-0.1.0.14 new file mode 100644 index 000000000000..5f29882dfc55 --- /dev/null +++ b/net-misc/tor/files/digest-tor-0.1.0.14 @@ -0,0 +1 @@ +MD5 a3698218371ed0e647886fef0545bb44 tor-0.1.0.14.tar.gz 631723 diff --git a/net-misc/tor/files/torrc.sample-0.1.0.14.patch b/net-misc/tor/files/torrc.sample-0.1.0.14.patch new file mode 100644 index 000000000000..750465208fe6 --- /dev/null +++ b/net-misc/tor/files/torrc.sample-0.1.0.14.patch @@ -0,0 +1,28 @@ +--- tor-orig/src/config/torrc.sample.in 2005-08-13 19:07:33.969978500 +0200 ++++ tor-0.1.0.14/src/config/torrc.sample.in 2005-08-13 19:08:47.902599000 +0200 +@@ -14,6 +14,9 @@ + # With the default Mac OS X installer, Tor will look in ~/.tor/torrc or + # /Library/Tor/torrc + ++## Default username and group the server will run as ++User tor ++Group tor + + ## Replace this with "SocksPort 0" if you plan to run Tor only as a + ## server, and not make any local application connections yourself. +@@ -46,6 +49,7 @@ + #Log notice syslog + ## To send all messages to stderr: + #Log debug stderr ++Log notice file /var/log/tor/tor.log + + ## Uncomment this to start the process in the background... or use + ## --runasdaemon 1 on the command line. +@@ -63,6 +67,7 @@ + ## 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 @LOCALSTATEDIR@/lib/tor ++DataDirectory /var/lib/tor/data + + ## The port on which Tor will listen for local connections from Tor controller + ## applications, as documented in control-spec.txt. NB: this feature is |