Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (37f5f9585d03afc5101a88814ed2407160664f08)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (37f5f9585d03afc5101a88814ed2407160664f08)
  • Date: Sat, 12 Mar 2011 10:04:01 -0600

GIT changes to stable-0.53 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

xorg-app/xhost/CONFIGURE | 6 ++++--
xorg-app/xhost/DETAILS | 1 +
xorg-app/xhost/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 37f5f9585d03afc5101a88814ed2407160664f08
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

xhost: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951
(cherry picked from commit e531ca43a44f62f7c173723aefb1a7d08370447e)

diff --git a/xorg-app/xhost/CONFIGURE b/xorg-app/xhost/CONFIGURE
index ce4ee23..416fc58 100755
--- a/xorg-app/xhost/CONFIGURE
+++ b/xorg-app/xhost/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove XHOST_OPTS "--enable-IPv6" &&
+
config_query_option XHOST_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,8 +15,8 @@ config_query_option XHOST_OPTS \
config_query_option XHOST_OPTS \
'Enable IPv6 support?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6' &&
+ '--enable-ipv6' \
+ '--disable-ipv6' &&

config_query_option XHOST_OPTS \
'Enable Secure RPC?' \
diff --git a/xorg-app/xhost/DETAILS b/xorg-app/xhost/DETAILS
index b6f9ed6..1c96fa6 100755
--- a/xorg-app/xhost/DETAILS
+++ b/xorg-app/xhost/DETAILS
@@ -5,6 +5,7 @@
SOURCE=$SPELL-$VERSION.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ PATCHLEVEL=1
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-app/xhost/HISTORY b/xorg-app/xhost/HISTORY
index c8c5af3..1ca225c 100644
--- a/xorg-app/xhost/HISTORY
+++ b/xorg-app/xhost/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2010-11-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 1.0.4




  • [SM-Commit] GIT changes to stable-0.53 grimoire by George Sherwood (37f5f9585d03afc5101a88814ed2407160664f08), George Sherwood, 03/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page