Skip to Content.
Sympa Menu

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

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 (201d80e3412e075896b1cf526a0f4d31214757c6)
  • Date: Sat, 12 Mar 2011 10:03:26 -0600

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

xorg-app/lbxproxy/CONFIGURE | 6 ++++--
xorg-app/lbxproxy/DETAILS | 1 +
xorg-app/lbxproxy/HISTORY | 4 ++++
xorg-app/xfs/CONFIGURE | 6 ++++--
xorg-app/xfs/DETAILS | 1 +
xorg-app/xfs/HISTORY | 4 ++++
6 files changed, 18 insertions(+), 4 deletions(-)

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

lbxproxy: Configure flag IPv6 -> ipv6, PATCHLEVEL++, Bug #15951
(cherry picked from commit 46c59acf1d6f188be64f2afaaf5d161e4466cf03)

commit e252bd782abd226b52c19ad00acf169623d22469
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

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

diff --git a/xorg-app/lbxproxy/CONFIGURE b/xorg-app/lbxproxy/CONFIGURE
index 78f22fa..1c9af99 100755
--- a/xorg-app/lbxproxy/CONFIGURE
+++ b/xorg-app/lbxproxy/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove LBXPROXY_OPTS "--enable-IPv6" &&
+
config_query_option LBXPROXY_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option LBXPROXY_OPTS \
config_query_option LBXPROXY_OPTS \
'Enable IPv6 support?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-app/lbxproxy/DETAILS b/xorg-app/lbxproxy/DETAILS
index 396305b..be0e5ed 100755
--- a/xorg-app/lbxproxy/DETAILS
+++ b/xorg-app/lbxproxy/DETAILS
@@ -4,6 +4,7 @@

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ PATCHLEVEL=1
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-app/lbxproxy/HISTORY b/xorg-app/lbxproxy/HISTORY
index 5a4fc84..0505853 100644
--- a/xorg-app/lbxproxy/HISTORY
+++ b/xorg-app/lbxproxy/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2009-12-17 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.0.2
SOURCE matches upstream posted SHA1
diff --git a/xorg-app/xfs/CONFIGURE b/xorg-app/xfs/CONFIGURE
index a54329c..47f5c0c 100755
--- a/xorg-app/xfs/CONFIGURE
+++ b/xorg-app/xfs/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove XFS_OPTS "--enable-IPv6" &&
+
config_query_option XFS_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option XFS_OPTS \
config_query_option XFS_OPTS \
'Enable IPv6 support?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-app/xfs/DETAILS b/xorg-app/xfs/DETAILS
index 58dce2c..21d9dfb 100755
--- a/xorg-app/xfs/DETAILS
+++ b/xorg-app/xfs/DETAILS
@@ -5,6 +5,7 @@
#
SOURCE_HASH=sha512:5d43ff1c74ac4b4d0f0d48219225079a388794a2243be08e061b8e635f3ac3e8b4ff9f9defdffaf5ec4b8aacda5c74b6f0d9bd5927ba6558ae6c044c0b844d1d
SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ PATCHLEVEL=1
WEB_SITE=http://xorg.freedesktop.org/wiki
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-app/xfs/HISTORY b/xorg-app/xfs/HISTORY
index c90247a..7236733 100644
--- a/xorg-app/xfs/HISTORY
+++ b/xorg-app/xfs/HISTORY
@@ -1,3 +1,7 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
2009-06-18 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.1.0
SOURCE matches upstream posted MD5



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

Archive powered by MHonArc 2.6.24.

Top of Page