[tor-commits] [torouter/master] add 0.2.3.x stuff
ioerror at torproject.org
ioerror at torproject.org
Fri Aug 19 14:11:23 UTC 2011
commit 4903ee8284c0fdaaed29d1fdaf98c76112c17907
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Fri Aug 19 15:58:05 2011 +0200
add 0.2.3.x stuff
---
packages/torouter-prep/configs/sources.list | 5 +++--
packages/torouter-prep/src/torouter_config.sh | 3 +++
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/packages/torouter-prep/configs/sources.list b/packages/torouter-prep/configs/sources.list
index 38ba8fe..42bc62b 100644
--- a/packages/torouter-prep/configs/sources.list
+++ b/packages/torouter-prep/configs/sources.list
@@ -21,8 +21,9 @@ deb http://deb.torproject.org/torproject.org experimental-squeeze main
deb-src http://deb.torproject.org/torproject.org experimental-squeeze main
# Tor 0.2.3.x package repo
-deb http://deb.torproject.org/torproject.org tor-0.2.3.x-squeeze main
-deb-src http://deb.torproject.org/torproject.org tor-0.2.3.x-squeeze main
+deb http://deb.torproject.org/torproject.org tor-0.2.3.x-stable main
+deb-src http://deb.torproject.org/torproject.org tor-0.2.3.x-stable main
+
# Torouter project repo
deb http://torrouter.torproject.org/torrouter torrouter main
diff --git a/packages/torouter-prep/src/torouter_config.sh b/packages/torouter-prep/src/torouter_config.sh
index ddeac3e..12f7ab3 100644
--- a/packages/torouter-prep/src/torouter_config.sh
+++ b/packages/torouter-prep/src/torouter_config.sh
@@ -52,6 +52,9 @@ apt-get -y -t squeeze-backports install openntpd
# Install Tor and deps:
apt-get -y install tor tor-geoipdb
+# To build a 0.2.3.x Tor:
+# apt-get source tor=0.2.3.1-alpha-1~~squeeze+1
+# Debuild here...
# To build with natpmp support
apt-get -y -t experimental install libnatpmp-dev
More information about the tor-commits
mailing list