[Lunar-commits] <moonbase> busybox_static: Version bump to 1.14.1
Terry Chan
tchan at lunar-linux.org
Fri May 29 02:33:36 CEST 2009
commit 95ac2487ebbc7f0fba2ddf915346ce4dce684fe2
Author: Terry Chan <tchan at lunar-linux.org>
Date: Thu May 28 19:33:36 2009 -0500
busybox_static: Version bump to 1.14.1
---
shells/busybox_static/BUILD | 12 ++++--------
shells/busybox_static/DETAILS | 6 +++---
2 files changed, 7 insertions(+), 11 deletions(-)
diff --git a/shells/busybox_static/BUILD b/shells/busybox_static/BUILD
index 7363658..766fe87 100644
--- a/shells/busybox_static/BUILD
+++ b/shells/busybox_static/BUILD
@@ -5,14 +5,10 @@
sedit "s/# CONFIG_STATIC is not set/CONFIG_STATIC=y/" .config &&
sedit "s/-Wl,--gc-sections//" scripts/trylink &&
sedit "/^#error Aborting compilation./d" applets/applets.c &&
- # NOTE: tchan added this hack for busybox-1.10.2, and should be removed when busybox devs fix it...
- sedit "s/CONFIG_BRCTL=y/# CONFIG_BRCTL is not set/" .config &&
- sedit "s/CONFIG_FEATURE_BRCTL_FANCY=y/# CONFIG_FEATURE_BRCTL_FANCY is not set/" .config &&
- sedit "s/CONFIG_FEATURE_BRCTL_SHOW=y/# CONFIG_FEATURE_BRCTL_SHOW is not set/" .config &&
- # NOTE: tchan added this hack for busybox-1.11.1, and should be removed when busybox devs fix it...
- sedit "s/CONFIG_INOTIFYD=y/# CONFIG_INOTIFYD is not set/" .config &&
- # NOTE: tchan added this hack for busybox-1.13.2, and should be removed when busybox devs fix it...
- sedit "s/CONFIG_WATCHDOG=y/# CONFIG_WATCHDOG is not set/" .config &&
+ # NOTE: tchan added this hack for busybox-1.14.1, and should be removed when busybox devs fix it...
+ sedit "s/CONFIG_IONICE=y/# CONFIG_IONICE is not set/" .config &&
+ sedit "s/CONFIG_ACPID=y/# CONFIG_ACPID is not set/" .config &&
+ sedit "s/CONFIG_FEATURE_ACPID_COMPAT=y/# CONFIG_FEATURE_ACPID_COMPAT is not set/" .config &&
make &&
prepare_install &&
diff --git a/shells/busybox_static/DETAILS b/shells/busybox_static/DETAILS
index 3440678..6357be1 100644
--- a/shells/busybox_static/DETAILS
+++ b/shells/busybox_static/DETAILS
@@ -1,14 +1,14 @@
MODULE=busybox_static
- VERSION=1.13.4
+ VERSION=1.14.1
SOURCE=busybox-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/busybox-$VERSION
SOURCE_URL=http://www.busybox.net/downloads/
- SOURCE_VFY=sha1:cb80742efda773c748450397c7ebfd47fcef9622
+ SOURCE_VFY=sha1:5399439c4e17b6995cf3634aa16b3cf2bbe47ec3
SHORT="time statically linked rescue shell."
WEB_SITE=http://www.busybox.net
MAINTAINER=tchan at lunar-linux.org
ENTERED=20011020
- UPDATED=20090419
+ UPDATED=20090528
cat << EOF
BusyBox combines tiny versions of many common UNIX utilities into a
single small executable. It provides minimalist replacements for most of
More information about the Lunar-commits
mailing list