summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2011-03-10 15:16:37 -0800
committerGeorge Sherwood2011-03-12 10:05:41 -0600
commit37f5f9585d03afc5101a88814ed2407160664f08 (patch)
treed7f9edf09443f6ed9e4085be9006bff78010c91f
parent201d80e3412e075896b1cf526a0f4d31214757c6 (diff)
xhost: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951
(cherry picked from commit e531ca43a44f62f7c173723aefb1a7d08370447e)
-rwxr-xr-xxorg-app/xhost/CONFIGURE6
-rwxr-xr-xxorg-app/xhost/DETAILS1
-rw-r--r--xorg-app/xhost/HISTORY4
3 files changed, 9 insertions, 2 deletions
diff --git a/xorg-app/xhost/CONFIGURE b/xorg-app/xhost/CONFIGURE
index ce4ee23ff0..416fc587c7 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 b6f9ed6645..1c96fa6c97 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 c8c5af3b41..1ca225ccae 100644
--- a/xorg-app/xhost/HISTORY
+++ b/xorg-app/xhost/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2010-11-01 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: 1.0.4