[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] migrate to the new URL
Update of /home2/or/cvsroot/tor
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor
Modified Files:
INSTALL README tor.spec.in
Log Message:
migrate to the new URL
Index: INSTALL
===================================================================
RCS file: /home2/or/cvsroot/tor/INSTALL,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- INSTALL 10 Nov 2004 01:20:17 -0000 1.18
+++ INSTALL 5 Jan 2005 00:06:49 -0000 1.19
@@ -1,7 +1,7 @@
Quickstart version for users:
0) Download the absolute newest version. No, really.
- http://freehaven.net/tor/dist/
+ http://tor.eff.org/dist/
1) tar xvf it, and then cd into the directory.
2) ./configure
3) make
Index: README
===================================================================
RCS file: /home2/or/cvsroot/tor/README,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- README 31 Oct 2004 21:15:16 -0000 1.37
+++ README 5 Jan 2005 00:06:49 -0000 1.38
@@ -17,11 +17,11 @@
Do you want to run a tor server?
- See http://freehaven.net/tor/doc/tor-doc.html#server
+ See http://tor.eff.org/doc/tor-doc.html#server
Do you want to run a hidden service?
- See http://freehaven.net/tor/doc/tor-doc.html#hidden-service
+ See http://tor.eff.org/doc/tor-doc.html#hidden-service
Configuring tsocks:
Index: tor.spec.in
===================================================================
RCS file: /home2/or/cvsroot/tor/tor.spec.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tor.spec.in 20 Dec 2004 00:59:38 -0000 1.10
+++ tor.spec.in 5 Jan 2005 00:06:49 -0000 1.11
@@ -6,7 +6,7 @@
# This should be incremented whenever the spec file changes, but
# can drop back to zero at a new Tor version
-%define specver 3
+%define specver 0
## Things users may want to change
#
@@ -95,7 +95,7 @@
Release: %{release}
Summary: Anonymizing overlay network for TCP (The onion router)
-URL: http://freehaven.net/%{name}/
+URL: http://tor.eff.org/
Group: System Environment/Daemons
License: BSD-like
@@ -107,7 +107,7 @@
Requires(pre): shadow-utils, /usr/bin/id, /bin/date, /bin/sh
Requires(pre): %{_sbindir}/useradd, %{_sbindir}/groupadd
-Source0: http://freehaven.net/%{name}/dist/%{name}-%{native_version}.tar.gz
+Source0: http://tor.eff.org/dist/%{name}-%{native_version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root