Skip to Content.
Sympa Menu

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

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 (a031a5f1b85d078dd344642ab81713f5fa3b379b)
  • Date: Sat, 12 Mar 2011 10:08:52 -0600

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

xorg-app/xauth/CONFIGURE | 6 ++++--
xorg-app/xauth/DETAILS | 5 +++--
xorg-app/xauth/HISTORY | 7 +++++++
3 files changed, 14 insertions(+), 4 deletions(-)

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

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

commit c42d919ef8da9aea870285f0525b47ba5373831a
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: George Sherwood <gsherwood AT sourcemage.org>

xauth 1.0.5
(cherry picked from commit 5faf67f05b3d998f557271b56d9766409f19f3fc)
(cherry picked from commit e8c78ba3854a078de20238aa522225f9f5c4a8fc)

diff --git a/xorg-app/xauth/CONFIGURE b/xorg-app/xauth/CONFIGURE
index 579d6a8..f050486 100755
--- a/xorg-app/xauth/CONFIGURE
+++ b/xorg-app/xauth/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove XAUTH_OPTS "--enable-IPv6" &&
+
config_query_option XAUTH_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option XAUTH_OPTS \
config_query_option XAUTH_OPTS \
'Enable IPv6 support?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-app/xauth/DETAILS b/xorg-app/xauth/DETAILS
index 321d8cd..43cefab 100755
--- a/xorg-app/xauth/DETAILS
+++ b/xorg-app/xauth/DETAILS
@@ -1,10 +1,11 @@
SPELL=xauth
PKG=xauth
- VERSION=1.0.4
-
SOURCE_HASH=sha512:ea8142b1f926e3eb89a9bbc346202010109c0cbe321f22661ce8de94fe23f44abeb711678e31d9bc33ab2101daefb44cd26f018a42d09646bd60a7b8c7c8baec
+ VERSION=1.0.5
+
SOURCE_HASH=sha512:d459dc2b8e38ed46eb45075306edbe2cb5a927823944a693e44cb7ab63ed0c10a8a04aa4697dfa74b13240f5407191dfbc190515a8de00c16f7e207554a26b86
SOURCE=${PKG}-${VERSION}.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+ PATCHLEVEL=1
WEB_SITE=http://xorg.freedesktop.org/wiki
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-app/xauth/HISTORY b/xorg-app/xauth/HISTORY
index ecdc459..b7020e7 100644
--- a/xorg-app/xauth/HISTORY
+++ b/xorg-app/xauth/HISTORY
@@ -1,3 +1,10 @@
+2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * CONFIGURE: IPv6 -> ipv6 (Bug #15951)
+
+2010-12-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.0.5
+
2009-09-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.4




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

Archive powered by MHonArc 2.6.24.

Top of Page