summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2011-03-19 07:38:14 -0500
committerGeorge Sherwood2011-03-26 09:59:40 -0500
commitc702dfcf2181559397f58d190054e16cbd096590 (patch)
treec8983eb36ff4e4019c12c1f7178c4f34f5863d3f
parentcb23a83d6dc83d9c1354abcbbb89fb16ff681bec (diff)
tor: Updated stable to 0.2.1.30. SECURITY_PATCH++
Updated devel to version 0.2.2.23-alpha (cherry picked from commit b0dbef40b4fefda26d1e148d49a58f77e9af3bd9)
-rwxr-xr-xnet/tor/DETAILS6
-rw-r--r--net/tor/HISTORY4
2 files changed, 7 insertions, 3 deletions
diff --git a/net/tor/DETAILS b/net/tor/DETAILS
index f47efbe3e7..19916462e4 100755
--- a/net/tor/DETAILS
+++ b/net/tor/DETAILS
@@ -1,11 +1,11 @@
SPELL=tor
if [ "$TOR_DEVEL" == "y" ]; then
- VERSION=0.2.2.19-alpha
+ VERSION=0.2.2.23-alpha
SECURITY_PATCH=4
else
- VERSION=0.2.1.27
- SECURITY_PATCH=3
+ VERSION=0.2.1.30
+ SECURITY_PATCH=4
fi
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.torproject.org/dist/$SOURCE
diff --git a/net/tor/HISTORY b/net/tor/HISTORY
index 58dbb3dc7a..9a8432049e 100644
--- a/net/tor/HISTORY
+++ b/net/tor/HISTORY
@@ -1,3 +1,7 @@
+2011-03-19 George Sherwood <gsherwood@sourcemage.org>
+ * DETAILS: Updated stable to 0.2.1.30. SECURITY_PATCH++
+ Updated devel to 0.2.2.23-alpha
+
2010-11-29 Bor Kraljič <pyrobor@ver.si>
* DETAILS: updated TOR_DEVEL=n to 0.2.1.27
updated TOR_DEVEL=y to 0.2.2.19-alpha