Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.61 grimoire by Vlad Glagolev (36d996a2599a9bb38d783baf5c3833dbb25f7eae)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.61 grimoire by Vlad Glagolev (36d996a2599a9bb38d783baf5c3833dbb25f7eae)
  • Date: Sun, 13 May 2012 09:05:57 -0500

GIT changes to stable-rc-0.61 grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

disk/mdadm/DETAILS | 9 +++++----
disk/mdadm/HISTORY | 3 +++
kernels/module-init-tools/DETAILS | 16 +++++++++-------
kernels/module-init-tools/HISTORY | 6 ++++++
smgl/basesystem/DEPENDS | 1 +
smgl/basesystem/DETAILS | 3 +--
smgl/basesystem/HISTORY | 4 ++++
smgl/castfs/BUILD | 5 ++++-
smgl/castfs/HISTORY | 3 +++
9 files changed, 36 insertions(+), 14 deletions(-)

New commits:
commit 36d996a2599a9bb38d783baf5c3833dbb25f7eae
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

basesystem: => 0.9.5
(cherry picked from commit 2028cb6f49a2fd6f252a4c09fccf91cf4bf18b4e)

commit b5d886ab324a8fe03da1a90b55b6f9c9220010b8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

castfs: fixed static linking against >=2.9.0 fuse
(cherry picked from commit 9e0ee4cc5041394257c1141b761026bddde04652)

commit f136256c9f3ae4def64481c26f4c244c46f3eda0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

module-init-tools: fixed primary mirror
(cherry picked from commit bb94c3bf974879011c01dda1c376094e8aee55c5)

commit a38403c604a6d87ea56df146fcc13cd752ca0fc1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mdadm: temporarily switched back to hash-checking
(cherry picked from commit 0102b2398bff6d9e15170d3870e5fca1109453c3)

diff --git a/disk/mdadm/DETAILS b/disk/mdadm/DETAILS
index 6ac6d49..a078e4c 100755
--- a/disk/mdadm/DETAILS
+++ b/disk/mdadm/DETAILS
@@ -1,12 +1,13 @@
SPELL=mdadm
VERSION=3.1.5
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=$SOURCE.sign
+
SOURCE_HASH=sha512:6fcf426d63ede01f99ebeee9be686857a04f9b601b37f76722c091ae2999b3ff66fdba52d47323f27900553125a897fc1815fe7be850aa9cc991dd5fa91a5d5d
+# SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/raid/$SPELL/$SOURCE
- SOURCE2_URL[0]=$SOURCE_URL.sign
- SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
+# SOURCE2_URL[0]=$SOURCE_URL.sign
+# SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
+# SOURCE2_IGNORE=signature
LICENSE[0]=GPL
WEB_SITE=http://neil.brown.name/blog/mdadm
KEYWORDS="disk raid"
diff --git a/disk/mdadm/HISTORY b/disk/mdadm/HISTORY
index 84e72fe..15e8096 100644
--- a/disk/mdadm/HISTORY
+++ b/disk/mdadm/HISTORY
@@ -1,3 +1,6 @@
+2012-05-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: temporarily switched back to hash-checking
+
2011-10-05 Bor Kraljič <pyrobor AT ver.si>
* linux-3.0.patch: added upstream patch for kernel 3.0 support (issue
#230)

diff --git a/kernels/module-init-tools/DETAILS
b/kernels/module-init-tools/DETAILS
index 87a5791..0a043e6 100755
--- a/kernels/module-init-tools/DETAILS
+++ b/kernels/module-init-tools/DETAILS
@@ -17,14 +17,16 @@ fi
SPELL=module-init-tools
VERSION=3.16

- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://modules.wiki.kernel.org/
- SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/kernel/$SPELL/$SOURCE
- SOURCE3=$SOURCE.sign
- SOURCE3_URL[0]=$SOURCE_URL.sign
- SOURCE_GPG=kernel.gpg:$SOURCE3:UPSTREAM_KEY
- SOURCE3_IGNORE=signature
+ SOURCE_URL[0]=http://launchpad.net/$SPELL/trunk/$VERSION/+download/$SOURCE
+
SOURCE_HASH=sha512:311aa2c0da68c067ed37acd68481cd4e76b54ae9a4cfb9a301027985c52c03ffae5ab0430709788a14a9689e01738b1733b62d9d935fff103acb125345f3b620
+# SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/kernel/$SPELL/$SOURCE
+# SOURCE3=$SOURCE.sign
+# SOURCE3_URL[0]=$SOURCE_URL.sign
+# SOURCE_GPG=kernel.gpg:$SOURCE3:UPSTREAM_KEY
+# SOURCE3_IGNORE=signature
ENTERED=20030410
LICENSE[0]=GPL
LICENSE[1]=UNKNOWN
diff --git a/kernels/module-init-tools/HISTORY
b/kernels/module-init-tools/HISTORY
index b849727..8d06931 100644
--- a/kernels/module-init-tools/HISTORY
+++ b/kernels/module-init-tools/HISTORY
@@ -1,3 +1,9 @@
+2012-05-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: temporarily switched back to hash-checking; quoting paths;
+ while 3.16 sources are unavailable from the original mirror and
+ other distros use their own, switched back to launchpad one, where
+ contents of tar.gz is identical to the prev tar.bz2 from 2 Jun 2011
+
2011-08-23 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: use kernel.gpg instead of jcm.gpg
* m-i-t.gpg: removed, it isn't used anywhere
diff --git a/smgl/basesystem/DEPENDS b/smgl/basesystem/DEPENDS
index 2ca6756..844a158 100755
--- a/smgl/basesystem/DEPENDS
+++ b/smgl/basesystem/DEPENDS
@@ -40,6 +40,7 @@ depends tar &&
depends TEXT-EDITOR &&
depends util-linux &&
depends wget &&
+depends xz-utils &&
depends zlib &&

suggest_depends castfs \
diff --git a/smgl/basesystem/DETAILS b/smgl/basesystem/DETAILS
index 9d28276..76dc6a3 100755
--- a/smgl/basesystem/DETAILS
+++ b/smgl/basesystem/DETAILS
@@ -1,6 +1,5 @@
SPELL=basesystem
- VERSION=0.9.4
- PATCHLEVEL=2
+ VERSION=0.9.5
WEB_SITE=http://www.sourcemage.org
ENTERED=20021013
NO_CACHE="--cache=off"
diff --git a/smgl/basesystem/HISTORY b/smgl/basesystem/HISTORY
index f2e0438..20eaa51 100644
--- a/smgl/basesystem/HISTORY
+++ b/smgl/basesystem/HISTORY
@@ -1,3 +1,7 @@
+2012-05-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added xz-utils as a required dependency, since stable
sorcery
+ handles xz archives out of the box
+
2011-08-10 Julien"_kaze_" ROZO <julien AT rozo.org>
* DEPENDS: fixed kernel version test, which chooses dependency on
modutils for kernel < 2.6 and module-init-tools otherwise, for the new 3.x
scheme

diff --git a/smgl/castfs/BUILD b/smgl/castfs/BUILD
index bd60811..883fac3 100755
--- a/smgl/castfs/BUILD
+++ b/smgl/castfs/BUILD
@@ -1,2 +1,5 @@
-OPTS="$OPTS $STATIC_FUSE"
+# fixes static compilation after 2011-05-26 in FUSE
+LDFLAGS="-ldl $LDFLAGS" &&
+
+OPTS="$OPTS $STATIC_FUSE" &&
default_build
diff --git a/smgl/castfs/HISTORY b/smgl/castfs/HISTORY
index 57f4112..74d074d 100644
--- a/smgl/castfs/HISTORY
+++ b/smgl/castfs/HISTORY
@@ -1,3 +1,6 @@
+2012-05-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: fixed static linking against >=2.9.0 fuse; added missing `&&'
+
2011-09-20 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS, PREPARE: Use prepare_select_branch




  • [SM-Commit] GIT changes to stable-rc-0.61 grimoire by Vlad Glagolev (36d996a2599a9bb38d783baf5c3833dbb25f7eae), Vlad Glagolev, 05/13/2012

Archive powered by MHonArc 2.6.24.

Top of Page