[Lunar-commits] <moonbase> busybox, busybox_static: version bumped to 1.17.1.
Florin Braescu
florin at lunar-linux.org
Wed Aug 4 05:43:45 CEST 2010
commit 008e259328f6104c6a5a52f76a096a7bd70b3262
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Aug 4 06:43:45 2010 +0300
busybox, busybox_static: version bumped to 1.17.1.
It fixes for build system (out-of-tree build was broken), acpid (fix
for older kernel headers), depmod (now generates new-style modules.dep
with relative paths), diff (fix for "diff DIR1 DIR2/" - note the
trailing slash), dos2unix (fix for invocation without parameters), ip r
(was not working since "r" abbreviates both "route" and "rule"; aliased
to "route" now), mktemp (fix regression which prevented kernel builds)
modprobe (fix modprobe -l), vi (fix "ask terminal" code), wget (fix for
progress indicator).
---
shells/busybox/BUILD | 10 +++++-----
shells/busybox/DETAILS | 6 +++---
shells/busybox_static/BUILD | 4 ++--
shells/busybox_static/DETAILS | 6 +++---
4 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/shells/busybox/BUILD b/shells/busybox/BUILD
index 7bd1e76..920ba13 100644
--- a/shells/busybox/BUILD
+++ b/shells/busybox/BUILD
@@ -1,10 +1,10 @@
(
- make defconfig &&
- make &&
- prepare_install &&
- cp busybox /bin &&
- gather_docs TODO &&
+ make defconfig &&
+ make &&
+ prepare_install &&
+ cp busybox /bin &&
+ gather_docs TODO &&
cp docs/BusyBox.1 /usr/share/man/man1/busybox.1
) > $C_FIFO 2>&1
diff --git a/shells/busybox/DETAILS b/shells/busybox/DETAILS
index 3c23e98..4f5279f 100644
--- a/shells/busybox/DETAILS
+++ b/shells/busybox/DETAILS
@@ -1,12 +1,12 @@
MODULE=busybox
- VERSION=1.16.1
+ VERSION=1.17.1
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://www.busybox.net/downloads
- SOURCE_VFY=sha1:80afb37152e07d7f8d33dec27871d8facc0350a0
+ SOURCE_VFY=sha1:691f44088c3327c957158443e813ec7346e99df6
WEB_SITE=http://www.busybox.net
MAINTAINER=tchan at lunar-linux.org
ENTERED=20011020
- UPDATED=20100405
+ UPDATED=20100804
SHORT="The Swiss Army Knife of Embedded Linux"
cat << EOF
diff --git a/shells/busybox_static/BUILD b/shells/busybox_static/BUILD
index db9268a..b71006d 100644
--- a/shells/busybox_static/BUILD
+++ b/shells/busybox_static/BUILD
@@ -1,8 +1,8 @@
(
- make defconfig &&
+ make defconfig &&
- sedit "s/# CONFIG_STATIC is not set/CONFIG_STATIC=y/" .config &&
+ sedit "s/# CONFIG_STATIC is not set/CONFIG_STATIC=y/" .config &&
make &&
prepare_install &&
diff --git a/shells/busybox_static/DETAILS b/shells/busybox_static/DETAILS
index 105a175..d19395d 100644
--- a/shells/busybox_static/DETAILS
+++ b/shells/busybox_static/DETAILS
@@ -1,11 +1,11 @@
MODULE=busybox_static
- VERSION=1.16.1
+ VERSION=1.17.1
SOURCE=busybox-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION
SOURCE_URL=http://www.busybox.net/downloads
- SOURCE_VFY=sha1:80afb37152e07d7f8d33dec27871d8facc0350a0
- SHORT="time statically linked rescue shell"
+ SOURCE_VFY=sha1:691f44088c3327c957158443e813ec7346e99df6
WEB_SITE=http://www.busybox.net
+ SHORT="time statically linked rescue shell"
MAINTAINER=tchan at lunar-linux.org
ENTERED=20011020
UPDATED=20100405
More information about the Lunar-commits
mailing list