[tor-commits] [torflow/master] Update the tor version used to tor 0.2.9 LTS

tom at torproject.org tom at torproject.org
Mon Jan 15 21:40:56 UTC 2018


commit 241ef3a079775a534043e50d2be7ea4afe9ca787
Author: Tom Ritter <tom at ritter.vg>
Date:   Mon Jan 15 15:39:30 2018 -0600

    Update the tor version used to tor 0.2.9 LTS
---
 NetworkScanners/BwAuthority/setup.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NetworkScanners/BwAuthority/setup.sh b/NetworkScanners/BwAuthority/setup.sh
index ec16824..095cd3c 100755
--- a/NetworkScanners/BwAuthority/setup.sh
+++ b/NetworkScanners/BwAuthority/setup.sh
@@ -26,13 +26,13 @@ pushd ../../
 ./add_torctl.sh
 popd
 
-# 3. Compile tor 0.2.8
+# 3. Compile tor 0.2.9
 if [ ! -x ../../../tor/src/or/tor ]
 then
   pushd ../../../
   git clone https://git.torproject.org/tor.git tor
   cd tor
-  git checkout release-0.2.8
+  git checkout release-0.2.9
   ./autogen.sh
   ./configure --disable-asciidoc
   make -j4



More information about the tor-commits mailing list