Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (7ba59630254baa99175a547da27326bfb54abcb9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (7ba59630254baa99175a547da27326bfb54abcb9)
  • Date: Sat, 12 Nov 2016 13:17:18 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/tor.gpg |binary
net/tor/DEPENDS | 2 +-
net/tor/DETAILS | 22 +++++++++++-----------
net/tor/HISTORY | 14 ++++++++++++++
net/torsocks/DETAILS | 4 ++--
net/torsocks/HISTORY | 3 +++
6 files changed, 31 insertions(+), 14 deletions(-)

New commits:
commit 7ba59630254baa99175a547da27326bfb54abcb9
Author: David C. Haley <khoralin AT gmail.com>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

net/tor: => 0.2.8.9, 0.2.9.4-alpha; both SECURITY_PATCH++

(cherry picked from commit b4a9400aa0530fa3040123b86dbf6ffd6320baac)

commit 2b5155703eadf2141e74847518664f5140c6acfd
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tor: torify now depends on torsocks

(cherry picked from commit 7eef35f27547593eb8fc8cbd890e37e2db554269)

commit 51cc0c7a180dbafa5643695752b35541d6c064a6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

torsocks 2.1.0

(cherry picked from commit 6125473ad9d3981250c0625904539c79208b3c4f)

commit cc4ef71cb4596919abb1f2b46804c450d106370d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tor 0.2.7.5 (devel)

(cherry picked from commit 9e421d1a619d6878bec337ee2accff831ef3f1a5)

Conflicts:
net/tor/HISTORY

commit 107f2623e26738062842fe7006900395aa2fe18e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tor: => 0.2.6.10

(cherry picked from commit 0989c338297cb551891305af34c121444cb2de26)

Conflicts:
net/tor/HISTORY

commit 7c86d5bbf0e3f95901cb8158f14b54a9e3c11104
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

net/tor: version 0.2.6.9 and 0.2.7.1-alpha

(cherry picked from commit ae67504a1b5fa6fbad7191a60edfb33540e240c9)

Conflicts:
net/tor/HISTORY

commit d6f551dd2a8cf3dfa89812104b9cf53c13ab149e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

net/tor.gpg: 47K -> 32K magic

(cherry picked from commit 6a03f6a259c63cb28c837ccb57333f53cfc66902)

commit f7215d1a530c5e108f6ff06121d6764f57ad6d05
Author: David C. Haley <khoralin AT gmail.com>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

net/tor.gpg: project keys refreshed

(cherry picked from commit 802f9455d0882c28e29d512bc60733d71db61dc6)

diff --git a/net/tor.gpg b/net/tor.gpg
index a57e61b..2b1bf30 100644
Binary files a/net/tor.gpg and b/net/tor.gpg differ
diff --git a/net/tor/DEPENDS b/net/tor/DEPENDS
index 4834af8..6015fba 100755
--- a/net/tor/DEPENDS
+++ b/net/tor/DEPENDS
@@ -4,5 +4,5 @@ depends libevent &&
optional_depends geoip "" "" "to collect per-country statistics" &&

suggest_depends socat '' '' 'more secure tunnel' &&
-suggest_depends tsocks "" "" "to enable use of torify" &&
+suggest_depends torsocks "" "" "to enable use of torify" &&
suggest_depends SYSTEM-LOGGER '' '' 'to enable logging to syslog'
diff --git a/net/tor/DETAILS b/net/tor/DETAILS
index aa49876..331bbcd 100755
--- a/net/tor/DETAILS
+++ b/net/tor/DETAILS
@@ -1,23 +1,23 @@
SPELL=tor

-if [ "$TOR_DEVEL" == "y" ]; then
- VERSION=0.2.6.1-alpha
- SECURITY_PATCH=4
+if [ "${TOR_DEVEL}" == "y" ]; then
+ VERSION=0.2.9.4-alpha
+ SECURITY_PATCH=5
else
- VERSION=0.2.5.12
- SECURITY_PATCH=11
+ VERSION=0.2.8.9
+ SECURITY_PATCH=12
fi

- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE2=$SOURCE.asc
- SOURCE_URL[0]=https://www.torproject.org/dist/$SOURCE
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE2=${SOURCE}.asc
+ SOURCE_URL[0]=https://www.torproject.org/dist/${SOURCE}
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_URL[1]=http://ftp.sourcemage.us/mirror/$SOURCE
+ SOURCE_URL[1]=http://ftp.sourcemage.us/mirror/${SOURCE}
SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
- SOURCE_GPG=tor.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE_GPG=tor.gpg:${SOURCE2}:UPSTREAM_KEY
SOURCE2_IGNORE=signature

-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
LICENSE[0]=BSD
WEB_SITE=http://www.torproject.org/
ENTERED=20050415
diff --git a/net/tor/HISTORY b/net/tor/HISTORY
index becbcc3..fadf220 100644
--- a/net/tor/HISTORY
+++ b/net/tor/HISTORY
@@ -1,6 +1,20 @@
+2016-10-24 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: versions 0.2.8.9 and 0.2.9.4-alpha
+ Updated variables to use ${...} formatting
+
2016-05-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated mirror to ftp.sourcemage.us

+2015-12-03 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated TOR_DEVEL=y to 0.2.7.5
+ * DEPENDS: torify now depends on torsocks
+
+2015-09-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.2.6.10
+
+2015-07-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: versions 0.2.6.9 and 2.7.1-alpha
+
2015-04-08 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.2.5.12; SECURITY_PATCH++

diff --git a/net/torsocks/DETAILS b/net/torsocks/DETAILS
index 16cd5bc..0a3935f 100755
--- a/net/torsocks/DETAILS
+++ b/net/torsocks/DETAILS
@@ -1,8 +1,8 @@
SPELL=torsocks
- VERSION=2.0.0
+ VERSION=2.1.0
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://github.com/dgoulet/$SPELL/archive/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:fa30244a5a06c6371a86090088b3abe9f4513eefce90580e7c7899843887b8a1eac641500dee81e576f27fa0f1b447b34f7b8300a889bcda2119779deb69d77d
+
SOURCE_HASH=sha512:5bdec6fd6c2d99effb73e418acd37ee135b3c912fad7811bfc8c724282370beea23149c6e94b995cfed0e61be43e63ac11d8c6ef420ba0137a19b96d8ac370e5
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://gitweb.torproject.org/torsocks.git";
LICENSE[0]="GPLv2"
diff --git a/net/torsocks/HISTORY b/net/torsocks/HISTORY
index 3bedf30..fcbb61f 100644
--- a/net/torsocks/HISTORY
+++ b/net/torsocks/HISTORY
@@ -1,3 +1,6 @@
+2015-11-23 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.1.0
+
2015-01-09 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]
updated spell to 2.0.0



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (7ba59630254baa99175a547da27326bfb54abcb9), Vlad Glagolev, 11/12/2016

Archive powered by MHonArc 2.6.24.

Top of Page