Skip to Content.
Sympa Menu

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

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

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

xorg-lib/libfs/CONFIGURE | 6 ++++--
xorg-lib/libfs/DETAILS | 6 ++++--
xorg-lib/libfs/HISTORY | 7 +++++++
xorg-lib/libfs/libFS-1.0.3.tar.bz2.sig |binary
4 files changed, 15 insertions(+), 4 deletions(-)

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

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

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

libfs 1.0.3
(cherry picked from commit 018c3c9a6b68a1ccec4a4254771e7001ea740ac4)
(cherry picked from commit 18d59f4b86a72d3f34f9f54ca887b0702629444c)

diff --git a/xorg-lib/libfs/CONFIGURE b/xorg-lib/libfs/CONFIGURE
index 2ca4f15..2d293f5 100755
--- a/xorg-lib/libfs/CONFIGURE
+++ b/xorg-lib/libfs/CONFIGURE
@@ -1,3 +1,5 @@
+list_remove LIBFS_OPTS "--enable-IPv6" &&
+
config_query_option LIBFS_OPTS \
'Enable UNIX domain socket transport?' \
y \
@@ -13,5 +15,5 @@ config_query_option LIBFS_OPTS \
config_query_option LIBFS_OPTS \
'Enable IPv6 transport?' \
y \
- '--enable-IPv6' \
- '--disable-IPv6'
+ '--enable-ipv6' \
+ '--disable-ipv6'
diff --git a/xorg-lib/libfs/DETAILS b/xorg-lib/libfs/DETAILS
index 9ded5dc..73b9007 100755
--- a/xorg-lib/libfs/DETAILS
+++ b/xorg-lib/libfs/DETAILS
@@ -1,10 +1,12 @@
SPELL=libfs
PKG=libFS
- VERSION=1.0.2
+ VERSION=1.0.3
SOURCE=${PKG}-${VERSION}.tar.bz2

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
-
SOURCE_HASH=sha512:3138bf33c3b7b906a8f6370e11688d161e2972b4f12ba46e52d8a615e7557d338c5f68d3d7776f5a1e7f457732686aa6ccb59e03dd1cd1c1226fbd666c886fb6
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+#
SOURCE_HASH=sha512:3138bf33c3b7b906a8f6370e11688d161e2972b4f12ba46e52d8a615e7557d338c5f68d3d7776f5a1e7f457732686aa6ccb59e03dd1cd1c1226fbd666c886fb6
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+ PATCHLEVEL=1
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-lib/libfs/HISTORY b/xorg-lib/libfs/HISTORY
index 890e263..9e378d8 100644
--- a/xorg-lib/libfs/HISTORY
+++ b/xorg-lib/libfs/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.3
+
2009-07-09 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DETAILS: updated spell to 1.0.2

diff --git a/xorg-lib/libfs/libFS-1.0.3.tar.bz2.sig
b/xorg-lib/libfs/libFS-1.0.3.tar.bz2.sig
new file mode 100644
index 0000000..0252f68
Binary files /dev/null and b/xorg-lib/libfs/libFS-1.0.3.tar.bz2.sig differ



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

Archive powered by MHonArc 2.6.24.

Top of Page