[Lunar-commits] <moonbase> module-init-tools: version bumped to 3.12.
Florin Braescu
florin at lunar-linux.org
Mon Jun 28 12:13:53 CEST 2010
commit fc100516c2e1a40ac69952554b7b9e5313b4d83a
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Jun 28 13:13:53 2010 +0300
module-init-tools: version bumped to 3.12.
This release includes several new features (devname aliases introduced
in the future upstream kernel 2.6.35, softdep bits that already were
already in the 3.11.1 release, etc.), as well as bug fixes (memory
leaks, install/remove command fixes, and so forth), and also other
miscellaneous enhancements (module override fixes, docs, a new
kernel.org wiki with directions on using bugzilla, etc.).
---
kernel/module-init-tools/BUILD | 2 +-
kernel/module-init-tools/DETAILS | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kernel/module-init-tools/BUILD b/kernel/module-init-tools/BUILD
index d65734f..e154c3a 100644
--- a/kernel/module-init-tools/BUILD
+++ b/kernel/module-init-tools/BUILD
@@ -2,7 +2,7 @@
bad_flags -malign-double
- if ![ module_installed docbook-utils ]; then
+ if !( module_installed docbook-utils ); then
patch_it $SOURCE_CACHE/$SOURCE2 1
fi &&
diff --git a/kernel/module-init-tools/DETAILS b/kernel/module-init-tools/DETAILS
index 178a04b..4b3fef7 100644
--- a/kernel/module-init-tools/DETAILS
+++ b/kernel/module-init-tools/DETAILS
@@ -1,14 +1,14 @@
MODULE=module-init-tools
- VERSION=3.11.1
+ VERSION=3.12
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE2=${MODULE}_docbook.patch.bz2
SOURCE_URL=${KERNEL_URL}/pub/linux/utils/kernel/$MODULE
SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:1be5f6be71fb9ea7790c9736114bbbf14e43c32e
+ SOURCE_VFY=sha1:caf70188c85370936626027ae5b5a9258cc851f9
SOURCE2_VFY=sha1:673fda8d8c4a9d5a88aa25f5e8c56fc60ff8fcee
WEB_SITE=http://www.kernel.org
ENTERED=20030410
- UPDATED=20091021
+ UPDATED=20100628
SHORT="Utilities essential for a modular Linux 2.6.x kernel"
cat << EOF
More information about the Lunar-commits
mailing list