Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.13 grimoire by Eric Sandall (9e4a54af10d602c3607ad563a849fffb083e47fe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.13 grimoire by Eric Sandall (9e4a54af10d602c3607ad563a849fffb083e47fe)
  • Date: Mon, 6 Aug 2007 20:37:51 -0500

GIT changes to stable-rc-0.13 grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

libs/glibc/BUILD | 6 +++---
libs/glibc/HISTORY | 6 ++++++
net/tor/DETAILS | 3 ++-
net/tor/HISTORY | 4 ++++
4 files changed, 15 insertions(+), 4 deletions(-)

New commits:
commit 9e4a54af10d602c3607ad563a849fffb083e47fe
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

glibc - fix typo
(cherry picked from commit 9d60d4806b419a5b8d4cb4b640a10b192f83541c)

commit b4b9ec8f50eac951d5e3f8baa684ca1a7baf685e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

glibc - fix bug #13925
(cherry picked from commit f7a732831e8fdcec1b0ab64587ae5ca69446d4c0)

commit 25885c30f89812ab26010a528195aa7626acda35
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tor: update dev to 0.2.0.4-alpha, SECURITY_PATCH++
(cherry picked from commit 1d88004f49b8a487e659edf66ee67fa62076235f)

diff --git a/libs/glibc/BUILD b/libs/glibc/BUILD
index c674015..7ffc310 100755
--- a/libs/glibc/BUILD
+++ b/libs/glibc/BUILD
@@ -27,6 +27,7 @@ export CCACHE_RECACHE=true &&

local ADDONS
if [ "$GLIBC_NPTL" = "y" ]; then
+ ADDONS="nptl" &&
#
# Enable IDN?
#
@@ -34,16 +35,15 @@ if [ "$GLIBC_NPTL" = "y" ]; then
ADDONS="$ADDONS libidn"
fi &&

- ADDONS="nptl"
OPTS="$OPTS --with-tls \
--enable-kernel=2.6"
else
- ADDONS="linuxthreads"
+ ADDONS="linuxthreads" &&
OPTS="$OPTS --without-__thread \
--enable-kernel=2.4"
fi &&

-OPTS="$OPTS --enable-add-ons=${ADDONS/ /,}"
+OPTS="$OPTS --enable-add-ons=${ADDONS/ /,}" &&

#
# Fixes Bug #8595
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 7c74a12..2480ef0 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,9 @@
+2007-08-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: fix typo (bug #13925)
+
+2007-08-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD: fix broken libidn (bug #13925)
+
2007-05-13 Eric Sandall <sandalle AT sourcemage.org>
* BUILD: Only enable IDN if using a NPTL build (Bug #13771)

diff --git a/net/tor/DETAILS b/net/tor/DETAILS
index 1141a38..2f63aa7 100755
--- a/net/tor/DETAILS
+++ b/net/tor/DETAILS
@@ -1,7 +1,8 @@
SPELL=tor

if [ "$TOR_DEVEL" == "y" ]; then
- VERSION=0.2.0.2-alpha
+ VERSION=0.2.0.4-alpha
+ SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://tor.eff.org/dist/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/net/tor/HISTORY b/net/tor/HISTORY
index cc5669e..4b8aa60 100644
--- a/net/tor/HISTORY
+++ b/net/tor/HISTORY
@@ -1,3 +1,7 @@
+2007-08-05 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: updated TOR_DEVEL=y to 0.2.0.4-alpha
+ SECURITY_PATCH++
+
2007-08-03 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated TOR_DEVEL=n to 0.1.2.16
SECURITY_PATCH++



  • [SM-Commit] GIT changes to stable-rc-0.13 grimoire by Eric Sandall (9e4a54af10d602c3607ad563a849fffb083e47fe), Eric Sandall, 08/06/2007

Archive powered by MHonArc 2.6.24.

Top of Page