summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndraž Levstik2007-10-31 15:02:08 +0100
committerAndraž Levstik2007-10-31 15:02:08 +0100
commit05c3de84721eca1dd841f71c707d6392e0073f86 (patch)
tree2b60737a5c19e3a78330cc3c56e22d1a34f3a564
parent4864ea80b4e67b0db6f35e850906904fa4cc417a (diff)
tor: update devel and stable
-rwxr-xr-xnet/tor/DETAILS10
-rw-r--r--net/tor/HISTORY5
2 files changed, 10 insertions, 5 deletions
diff --git a/net/tor/DETAILS b/net/tor/DETAILS
index f743fd5248..79da9c08fd 100755
--- a/net/tor/DETAILS
+++ b/net/tor/DETAILS
@@ -1,19 +1,19 @@
SPELL=tor
if [ "$TOR_DEVEL" == "y" ]; then
- VERSION=0.2.0.6-alpha
+ VERSION=0.2.0.9-alpha
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://tor.eff.org/dist/$SOURCE
+ SOURCE_URL[0]=http://www.torproject.org/dist/$SOURCE
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=28988BF5.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
else
- VERSION=0.1.2.17
+ VERSION=0.1.2.18
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://tor.eff.org/dist/$SOURCE
+ SOURCE_URL[0]=http://www.torproject.org/dist/$SOURCE
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=28988BF5.gpg:$SOURCE2:UPSTREAM_KEY
@@ -22,7 +22,7 @@ fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=BSD
- WEB_SITE=http://tor.eff.org/
+ WEB_SITE=http://www.torproject.org/
ENTERED=20050415
KEYWORDS="net"
SHORT="An anonymous Internet communication system"
diff --git a/net/tor/HISTORY b/net/tor/HISTORY
index c2111f3468..88e2d34c62 100644
--- a/net/tor/HISTORY
+++ b/net/tor/HISTORY
@@ -1,3 +1,8 @@
+2007-10-31 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * DETAILS: updated TOR_DEVEL=n to 0.1.2.18
+ updated TOR_DEVEL=y to 0.2.0.9-alpha
+ URLS are now torproject
+
2007-09-01 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* DETAILS: updated TOR_DEVEL=y to 0.2.0.6-alpha
SECURITY_PATCH++