[Lunar-commits] <moonbase> module-init-tools: version bumped to 3.6.
Florin Braescu
florin at lunar-linux.org
Wed Feb 4 14:31:02 CET 2009
commit d6df809d005ae163e6b96f7a28a3b6e8361b0d47
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Feb 4 15:31:02 2009 +0200
module-init-tools: version bumped to 3.6.
Changes:
o depmod: make building map files optional (does anyone use them anyway?)
o demod: use shortened path names in index files (relative paths used)
o modprobe: use /sys/module rather than /proc/modules
o modprobe: remove legacy support for pre-2.6 kernels
o modprobe: check that asprintf() calls actually allocate.
---
kernel/module-init-tools/DETAILS | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kernel/module-init-tools/DETAILS b/kernel/module-init-tools/DETAILS
index 00196bc..8ce11f9 100644
--- a/kernel/module-init-tools/DETAILS
+++ b/kernel/module-init-tools/DETAILS
@@ -1,11 +1,11 @@
MODULE=module-init-tools
- VERSION=3.5
+ VERSION=3.6
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL[0]=${KERNEL_URL}/pub/linux/utils/kernel/$MODULE
- SOURCE_VFY=sha1:86289ccafc47c0f1dde0955fda1922cdcc79ae9f
+ SOURCE_URL=${KERNEL_URL}/pub/linux/utils/kernel/$MODULE
+ SOURCE_VFY=sha1:ce1ab358502865e336bbcf5cb728af1cc8d9ed1f
WEB_SITE=http://www.kernel.org
ENTERED=20030410
- UPDATED=20081105
+ UPDATED=20090204
SHORT="Utilities essential for a modular Linux 2.6.x kernel"
cat << EOF
More information about the Lunar-commits
mailing list